|
||||||||||
| 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-2006 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. |
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. |
java.awt.Cursor |
mouseEvent(java.awt.event.MouseEvent e,
java.awt.Cursor c)
|
protected java.lang.Object |
readResolve()
|
void |
removeToolTipResolver()
|
void |
setActive(boolean value)
Enables/Disables the indexed Tool. |
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)
|
| 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 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 java.lang.String getDescription()
getDescription in class Toolpublic java.lang.String getSummary()
getSummary in class Tool
public java.awt.Cursor mouseEvent(java.awt.event.MouseEvent e,
java.awt.Cursor c)
mouseEvent in class Toolpublic void setActive(boolean value)
Tool
setActive in class Toolvalue - boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||