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

java.lang.Object
  extended byyu.ac.bg.etf.javaqx.qswing.styles.ColorPalette
Direct Known Subclasses:
CustomColorPalette, SystemColorPalette

public abstract class ColorPalette
extends java.lang.Object

Color Palette.

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

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

Constructor Detail

ColorPalette

public ColorPalette()
Method Detail

getName

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

Returns:
the name of the color palette

getActiveBackgroundColor

public abstract Color getActiveBackgroundColor()
Returns the active background color.

Returns:
the active background color

getInactiveBackgroundColor

public abstract Color getInactiveBackgroundColor()
Returns the inactive background color.

Returns:
the inactive background color

getDisabledBackgroundColor

public abstract Color getDisabledBackgroundColor()
Returns the disabled background color.

Returns:
the disabled background color

getActiveForegroundColor

public abstract Color getActiveForegroundColor()
Returns the active foreground color.

Returns:
the active foreground color

getInactiveForegroundColor

public abstract Color getInactiveForegroundColor()
Returns the inactive foreground color.

Returns:
the inactive foreground color

getDisabledForegroundColor

public abstract Color getDisabledForegroundColor()
Returns the disabled foreground color.

Returns:
the disabled foreground color

getActiveBaseColor

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

Returns:
the active background color for text entry components color

getInactiveBaseColor

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

Returns:
the inactive background color for text entry components color

getDisabledBaseColor

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

Returns:
the disabled background color for text entry components color

getActiveAlternateBaseColor

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

Returns:
the active alternate background color in views with alternating row colors.

getInactiveAlternateBaseColor

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

Returns:
the inactive alternate background color in views with alternating row colors.

getDisabledAlternateBaseColor

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

Returns:
the disabled alternate background color in views with alternating row colors.

getActiveTextColor

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

Returns:
the active foreground color used with Base color

getInactiveTextColor

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

Returns:
the inactive foreground color used with Base color

getDisabledTextColor

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

Returns:
the disabled foreground color used with Base color

getActiveButtonColor

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

Returns:
the active button background color

getInactiveButtonColor

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

Returns:
the inactive button background color

getDisabledButtonColor

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

Returns:
the disabled button background color

getActiveButtonTextColor

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

Returns:
the active button foreground color

getInactiveButtonTextColor

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

Returns:
the inactive button foreground color

getDisabledButtonTextColor

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

Returns:
the disabled button foreground color

getActiveBrightTextColor

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

Returns:
the active bright text color

getInactiveBrightTextColor

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

Returns:
the inactive bright text color

getDisabledBrightTextColor

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

Returns:
the disabled bright text color

getActiveLightColor

public abstract Color getActiveLightColor()
Returns the active light color.

Returns:
the active light color

getInactiveLightColor

public abstract Color getInactiveLightColor()
Returns the inactive light color.

Returns:
the inactive light color

getDisabledLightColor

public abstract Color getDisabledLightColor()
Returns the disabled light color.

Returns:
the disabled light color

getActiveMidlightColor

public abstract Color getActiveMidlightColor()
Returns the active midlight color.

Returns:
the active midlight color

getInactiveMidlightColor

public abstract Color getInactiveMidlightColor()
Returns the inactive midlight color.

Returns:
the inactive midlight color

getDisabledMidlightColor

public abstract Color getDisabledMidlightColor()
Returns the disabled midlight color.

Returns:
the disabled midlight color

getActiveDarkColor

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

Returns:
the disabled active dark color

getInactiveDarkColor

public abstract Color getInactiveDarkColor()
Returns the inactive dark color.

Returns:
the inactive dark color

getDisabledDarkColor

public abstract Color getDisabledDarkColor()
Returns the disabled dark color.

Returns:
the disabled dark color

getActiveMidColor

public abstract Color getActiveMidColor()
Returns the active mid color.

Returns:
the active mid color

getInactiveMidColor

public abstract Color getInactiveMidColor()
Returns the inactive mid color.

Returns:
the inactive mid color

getDisabledMidColor

public abstract Color getDisabledMidColor()
Returns the disabled mid color.

Returns:
the disabled mid color

getActiveShadowColor

public abstract Color getActiveShadowColor()
Returns the active shadow color.

Returns:
the active shadow color

getInactiveShadowColor

public abstract Color getInactiveShadowColor()
Returns the inactive shadow color.

Returns:
the inactive shadow color

getDisabledShadowColor

public abstract Color getDisabledShadowColor()
Returns the disabled shadow color.

Returns:
the disabled shadow color

getActiveHighlightColor

public abstract Color getActiveHighlightColor()
Returns the active highlight color.

Returns:
the active highlight color

getInactiveHighlightColor

public abstract Color getInactiveHighlightColor()
Returns the inactive highlight color.

Returns:
the inactive highlight color

getDisabledHighlightColor

public abstract Color getDisabledHighlightColor()
Returns the disabled highlight color.

Returns:
the disabled highlight color

getActiveHighlightedTextColor

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

Returns:
the active highlighted text color

getInactiveHighlightedTextColor

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

Returns:
the inactive highlighted text color

getDisabledHighlightedTextColor

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

Returns:
the disabled highlighted text color

getActiveLinkColor

public abstract Color getActiveLinkColor()
Returns the active link color.

Returns:
the active link color

getInactiveLinkColor

public abstract Color getInactiveLinkColor()
Returns the inactive link color.

Returns:
the inactive link color

getDisabledLinkColor

public abstract Color getDisabledLinkColor()
Returns the disabled link color.

Returns:
the disabled link color

getActiveLinkVisitedColor

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

Returns:
the active visited link color

getInactiveLinkVisitedColor

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

Returns:
the inactive visited link color

getDisabledLinkVisitedColor

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

Returns:
the disabled visited link color

equals

public boolean equals(java.lang.Object obj)


hashCode

public int hashCode()


toString

public java.lang.String toString()



Copyright © 2007 ETF and contributors. All Rights Reserved.