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-2018 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Tool.ToolListener
Modifier and Type | Field and Description |
---|---|
protected TextResolver |
customToolTip |
iSeries
bBrush, clickTolerance, listenerList, pPen
chart, 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.
|
int |
getInitialDelay() |
MarksTipMouseAction |
getMouseAction()
Activates Mark Tip on mouse move or click.
|
int |
getMouseDelay()
The time lag before the Tool Tip appears.
|
MarksStyle |
getStyle()
Defines the text format of the Mark ToolTip.
|
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.
|
void |
setHideDelay(int value)
Sets the time period during which the Tool Tip appears.
|
void |
setInitialDelay(int value) |
void |
setMouseAction(MarksTipMouseAction value)
Activates Mark Tip on mouse move or click.
|
void |
setMouseDelay(int value)
Sets the time lag before the Tool Tip appears.
|
void |
setStyle(MarksStyle value)
Defines the text format of the Mark ToolTip.
|
void |
setToolTipResolver(TextResolver resolver) |
getHorizAxis, getSeries, getVertAxis, setSeries
addMouseMotionListener, addToolListener, chartEvent, dispose, fireActiveChanged, fireChanged, fireClicked, fireDragged, fireDragging, fireMouse, fireResized, getActive, getBitmapEditor, removeMouseMotionListener, removeToolListener, setChart, toString
getChart, invalidate, setBooleanProperty, setColorProperty, setDoubleProperty, setIntegerProperty, setStringProperty
protected transient TextResolver customToolTip
public MarksTip()
public MarksTip(IBaseChart c)
protected java.lang.Object readResolve()
readResolve
in class Tool
public 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 Tool
public java.lang.String getSummary()
getSummary
in class Tool
public Cursor mouseEvent(FrameworkMouseEvent e, Cursor c)
mouseEvent
in class Tool
public void setActive(boolean value)
Tool
public int getInitialDelay()
public void setInitialDelay(int value)