|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.steema.teechart.TeeBase
com.steema.teechart.tools.Tool
com.steema.teechart.tools.ToolSeries
com.steema.teechart.tools.MarksTip
public class MarksTip
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-2008 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Field Summary | |
---|---|
protected TextResolver |
customToolTip
|
Fields inherited from class com.steema.teechart.tools.ToolSeries |
---|
iSeries |
Fields inherited from class com.steema.teechart.tools.Tool |
---|
bBrush, clickTolerance, listenerList, pPen |
Fields inherited from class com.steema.teechart.TeeBase |
---|
chart |
Constructor Summary | |
---|---|
MarksTip()
|
|
MarksTip(IBaseChart c)
|
Method Summary | |
---|---|
java.lang.String |
getDescription()
Gets descriptive text. |
int |
getHideDelay()
The time period during which the Tool Tip appears. Default value: 4000 (ms) |
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. |
java.awt.Cursor |
mouseEvent(FrameworkMouseEvent e,
java.awt.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 |
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)
|
Methods inherited from class com.steema.teechart.tools.ToolSeries |
---|
getHorizAxis, getSeries, getVertAxis, setSeries |
Methods inherited from class com.steema.teechart.tools.Tool |
---|
addMouseMotionListener, chartEvent, fireChanged, fireClicked, fireDragged, fireDragging, fireMouse, fireResized, getActive, getBitmapEditor, removeMouseMotionListener, setChart, toString |
Methods inherited from class com.steema.teechart.TeeBase |
---|
getChart, invalidate, setBooleanProperty, setColorProperty, setColorProperty, setDoubleProperty, setIntegerProperty, setStringProperty |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected transient TextResolver customToolTip
Constructor Detail |
---|
public MarksTip()
public MarksTip(IBaseChart c)
Method Detail |
---|
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 java.awt.Cursor mouseEvent(FrameworkMouseEvent e, java.awt.Cursor c)
mouseEvent
in class Tool
public void setActive(boolean value)
Tool
setActive
in class Tool
value
- boolean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |