Package quadbase.util
Interface IFlashHintBoxPropertySet
public interface IFlashHintBoxPropertySet
This interface is used to modify the properties associated with flash hint box output.
A handle to an object that implements this interface can be obtained by calling the
gethFlashHintBoxProperties method defined in QbChart.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the background color of the information box used to display hints for data points and hyperlinks.Returns the border color of the information box used to display hints for data points and hyperlinks.getFont()Returns the font of the information box used to display hints for data points and hyperlinks.Returns the font color of the information box used to display hints for data points and hyperlinks.booleanReturns the state of the hint box to display hints for data points and hyperlinks.voidSets the background color for the hint information box.voidSets the border color of the information box used to display hints for data points and hyperlinks.voidvoidSets the font for the hint information box.voidSets the font color for the hint information box.voidsetHintBoxEnabled(boolean b) Sets the state of the hint box to display hints for data points and hyperlinks.
-
Method Details
-
getFont
Font getFont()Returns the font of the information box used to display hints for data points and hyperlinks.- Returns:
- The font for the hint information box.
-
setFont
Sets the font for the hint information box.- Parameters:
font- The font object.
-
getFontColor
Color getFontColor()Returns the font color of the information box used to display hints for data points and hyperlinks.- Returns:
- The font color for the hint information box.
-
setFontColor
Sets the font color for the hint information box.- Parameters:
c- The font Color object.
-
getBackgroundColor
Color getBackgroundColor()Returns the background color of the information box used to display hints for data points and hyperlinks.- Returns:
- The background color for the hint information box.
-
setBackgroundColor
Sets the background color for the hint information box.- Parameters:
c- The background Color object.
-
getBorderColor
Color getBorderColor()Returns the border color of the information box used to display hints for data points and hyperlinks.- Returns:
- The border color for the hint information box.
-
setBorderColor
Sets the border color of the information box used to display hints for data points and hyperlinks.- Parameters:
c- The border color for the hint information box.
-
isHintBoxEnabled
boolean isHintBoxEnabled()Returns the state of the hint box to display hints for data points and hyperlinks.- Returns:
- The visiblity of the hint box.
-
setHintBoxEnabled
void setHintBoxEnabled(boolean b) Sets the state of the hint box to display hints for data points and hyperlinks.- Parameters:
b- The visiblity of the hint box.
-
setCustomizeDataHintBoxHandle
- Parameters:
val- customer image map data hint box object- See Also:
-
getCustomizeDataHintBoxHandle
ICustomizeImageMapDataHintBox getCustomizeDataHintBoxHandle()- Returns:
- val customer image map data hint box object
- See Also:
-