public interface IHint
IHyperLinkSet
,
IDataPointSet
Modifier and Type | Method and Description |
---|---|
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
|
void setEnabled(boolean b)
Associated QbChart properties: SHOW_LINKHINT SHOW_DATAHINT
b
- The boolean state for displaying hints.boolean isEnabled()
java.awt.Color getBackgroundColor()
void setBackgroundColor(java.awt.Color c)
c
- The background Color object.java.awt.Color getBorderColor()
void setBorderColor(java.awt.Color c)
c
- The border Color object.PickData getPickData(int x, int y)
x
- horizontal position of a charty
- vertical position of a chartPickData
java.awt.Dimension getOffset()
void setOffset(java.awt.Dimension offset)
offset
- The Dimension object containing the horizontal and vertical offsets, in pixel
units.void setHintBoxInfo(IHintBoxInfo hintBoxInfo)
hintBoxInfo
- display text info for hint boxIHintBoxInfo