yu.ac.bg.etf.javaqx.qswing.styles
Class SystemColorPalette

java.lang.Object
  extended byyu.ac.bg.etf.javaqx.qswing.styles.ColorPalette
      extended byyu.ac.bg.etf.javaqx.qswing.styles.SystemColorPalette

public final class SystemColorPalette
extends ColorPalette

System Color Palette.

Version:
0.2.0
Author:
Slobodan Vrkacevic (slobodan.vrkacevic@gmail.com)

Constructor Summary
SystemColorPalette()
          Constructs new SystemColorPalette object.
 
Method Summary
 boolean equals(java.lang.Object obj)
          
 Color getActiveAlternateBaseColor()
          Returns the active alternate background color in views with alternating row colors.
 Color getActiveBackgroundColor()
          Returns the active background color.
 Color getActiveBaseColor()
          Returns the active background color for text entry components.
 Color getActiveBrightTextColor()
          Returns the active bright text color.
 Color getActiveButtonColor()
          Returns the active button background color.
 Color getActiveButtonTextColor()
          Returns the active button foreground color.
 Color getActiveDarkColor()
          Returns the disabled active dark color.
 Color getActiveForegroundColor()
          Returns the active foreground color.
 Color getActiveHighlightColor()
          Returns the active highlight color.
 Color getActiveHighlightedTextColor()
          Returns the active highlighted text color.
 Color getActiveLightColor()
          Returns the active light color.
 Color getActiveLinkColor()
          Returns the active link color.
 Color getActiveLinkVisitedColor()
          Returns the active visited link color.
 Color getActiveMidColor()
          Returns the active mid color.
 Color getActiveMidlightColor()
          Returns the active midlight color.
 Color getActiveShadowColor()
          Returns the active shadow color.
 Color getActiveTextColor()
          Returns the active foreground color used with Base color.
 Color getDisabledAlternateBaseColor()
          Returns the disabled alternate background color in views with alternating row colors.
 Color getDisabledBackgroundColor()
          Returns the disabled background color.
 Color getDisabledBaseColor()
          Returns the disabled background color for text entry components.
 Color getDisabledBrightTextColor()
          Returns the disabled bright text color.
 Color getDisabledButtonColor()
          Returns the disabled button background color.
 Color getDisabledButtonTextColor()
          Returns the disabled button foreground color.
 Color getDisabledDarkColor()
          Returns the disabled dark color.
 Color getDisabledForegroundColor()
          Returns the disabled foreground color.
 Color getDisabledHighlightColor()
          Returns the disabled highlight color.
 Color getDisabledHighlightedTextColor()
          Returns the disabled highlighted text color.
 Color getDisabledLightColor()
          Returns the disabled light color.
 Color getDisabledLinkColor()
          Returns the disabled link color.
 Color getDisabledLinkVisitedColor()
          Returns the disabled visited link color.
 Color getDisabledMidColor()
          Returns the disabled mid color.
 Color getDisabledMidlightColor()
          Returns the disabled midlight color.
 Color getDisabledShadowColor()
          Returns the disabled shadow color.
 Color getDisabledTextColor()
          Returns the disabled foreground color used with Base color.
 Color getInactiveAlternateBaseColor()
          Returns the inactive alternate background color in views with alternating row colors.
 Color getInactiveBackgroundColor()
          Returns the inactive background color.
 Color getInactiveBaseColor()
          Returns the inactive background color for text entry components.
 Color getInactiveBrightTextColor()
          Returns the inactive bright text color.
 Color getInactiveButtonColor()
          Returns the inactive button background color.
 Color getInactiveButtonTextColor()
          Returns the inactive button foreground color.
 Color getInactiveDarkColor()
          Returns the inactive dark color.
 Color getInactiveForegroundColor()
          Returns the inactive foreground color.
 Color getInactiveHighlightColor()
          Returns the inactive highlight color.
 Color getInactiveHighlightedTextColor()
          Returns the inactive highlighted text color.
 Color getInactiveLightColor()
          Returns the inactive light color.
 Color getInactiveLinkColor()
          Returns the inactive link color.
 Color getInactiveLinkVisitedColor()
          Returns the inactive visited link color.
 Color getInactiveMidColor()
          Returns the inactive mid color.
 Color getInactiveMidlightColor()
          Returns the inactive midlight color.
 Color getInactiveShadowColor()
          Returns the inactive shadow color.
 Color getInactiveTextColor()
          Returns the inactive foreground color used with Base color.
 java.lang.String getName()
          Returns the name of the color palette.
 int hashCode()
          
 
Methods inherited from class yu.ac.bg.etf.javaqx.qswing.styles.ColorPalette
toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SystemColorPalette

public SystemColorPalette()
Constructs new SystemColorPalette object.

Method Detail

equals

public boolean equals(java.lang.Object obj)

Overrides:
equals in class ColorPalette

hashCode

public int hashCode()

Overrides:
hashCode in class ColorPalette

getName

public java.lang.String getName()
Returns the name of the color palette.

Specified by:
getName in class ColorPalette
Returns:
the name of the color palette

getActiveBackgroundColor

public Color getActiveBackgroundColor()
Returns the active background color.

Specified by:
getActiveBackgroundColor in class ColorPalette
Returns:
the active background color

getInactiveBackgroundColor

public Color getInactiveBackgroundColor()
Returns the inactive background color.

Specified by:
getInactiveBackgroundColor in class ColorPalette
Returns:
the inactive background color

getDisabledBackgroundColor

public Color getDisabledBackgroundColor()
Returns the disabled background color.

Specified by:
getDisabledBackgroundColor in class ColorPalette
Returns:
the disabled background color

getActiveForegroundColor

public Color getActiveForegroundColor()
Returns the active foreground color.

Specified by:
getActiveForegroundColor in class ColorPalette
Returns:
the active foreground color

getInactiveForegroundColor

public Color getInactiveForegroundColor()
Returns the inactive foreground color.

Specified by:
getInactiveForegroundColor in class ColorPalette
Returns:
the inactive foreground color

getDisabledForegroundColor

public Color getDisabledForegroundColor()
Returns the disabled foreground color.

Specified by:
getDisabledForegroundColor in class ColorPalette
Returns:
the disabled foreground color

getActiveBaseColor

public Color getActiveBaseColor()
Returns the active background color for text entry components.

Specified by:
getActiveBaseColor in class ColorPalette
Returns:
the active background color for text entry components color

getInactiveBaseColor

public Color getInactiveBaseColor()
Returns the inactive background color for text entry components.

Specified by:
getInactiveBaseColor in class ColorPalette
Returns:
the inactive background color for text entry components color

getDisabledBaseColor

public Color getDisabledBaseColor()
Returns the disabled background color for text entry components.

Specified by:
getDisabledBaseColor in class ColorPalette
Returns:
the disabled background color for text entry components color

getActiveAlternateBaseColor

public Color getActiveAlternateBaseColor()
Returns the active alternate background color in views with alternating row colors.

Specified by:
getActiveAlternateBaseColor in class ColorPalette
Returns:
the active alternate background color in views with alternating row colors.

getInactiveAlternateBaseColor

public Color getInactiveAlternateBaseColor()
Returns the inactive alternate background color in views with alternating row colors.

Specified by:
getInactiveAlternateBaseColor in class ColorPalette
Returns:
the inactive alternate background color in views with alternating row colors.

getDisabledAlternateBaseColor

public Color getDisabledAlternateBaseColor()
Returns the disabled alternate background color in views with alternating row colors.

Specified by:
getDisabledAlternateBaseColor in class ColorPalette
Returns:
the disabled alternate background color in views with alternating row colors.

getActiveTextColor

public Color getActiveTextColor()
Returns the active foreground color used with Base color.

Specified by:
getActiveTextColor in class ColorPalette
Returns:
the active foreground color used with Base color

getInactiveTextColor

public Color getInactiveTextColor()
Returns the inactive foreground color used with Base color.

Specified by:
getInactiveTextColor in class ColorPalette
Returns:
the inactive foreground color used with Base color

getDisabledTextColor

public Color getDisabledTextColor()
Returns the disabled foreground color used with Base color.

Specified by:
getDisabledTextColor in class ColorPalette
Returns:
the disabled foreground color used with Base color

getActiveButtonColor

public Color getActiveButtonColor()
Returns the active button background color.

Specified by:
getActiveButtonColor in class ColorPalette
Returns:
the active button background color

getInactiveButtonColor

public Color getInactiveButtonColor()
Returns the inactive button background color.

Specified by:
getInactiveButtonColor in class ColorPalette
Returns:
the inactive button background color

getDisabledButtonColor

public Color getDisabledButtonColor()
Returns the disabled button background color.

Specified by:
getDisabledButtonColor in class ColorPalette
Returns:
the disabled button background color

getActiveButtonTextColor

public Color getActiveButtonTextColor()
Returns the active button foreground color.

Specified by:
getActiveButtonTextColor in class ColorPalette
Returns:
the active button foreground color

getInactiveButtonTextColor

public Color getInactiveButtonTextColor()
Returns the inactive button foreground color.

Specified by:
getInactiveButtonTextColor in class ColorPalette
Returns:
the inactive button foreground color

getDisabledButtonTextColor

public Color getDisabledButtonTextColor()
Returns the disabled button foreground color.

Specified by:
getDisabledButtonTextColor in class ColorPalette
Returns:
the disabled button foreground color

getActiveBrightTextColor

public Color getActiveBrightTextColor()
Returns the active bright text color.

Specified by:
getActiveBrightTextColor in class ColorPalette
Returns:
the active bright text color

getInactiveBrightTextColor

public Color getInactiveBrightTextColor()
Returns the inactive bright text color.

Specified by:
getInactiveBrightTextColor in class ColorPalette
Returns:
the inactive bright text color

getDisabledBrightTextColor

public Color getDisabledBrightTextColor()
Returns the disabled bright text color.

Specified by:
getDisabledBrightTextColor in class ColorPalette
Returns:
the disabled bright text color

getActiveLightColor

public Color getActiveLightColor()
Returns the active light color.

Specified by:
getActiveLightColor in class ColorPalette
Returns:
the active light color

getInactiveLightColor

public Color getInactiveLightColor()
Returns the inactive light color.

Specified by:
getInactiveLightColor in class ColorPalette
Returns:
the inactive light color

getDisabledLightColor

public Color getDisabledLightColor()
Returns the disabled light color.

Specified by:
getDisabledLightColor in class ColorPalette
Returns:
the disabled light color

getActiveMidlightColor

public Color getActiveMidlightColor()
Returns the active midlight color.

Specified by:
getActiveMidlightColor in class ColorPalette
Returns:
the active midlight color

getInactiveMidlightColor

public Color getInactiveMidlightColor()
Returns the inactive midlight color.

Specified by:
getInactiveMidlightColor in class ColorPalette
Returns:
the inactive midlight color

getDisabledMidlightColor

public Color getDisabledMidlightColor()
Returns the disabled midlight color.

Specified by:
getDisabledMidlightColor in class ColorPalette
Returns:
the disabled midlight color

getActiveDarkColor

public Color getActiveDarkColor()
Returns the disabled active dark color.

Specified by:
getActiveDarkColor in class ColorPalette
Returns:
the disabled active dark color

getInactiveDarkColor

public Color getInactiveDarkColor()
Returns the inactive dark color.

Specified by:
getInactiveDarkColor in class ColorPalette
Returns:
the inactive dark color

getDisabledDarkColor

public Color getDisabledDarkColor()
Returns the disabled dark color.

Specified by:
getDisabledDarkColor in class ColorPalette
Returns:
the disabled dark color

getActiveMidColor

public Color getActiveMidColor()
Returns the active mid color.

Specified by:
getActiveMidColor in class ColorPalette
Returns:
the active mid color

getInactiveMidColor

public Color getInactiveMidColor()
Returns the inactive mid color.

Specified by:
getInactiveMidColor in class ColorPalette
Returns:
the inactive mid color

getDisabledMidColor

public Color getDisabledMidColor()
Returns the disabled mid color.

Specified by:
getDisabledMidColor in class ColorPalette
Returns:
the disabled mid color

getActiveShadowColor

public Color getActiveShadowColor()
Returns the active shadow color.

Specified by:
getActiveShadowColor in class ColorPalette
Returns:
the active shadow color

getInactiveShadowColor

public Color getInactiveShadowColor()
Returns the inactive shadow color.

Specified by:
getInactiveShadowColor in class ColorPalette
Returns:
the inactive shadow color

getDisabledShadowColor

public Color getDisabledShadowColor()
Returns the disabled shadow color.

Specified by:
getDisabledShadowColor in class ColorPalette
Returns:
the disabled shadow color

getActiveHighlightColor

public Color getActiveHighlightColor()
Returns the active highlight color.

Specified by:
getActiveHighlightColor in class ColorPalette
Returns:
the active highlight color

getInactiveHighlightColor

public Color getInactiveHighlightColor()
Returns the inactive highlight color.

Specified by:
getInactiveHighlightColor in class ColorPalette
Returns:
the inactive highlight color

getDisabledHighlightColor

public Color getDisabledHighlightColor()
Returns the disabled highlight color.

Specified by:
getDisabledHighlightColor in class ColorPalette
Returns:
the disabled highlight color

getActiveHighlightedTextColor

public Color getActiveHighlightedTextColor()
Returns the active highlighted text color.

Specified by:
getActiveHighlightedTextColor in class ColorPalette
Returns:
the active highlighted text color

getInactiveHighlightedTextColor

public Color getInactiveHighlightedTextColor()
Returns the inactive highlighted text color.

Specified by:
getInactiveHighlightedTextColor in class ColorPalette
Returns:
the inactive highlighted text color

getDisabledHighlightedTextColor

public Color getDisabledHighlightedTextColor()
Returns the disabled highlighted text color.

Specified by:
getDisabledHighlightedTextColor in class ColorPalette
Returns:
the disabled highlighted text color

getActiveLinkColor

public Color getActiveLinkColor()
Returns the active link color.

Specified by:
getActiveLinkColor in class ColorPalette
Returns:
the active link color

getInactiveLinkColor

public Color getInactiveLinkColor()
Returns the inactive link color.

Specified by:
getInactiveLinkColor in class ColorPalette
Returns:
the inactive link color

getDisabledLinkColor

public Color getDisabledLinkColor()
Returns the disabled link color.

Specified by:
getDisabledLinkColor in class ColorPalette
Returns:
the disabled link color

getActiveLinkVisitedColor

public Color getActiveLinkVisitedColor()
Returns the active visited link color.

Specified by:
getActiveLinkVisitedColor in class ColorPalette
Returns:
the active visited link color

getInactiveLinkVisitedColor

public Color getInactiveLinkVisitedColor()
Returns the inactive visited link color.

Specified by:
getInactiveLinkVisitedColor in class ColorPalette
Returns:
the inactive visited link color

getDisabledLinkVisitedColor

public Color getDisabledLinkVisitedColor()
Returns the disabled visited link color.

Specified by:
getDisabledLinkVisitedColor in class ColorPalette
Returns:
the disabled visited link color


Copyright © 2007 ETF and contributors. All Rights Reserved.