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 IXYGraphLibpublic void paint()
public void setBounds(IXYGraphLib.Rect rect)
IXYGraphLibsetBounds in interface IXYGraphLibrect - New bounds of plot areapublic IXYGraphLib.Rect getBounds()
IXYGraphLibgetBounds in interface IXYGraphLibpublic IXYGraphLibInt getInt()
IXYGraphLibgetInt in interface IXYGraphLibpublic void setOffset(int x,
int y)
public boolean hasZoomBox()
IXYGraphLibhasZoomBox in interface IXYGraphLib