Interface SchemeDerivedColors

All Known Subinterfaces:
RadianceColorScheme
All Known Implementing Classes:
AquaColorScheme, BarbyPinkColorScheme, BaseColorScheme, BaseDarkColorScheme, BaseLightColorScheme, BelizeColorScheme, BladeColorScheme, BlendBiColorScheme, BloodyMoonColorScheme, BlueYonderColorScheme, BottleGreenColorScheme, BrickWallColorScheme, BrownColorScheme, BrownVelvetColorScheme, CharcoalColorScheme, CobaltSteelColorScheme, ColorBlindColorScheme, CremeColorScheme, DarkGrayColorScheme, DarkMetallicColorScheme, DarkVioletColorScheme, DerivedColorsResolverDark, DerivedColorsResolverLight, DesertMarsColorScheme, DesertSandColorScheme, DeuteranopiaColorScheme, EarthFrescoColorScheme, EbonyColorScheme, EmeraldGrassColorScheme, FauveMauveColorScheme, GooseberryJungleColorScheme, GreenPearlColorScheme, HueShiftColorScheme, InvertedColorScheme, JadeForestColorScheme, LightAquaColorScheme, LightGrayColorScheme, LimeGreenColorScheme, MahoganyColorScheme, MetallicColorScheme, MixColorScheme, NegatedColorScheme, OliveColorScheme, OrangeColorScheme, OrchidAlloyColorScheme, PeachColorScheme, PlacidPinkColorScheme, ProtanopiaColorScheme, PurpleColorScheme, RaspberryColorScheme, SaturatedColorScheme, SepiaColorScheme, ShadeColorScheme, ShiftColorScheme, SkyHighColorScheme, SpringLeafColorScheme, SteelBlueColorScheme, SunfireRedColorScheme, SunGlareColorScheme, SunsetColorScheme, TerracottaColorScheme, TintColorScheme, ToneColorScheme, TritanopiaColorScheme, TurquoiseLakeColorScheme, UltramarineColorScheme, WildPineColorScheme, YellowMarineColorScheme

public interface SchemeDerivedColors
Interface for derived color scheme colors.
  • Method Details

    • getLineColor

      Color getLineColor()
      Returns the line color for this scheme.
      Returns:
      The line color for this scheme.
      See Also:
    • getSelectionBackgroundColor

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

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

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

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

      Color getTextBackgroundFillColor()
      Returns the text background fill color for this scheme.
      Returns:
      The text background fill color for this scheme.
    • getFocusRingColor

      Color getFocusRingColor()
      Returns the focus ring color for this scheme.
      Returns:
      The focus ring color for this scheme.
      See Also:
    • getSeparatorPrimaryColor

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

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

      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

      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.