public class XYGraphLibSWT extends java.lang.Object implements IXYGraphLib
IXYGraphLib.MouseEvent, IXYGraphLib.Rect, IXYGraphLib.RGB| Constructor and Description |
|---|
XYGraphLibSWT(Display display)
Creates a graphic library for XYPlot on SWT.
|
| 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.
|
Rectangle[] |
getToolTipRects() |
java.lang.String[] |
getToolTipStrings() |
boolean |
hasOwnButtonDrawing() |
boolean |
hasZoomBox()
A zoom box is a rectangle drawn by a mouse down, move and up event within
the drawing area.
|
void |
paint(GC gc) |
void |
setBounds(IXYGraphLib.Rect rect)
Set rectangle containing the XY-Plot
|
public XYGraphLibSWT(Display display)
display - bounds - public void close()
close in interface IXYGraphLibpublic void paint(GC gc)
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 boolean hasZoomBox()
IXYGraphLibhasZoomBox in interface IXYGraphLibpublic boolean hasOwnButtonDrawing()
public Rectangle[] getToolTipRects()
public java.lang.String[] getToolTipStrings()