public class XYGraphLibSVG extends java.lang.Object implements IXYGraphLib
IXYGraphLib.MouseEvent, IXYGraphLib.Rect, IXYGraphLib.RGB
Constructor and Description |
---|
XYGraphLibSVG(java.io.OutputStream os,
IXYGraphLib.Rect bounds) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
IXYGraphLib.Rect |
getBounds()
Get rectangle containing the XY-Plot
|
IXYGraphLibInt |
getInt()
Get access to the internal functionality of the graphic library.
|
boolean |
hasZoomBox()
A zoom box is a rectangle drawn by a mouse down, move and up event within
the drawing area.
|
void |
paint() |
void |
setBounds(IXYGraphLib.Rect rect)
Set rectangle containing the XY-Plot
|
void |
setOffset(int x,
int y) |
public XYGraphLibSVG(java.io.OutputStream os, IXYGraphLib.Rect bounds)
public void close()
close
in interface IXYGraphLib
public void paint()
public void setBounds(IXYGraphLib.Rect rect)
IXYGraphLib
setBounds
in interface IXYGraphLib
rect
- New bounds of plot areapublic IXYGraphLib.Rect getBounds()
IXYGraphLib
getBounds
in interface IXYGraphLib
public IXYGraphLibInt getInt()
IXYGraphLib
getInt
in interface IXYGraphLib
public void setOffset(int x, int y)
public boolean hasZoomBox()
IXYGraphLib
hasZoomBox
in interface IXYGraphLib