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 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

      void setFont(Font font)
      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

      void setFontColor(Color c)
      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

      void setBackgroundColor(Color c)
      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

      void setBorderColor(Color c)
      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

      void setCustomizeDataHintBoxHandle(ICustomizeImageMapDataHintBox val)
      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: