|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.steema.teechart.Chart.ChartToolTip
public final class Chart.ChartToolTip
Title: Tooltips class
Description: Tooltips
Copyright (c) 2005-2012 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Constructor Summary | |
---|---|
Chart.ChartToolTip(Chart c)
|
Method Summary | |
---|---|
int |
getInitialDelay()
The time lag before the Tool Tip appears. |
java.lang.String |
getText()
Defines the text for the Footer, Header, SubFooter and SubHeader |
void |
hide()
Hides a ToolTip |
void |
setInitialDelay(int value)
Sets the time lag before the Tool Tip appears. |
void |
setText(java.lang.String value)
Defines the text for the Footer, Header, SubFooter and SubHeader |
void |
show()
Makes a ToolTip visible |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Chart.ChartToolTip(Chart c)
Method Detail |
---|
public int getInitialDelay()
public void setInitialDelay(int value)
value
- intpublic java.lang.String getText()
public void setText(java.lang.String value)
value
- public void show()
public void hide()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |