|
EspressChart v 5.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This interface is used to set/get properties associated with hints displayed for data points and hyperlinks. A handle to IHint for hyperlinks can be called by invoking gethHint() in IHyperLinkSet. A handle to IHint for data points can be called by invoking gethHint()) in IDataPointSet.
IHyperLinkSet,
IDataPointSet| Method Summary | |
java.awt.Color |
getBackgroundColor()
Returns the background color of the information box used to display hints for data points and hyperlinks. |
java.awt.Color |
getBorderColor()
Returns the border color of the information box used to display hints for data points and hyperlinks. |
IText |
gethText()
Gets a handle to the IText object used to set font properties for the hint string. |
java.awt.Dimension |
getOffset()
Gets the relative offsets (horizontal and vertical) of the hintbox |
PickData |
getPickData(int x,
int y)
Returns PickData for corresponding coordinate (x, y) |
boolean |
isEnabled()
Returns whether or not the display of hints is enabled. |
void |
setBackgroundColor(java.awt.Color c)
Sets the background color for the hint information box. |
void |
setBorderColor(java.awt.Color c)
Sets the border color for the hint information box. |
void |
setEnabled(boolean b)
Enables/Disables the display of hints. |
void |
setHintBoxInfo(IHintBoxInfo hintBoxInfo)
Sets the display text for hint box |
void |
setOffset(java.awt.Dimension offset)
Sets the relative offsets of the hintbox |
| Method Detail |
public void setEnabled(boolean b)
Associated QbChart properties:
SHOW_LINKHINT
SHOW_DATAHINT
b - The boolean state for displaying hints.public boolean isEnabled()
public java.awt.Color getBackgroundColor()
public void setBackgroundColor(java.awt.Color c)
c - The background Color object.public java.awt.Color getBorderColor()
public void setBorderColor(java.awt.Color c)
c - The border Color object.
public PickData getPickData(int x,
int y)
x - horizontal position of a charty - vertical position of a chartPickDatapublic java.awt.Dimension getOffset()
public void setOffset(java.awt.Dimension offset)
offset - The Dimension object containing the horizontal and vertical
offsets, in pixel units.public void setHintBoxInfo(IHintBoxInfo hintBoxInfo)
hintBoxInfo - display text info for hint boxIHintBoxInfopublic IText gethText()
IText
|
EspressChart v 5.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||