Interface SchemeDerivedColors

    • Method Detail

      • getSelectionBackgroundColor

        java.awt.Color getSelectionBackgroundColor​()
        Returns the selection background color for this scheme.
        Returns:
        The selection background color for this scheme.
      • getSelectionForegroundColor

        java.awt.Color getSelectionForegroundColor​()
        Returns the selection foreground color for this scheme.
        Returns:
        The selection foreground color for this scheme.
      • getBackgroundFillColor

        java.awt.Color getBackgroundFillColor​()
        Returns the background fill color for this scheme.
        Returns:
        The background fill color for this scheme.
      • getAccentedBackgroundFillColor

        java.awt.Color getAccentedBackgroundFillColor​()
        Returns the accented background fill color for this scheme.
        Returns:
        The accented background fill color for this scheme.
      • getTextBackgroundFillColor

        java.awt.Color getTextBackgroundFillColor​()
        Returns the text background fill color for this scheme.
        Returns:
        The text background fill color for this scheme.
      • getSeparatorPrimaryColor

        java.awt.Color getSeparatorPrimaryColor​()
        Returns the primary separator color for this scheme.
        Returns:
        The primary separator color for this scheme.
      • getSeparatorSecondaryColor

        java.awt.Color getSeparatorSecondaryColor​()
        Returns the secondary separator color for this scheme.
        Returns:
        The secondary separator color for this scheme.
      • getMarkColor

        java.awt.Color getMarkColor​()
        Returns the mark color for this scheme. Mark color is used on checkboxes, radio buttons, scrollbar arrows, combo arrows, menu arrows, etc.
        Returns:
        The mark color for this scheme.
      • getEchoColor

        java.awt.Color getEchoColor​()
        Returns the echo color for this scheme. Echo color is used for drawing slight echo / drop shadow around title pane texts and similar "primary" elements.
        Returns:
        The echo color for this scheme.