com.steema.teechart
Class Chart.ChartToolTip

java.lang.Object
  extended by com.steema.teechart.Chart.ChartToolTip
Enclosing class:
Chart

public final class Chart.ChartToolTip
extends java.lang.Object

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

Chart.ChartToolTip

public Chart.ChartToolTip(Chart c)
Method Detail

getInitialDelay

public int getInitialDelay()
The time lag before the Tool Tip appears.
Default value: 500

Returns:
int

setInitialDelay

public void setInitialDelay(int value)
Sets the time lag before the Tool Tip appears.
Default value: 500

Parameters:
value - int

getText

public java.lang.String getText()
Defines the text for the Footer, Header, SubFooter and SubHeader

Returns:

setText

public void setText(java.lang.String value)
Defines the text for the Footer, Header, SubFooter and SubHeader

Parameters:
value -

show

public void show()
Makes a ToolTip visible


hide

public void hide()
Hides a ToolTip