public class ToolTip
extends java.lang.Object
Title: ToolTip class
Description:
Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
| Constructor and Description |
|---|
ToolTip(IBaseChart value) |
| Modifier and Type | Method and Description |
|---|---|
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
|
public ToolTip(IBaseChart value)
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)