public interface IXYGraphLib
Modifier and Type | Interface and Description |
---|---|
static class |
IXYGraphLib.MouseEvent |
static class |
IXYGraphLib.Rect |
static class |
IXYGraphLib.RGB |
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 |
setBounds(IXYGraphLib.Rect rect)
Set rectangle containing the XY-Plot
|
void close()
IXYGraphLib.Rect getBounds()
void setBounds(IXYGraphLib.Rect rect)
rect
- New bounds of plot areaIXYGraphLibInt getInt()
boolean hasZoomBox()