|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.steema.teechart.ToolTip
public class ToolTip
Title: ToolTip class
Description:
Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Constructor Summary | |
---|---|
ToolTip(IBaseChart value)
|
Method Summary | |
---|---|
void |
activate()
|
void |
deactivate()
|
boolean |
getActive()
Enables/Disables tooltip. |
int |
getDismissDelay()
Returns the period of time the ToolTip remains visible if the pointer is stationary on a control with specified ToolTip text. |
int |
getInitialDelay()
Returns the time lag before the Tool Tip appears. |
java.lang.String |
getText()
Returns the text to be displayed at the ToolTip. |
void |
hide()
Disables tooltip |
void |
prepareMarks(SeriesMarks marks)
|
void |
setActive(boolean value)
Enables/Disables tooltip. |
void |
setDismissDelay(int value)
Sets the period of time the ToolTip remains visible if the pointer is stationary on a control with specified ToolTip text. |
void |
setInitialDelay(int value)
Sets the time lag before the Tool Tip appears. |
void |
setText(java.lang.String value)
Sets the text to be displayed at the ToolTip. |
void |
setToolTip(javax.swing.JComponent component,
java.lang.String text)
|
void |
show()
Enables tooltip |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ToolTip(IBaseChart value)
Method Detail |
---|
public void setToolTip(javax.swing.JComponent component, java.lang.String text)
public void hide()
public void show()
public java.lang.String getText()
public void setText(java.lang.String value)
value
- public boolean getActive()
public void setActive(boolean value)
value
- public int getInitialDelay()
public void setInitialDelay(int value)
value
- public int getDismissDelay()
public void setDismissDelay(int value)
value
- public void deactivate()
public void activate()
public void prepareMarks(SeriesMarks marks)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |