public interface IFlashHintBoxPropertySet
| Modifier and Type | Method | 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.
|
ICustomizeImageMapDataHintBox |
getCustomizeDataHintBoxHandle() |
|
java.awt.Font |
getFont() |
Returns the font of the information box used to display hints for data points and hyperlinks.
|
java.awt.Color |
getFontColor() |
Returns the font color of the information box used to display hints for data points and
hyperlinks.
|
boolean |
isHintBoxEnabled() |
Returns the state of the hint box to display hints for data points and hyperlinks.
|
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 of the information box used to display hints for data points and
hyperlinks.
|
void |
setCustomizeDataHintBoxHandle(ICustomizeImageMapDataHintBox val) |
|
void |
setFont(java.awt.Font font) |
Sets the font for the hint information box.
|
void |
setFontColor(java.awt.Color c) |
Sets the font color for the hint information box.
|
void |
setHintBoxEnabled(boolean b) |
Sets the state of the hint box to display hints for data points and hyperlinks.
|
java.awt.Font getFont()
void setFont(java.awt.Font font)
font - The font object.java.awt.Color getFontColor()
void setFontColor(java.awt.Color c)
c - The font Color object.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 for the hint information box.boolean isHintBoxEnabled()
void setHintBoxEnabled(boolean b)
b - The visiblity of the hint box.void setCustomizeDataHintBoxHandle(ICustomizeImageMapDataHintBox val)
val - customer image map data hint box objectinterfaceICustomizeImageMapDataHintBox getCustomizeDataHintBoxHandle()
interface