public class MarksTip extends ToolSeries
Title: MarksTip class
Description: Marks Tip.
Marks tip tool, use it to display "tips" or "hints" when the end-user moves
or clicks the mouse over a series point.
Copyright (c) 2005-2007 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Tool.ToolListener| Modifier and Type | Field and Description |
|---|---|
protected TextResolver |
customToolTip |
iSeriesbBrush, clickTolerance, listenerList, pPenchart, InternalUse| Constructor and Description |
|---|
MarksTip() |
MarksTip(IBaseChart c) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Gets descriptive text.
|
int |
getHideDelay()
The time period during which the Tool Tip appears.
Default value: 4000 (ms) |
int |
getInitialDelay() |
MarksTipMouseAction |
getMouseAction()
Activates Mark Tip on mouse move or click.
Default value: MarksTipMouseAction.Move |
int |
getMouseDelay()
The time lag before the Tool Tip appears.
Default value: 500 |
MarksStyle |
getStyle()
Defines the text format of the Mark ToolTip.
Default value: MarksStyle.Label |
java.lang.String |
getSummary()
Gets detailed descriptive text.
|
Cursor |
mouseEvent(FrameworkMouseEvent e,
Cursor c) |
protected java.lang.Object |
readResolve() |
void |
removeToolTipResolver() |
void |
setActive(boolean value)
Enables/Disables the indexed Tool.
Default value: true |
void |
setHideDelay(int value)
Sets the time period during which the Tool Tip appears.
Default value: 4000 (ms) |
void |
setInitialDelay(int value) |
void |
setMouseAction(MarksTipMouseAction value)
Activates Mark Tip on mouse move or click.
Default value: MarksTipMouseAction.Move |
void |
setMouseDelay(int value)
Sets the time lag before the Tool Tip appears.
Default value: 500 |
void |
setStyle(MarksStyle value)
Defines the text format of the Mark ToolTip.
Default value: MarksStyle.Label |
void |
setToolTipResolver(TextResolver resolver) |
getHorizAxis, getSeries, getVertAxis, setSeriesaddMouseMotionListener, addToolListener, chartEvent, dispose, fireActiveChanged, fireChanged, fireClicked, fireDragged, fireDragging, fireMouse, fireResized, getActive, getBitmapEditor, removeMouseMotionListener, removeToolListener, setChart, toStringgetChart, invalidate, setBooleanProperty, setColorProperty, setDoubleProperty, setIntegerProperty, setStringPropertyprotected transient TextResolver customToolTip
public MarksTip()
public MarksTip(IBaseChart c)
protected java.lang.Object readResolve()
readResolve in class Toolpublic void setToolTipResolver(TextResolver resolver)
public void removeToolTipResolver()
public MarksStyle getStyle()
public void setStyle(MarksStyle value)
value - MarksStylepublic MarksTipMouseAction getMouseAction()
public void setMouseAction(MarksTipMouseAction value)
value - MarksTipMouseActionpublic int getMouseDelay()
public void setMouseDelay(int value)
value - intpublic int getHideDelay()
public void setHideDelay(int value)
value - intpublic java.lang.String getDescription()
getDescription in class Toolpublic java.lang.String getSummary()
getSummary in class Toolpublic Cursor mouseEvent(FrameworkMouseEvent e, Cursor c)
mouseEvent in class Toolpublic void setActive(boolean value)
Toolpublic int getInitialDelay()
public void setInitialDelay(int value)