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

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

public class CustomColorPalette
extends ColorPalette

Custom Color Palette.

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

Field Summary
protected  Color activeAlternateBaseColor
           
protected  Color activeBackgroundColor
           
protected  Color activeBaseColor
           
protected  Color activeBrightTextColor
           
protected  Color activeButtonColor
           
protected  Color activeButtonTextColor
           
protected  Color activeDarkColor
           
protected  Color activeForegroundColor
           
protected  Color activeHighlightColor
           
protected  Color activeHighlightedTextColor
           
protected  Color activeLightColor
           
protected  Color activeLinkColor
           
protected  Color activeLinkVisitedColor
           
protected  Color activeMidColor
           
protected  Color activeMidlightColor
           
protected  Color activeShadowColor
           
protected  Color activeTextColor
           
protected  Color disabledAlternateBaseColor
           
protected  Color disabledBackgroundColor
           
protected  Color disabledBaseColor
           
protected  Color disabledBrightTextColor
           
protected  Color disabledButtonColor
           
protected  Color disabledButtonTextColor
           
protected  Color disabledDarkColor
           
protected  Color disabledForegroundColor
           
protected  Color disabledHighlightColor
           
protected  Color disabledHighlightedTextColor
           
protected  Color disabledLightColor
           
protected  Color disabledLinkColor
           
protected  Color disabledLinkVisitedColor
           
protected  Color disabledMidColor
           
protected  Color disabledMidlightColor
           
protected  Color disabledShadowColor
           
protected  Color disabledTextColor
           
protected  Color inactiveAlternateBaseColor
           
protected  Color inactiveBackgroundColor
           
protected  Color inactiveBaseColor
           
protected  Color inactiveBrightTextColor
           
protected  Color inactiveButtonColor
           
protected  Color inactiveButtonTextColor
           
protected  Color inactiveDarkColor
           
protected  Color inactiveForegroundColor
           
protected  Color inactiveHighlightColor
           
protected  Color inactiveHighlightedTextColor
           
protected  Color inactiveLightColor
           
protected  Color inactiveLinkColor
           
protected  Color inactiveLinkVisitedColor
           
protected  Color inactiveMidColor
           
protected  Color inactiveMidlightColor
           
protected  Color inactiveShadowColor
           
protected  Color inactiveTextColor
           
protected  java.lang.String name
           
 
Constructor Summary
CustomColorPalette()
          Constructs new CustomColorPalette object.
CustomColorPalette(Color backgroundColor)
          Constructs new CustomColorPalette object using the specified background color.
CustomColorPalette(java.lang.String name)
          Constructs new CustomColorPalette object.
 
Method Summary
 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()
          
 void setActiveAlternateBaseColor(Color activeAlternateBaseColor)
          Sets active alternate color.
 void setActiveBackgroundColor(Color activeBackgroundColor)
          Sets active background color.
 void setActiveBaseColor(Color activeBaseColor)
          Sets active base color.
 void setActiveBrightTextColor(Color activeBrightTextColor)
          Sets active bright text color.
 void setActiveButtonColor(Color activeButtonColor)
          Sets active button color.
 void setActiveButtonTextColor(Color activeButtonTextColor)
          Sets active button text color.
 void setActiveDarkColor(Color activeDarkColor)
          Sets active dark color.
 void setActiveForegroundColor(Color activeForegroundColor)
          Sets active foreground color.
 void setActiveHighlightColor(Color activeHighlightColor)
          Sets active highlight color.
 void setActiveHighlightedTextColor(Color activeHighlightedTextColor)
          Sets active highlighted text color.
 void setActiveLightColor(Color activeLightColor)
          Sets active light color.
 void setActiveLinkColor(Color activeLinkColor)
          Sets active link text color.
 void setActiveLinkVisitedColor(Color activeLinkVisitedColor)
          Sets active link visited text color.
 void setActiveMidColor(Color activeMidColor)
          Sets active mid color.
 void setActiveMidlightColor(Color activeMidlightColor)
          Sets active midlight color.
 void setActiveShadowColor(Color activeShadowColor)
          Sets active shadow color.
 void setActiveTextColor(Color activeTextColor)
          Sets active text color.
 void setDisabledAlternateBaseColor(Color disabledAlternateBaseColor)
          Sets disabled alternate color.
 void setDisabledBackgroundColor(Color disabledBackgroundColor)
          Sets disabled background color.
 void setDisabledBaseColor(Color disabledBaseColor)
          Sets disabled base color.
 void setDisabledBrightTextColor(Color disabledBrightTextColor)
          Sets disabled bright text color.
 void setDisabledButtonColor(Color disabledButtonColor)
          Sets disabled button color.
 void setDisabledButtonTextColor(Color disabledButtonTextColor)
          Sets disabled button text color.
 void setDisabledDarkColor(Color disabledDarkColor)
          Sets disabled dark color.
 void setDisabledForegroundColor(Color disabledForegroundColor)
          Sets disabled foreground color.
 void setDisabledHighlightColor(Color disabledHighlightColor)
          Sets disabled highlight color.
 void setDisabledHighlightedTextColor(Color disabledHighlightedTextColor)
          Sets disabled highlighted text color.
 void setDisabledLightColor(Color disabledLightColor)
          Sets disabled light color.
 void setDisabledLinkColor(Color disabledLinkColor)
          Sets disabled link text color.
 void setDisabledLinkVisitedColor(Color disabledLinkVisitedColor)
          Sets disabled link visited text color.
 void setDisabledMidColor(Color disabledMidColor)
          Sets disabled mid color.
 void setDisabledMidlightColor(Color disabledMidlightColor)
          Sets disabled midlight color.
 void setDisabledShadowColor(Color disabledShadowColor)
          Sets disabled shadow color.
 void setDisabledTextColor(Color disabledTextColor)
          Sets disabled text color.
 void setInactiveAlternateBaseColor(Color inactiveAlternateBaseColor)
          Sets inactive alternate color.
 void setInactiveBackgroundColor(Color inactiveBackgroundColor)
          Sets inactive background color.
 void setInactiveBaseColor(Color inactiveBaseColor)
          Sets inactive base color.
 void setInactiveBrightTextColor(Color inactiveBrightTextColor)
          Sets inactive bright text color.
 void setInactiveButtonColor(Color inactiveButtonColor)
          Sets inactive button color.
 void setInactiveButtonTextColor(Color inactiveButtonTextColor)
          Sets inactive button text color.
 void setInactiveDarkColor(Color inactiveDarkColor)
          Sets inactive dark color.
 void setInactiveForegroundColor(Color inactiveForegroundColor)
          Sets inactive foreground color.
 void setInactiveHighlightColor(Color inactiveHighlightColor)
          Sets inactive highlight color.
 void setInactiveHighlightedTextColor(Color inactiveHighlightedTextColor)
          Sets inactive highlighted text color.
 void setInactiveLightColor(Color inactiveLightColor)
          Sets inactive light color.
 void setInactiveLinkColor(Color inactiveLinkColor)
          Sets inactive link text color.
 void setInactiveLinkVisitedColor(Color inactiveLinkVisitedColor)
          Sets inactive link visited text color.
 void setInactiveMidColor(Color inactiveMidColor)
          Sets inactive mid color.
 void setInactiveMidlightColor(Color inactiveMidlightColor)
          Sets inactive midlight color.
 void setInactiveShadowColor(Color inactiveShadowColor)
          Sets inactive shadow color.
 void setInactiveTextColor(Color inactiveTextColor)
          Sets inactive text color.
 
Methods inherited from class yu.ac.bg.etf.javaqx.qswing.styles.ColorPalette
equals, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

name

protected java.lang.String name

activeBackgroundColor

protected Color activeBackgroundColor

inactiveBackgroundColor

protected Color inactiveBackgroundColor

disabledBackgroundColor

protected Color disabledBackgroundColor

activeForegroundColor

protected Color activeForegroundColor

inactiveForegroundColor

protected Color inactiveForegroundColor

disabledForegroundColor

protected Color disabledForegroundColor

activeBaseColor

protected Color activeBaseColor

inactiveBaseColor

protected Color inactiveBaseColor

disabledBaseColor

protected Color disabledBaseColor

activeAlternateBaseColor

protected Color activeAlternateBaseColor

inactiveAlternateBaseColor

protected Color inactiveAlternateBaseColor

disabledAlternateBaseColor

protected Color disabledAlternateBaseColor

activeTextColor

protected Color activeTextColor

inactiveTextColor

protected Color inactiveTextColor

disabledTextColor

protected Color disabledTextColor

activeButtonColor

protected Color activeButtonColor

inactiveButtonColor

protected Color inactiveButtonColor

disabledButtonColor

protected Color disabledButtonColor

activeButtonTextColor

protected Color activeButtonTextColor

inactiveButtonTextColor

protected Color inactiveButtonTextColor

disabledButtonTextColor

protected Color disabledButtonTextColor

activeBrightTextColor

protected Color activeBrightTextColor

inactiveBrightTextColor

protected Color inactiveBrightTextColor

disabledBrightTextColor

protected Color disabledBrightTextColor

activeLightColor

protected Color activeLightColor

inactiveLightColor

protected Color inactiveLightColor

disabledLightColor

protected Color disabledLightColor

activeMidlightColor

protected Color activeMidlightColor

inactiveMidlightColor

protected Color inactiveMidlightColor

disabledMidlightColor

protected Color disabledMidlightColor

activeDarkColor

protected Color activeDarkColor

inactiveDarkColor

protected Color inactiveDarkColor

disabledDarkColor

protected Color disabledDarkColor

activeMidColor

protected Color activeMidColor

inactiveMidColor

protected Color inactiveMidColor

disabledMidColor

protected Color disabledMidColor

activeShadowColor

protected Color activeShadowColor

inactiveShadowColor

protected Color inactiveShadowColor

disabledShadowColor

protected Color disabledShadowColor

activeHighlightColor

protected Color activeHighlightColor

inactiveHighlightColor

protected Color inactiveHighlightColor

disabledHighlightColor

protected Color disabledHighlightColor

activeHighlightedTextColor

protected Color activeHighlightedTextColor

inactiveHighlightedTextColor

protected Color inactiveHighlightedTextColor

disabledHighlightedTextColor

protected Color disabledHighlightedTextColor

activeLinkColor

protected Color activeLinkColor

inactiveLinkColor

protected Color inactiveLinkColor

disabledLinkColor

protected Color disabledLinkColor

activeLinkVisitedColor

protected Color activeLinkVisitedColor

inactiveLinkVisitedColor

protected Color inactiveLinkVisitedColor

disabledLinkVisitedColor

protected Color disabledLinkVisitedColor
Constructor Detail

CustomColorPalette

public CustomColorPalette()
Constructs new CustomColorPalette object.


CustomColorPalette

public CustomColorPalette(java.lang.String name)
Constructs new CustomColorPalette object.

Parameters:
name - the name

CustomColorPalette

public CustomColorPalette(Color backgroundColor)
Constructs new CustomColorPalette object using the specified background color.

Parameters:
backgroundColor - the background color
Method Detail

setActiveBackgroundColor

public void setActiveBackgroundColor(Color activeBackgroundColor)
Sets active background color.

Parameters:
activeBackgroundColor - the active background color

setInactiveBackgroundColor

public void setInactiveBackgroundColor(Color inactiveBackgroundColor)
Sets inactive background color.

Parameters:
inactiveBackgroundColor - the inactive background color

setDisabledBackgroundColor

public void setDisabledBackgroundColor(Color disabledBackgroundColor)
Sets disabled background color.

Parameters:
disabledBackgroundColor - the disabled background color

setActiveForegroundColor

public void setActiveForegroundColor(Color activeForegroundColor)
Sets active foreground color.

Parameters:
activeForegroundColor - the active foreground color

setInactiveForegroundColor

public void setInactiveForegroundColor(Color inactiveForegroundColor)
Sets inactive foreground color.

Parameters:
inactiveForegroundColor - the inactive foreground color

setDisabledForegroundColor

public void setDisabledForegroundColor(Color disabledForegroundColor)
Sets disabled foreground color.

Parameters:
disabledForegroundColor - the disabled foreground color

setActiveBaseColor

public void setActiveBaseColor(Color activeBaseColor)
Sets active base color.

Parameters:
activeBaseColor - the active base color

setInactiveBaseColor

public void setInactiveBaseColor(Color inactiveBaseColor)
Sets inactive base color.

Parameters:
inactiveBaseColor - the inactive base color

setDisabledBaseColor

public void setDisabledBaseColor(Color disabledBaseColor)
Sets disabled base color.

Parameters:
disabledBaseColor - the disabled base color

setActiveAlternateBaseColor

public void setActiveAlternateBaseColor(Color activeAlternateBaseColor)
Sets active alternate color.

Parameters:
activeAlternateBaseColor - the active alternate color

setInactiveAlternateBaseColor

public void setInactiveAlternateBaseColor(Color inactiveAlternateBaseColor)
Sets inactive alternate color.

Parameters:
inactiveAlternateBaseColor - the inactive alternate color

setDisabledAlternateBaseColor

public void setDisabledAlternateBaseColor(Color disabledAlternateBaseColor)
Sets disabled alternate color.

Parameters:
disabledAlternateBaseColor - the disabled alternate color

setActiveTextColor

public void setActiveTextColor(Color activeTextColor)
Sets active text color.

Parameters:
activeTextColor - the active text color

setInactiveTextColor

public void setInactiveTextColor(Color inactiveTextColor)
Sets inactive text color.

Parameters:
inactiveTextColor - the inactive text color

setDisabledTextColor

public void setDisabledTextColor(Color disabledTextColor)
Sets disabled text color.

Parameters:
disabledTextColor - the disabled text color

setActiveButtonColor

public void setActiveButtonColor(Color activeButtonColor)
Sets active button color.

Parameters:
activeButtonColor - the active button color

setInactiveButtonColor

public void setInactiveButtonColor(Color inactiveButtonColor)
Sets inactive button color.

Parameters:
inactiveButtonColor - the inactive button color

setDisabledButtonColor

public void setDisabledButtonColor(Color disabledButtonColor)
Sets disabled button color.

Parameters:
disabledButtonColor - the disabled button color

setActiveButtonTextColor

public void setActiveButtonTextColor(Color activeButtonTextColor)
Sets active button text color.

Parameters:
activeButtonTextColor - the active button text color

setInactiveButtonTextColor

public void setInactiveButtonTextColor(Color inactiveButtonTextColor)
Sets inactive button text color.

Parameters:
inactiveButtonTextColor - the inactive button text color

setDisabledButtonTextColor

public void setDisabledButtonTextColor(Color disabledButtonTextColor)
Sets disabled button text color.

Parameters:
disabledButtonTextColor - the disabled button text color

setActiveBrightTextColor

public void setActiveBrightTextColor(Color activeBrightTextColor)
Sets active bright text color.

Parameters:
activeBrightTextColor - the active bright text color

setInactiveBrightTextColor

public void setInactiveBrightTextColor(Color inactiveBrightTextColor)
Sets inactive bright text color.

Parameters:
inactiveBrightTextColor - the inactive bright text color

setDisabledBrightTextColor

public void setDisabledBrightTextColor(Color disabledBrightTextColor)
Sets disabled bright text color.

Parameters:
disabledBrightTextColor - the disabled bright text color

setActiveLightColor

public void setActiveLightColor(Color activeLightColor)
Sets active light color.

Parameters:
activeLightColor - the active light color

setInactiveLightColor

public void setInactiveLightColor(Color inactiveLightColor)
Sets inactive light color.

Parameters:
inactiveLightColor - the inactive light color

setDisabledLightColor

public void setDisabledLightColor(Color disabledLightColor)
Sets disabled light color.

Parameters:
disabledLightColor - the disabled light color

setActiveMidlightColor

public void setActiveMidlightColor(Color activeMidlightColor)
Sets active midlight color.

Parameters:
activeMidlightColor - the active midlight color

setInactiveMidlightColor

public void setInactiveMidlightColor(Color inactiveMidlightColor)
Sets inactive midlight color.

Parameters:
inactiveMidlightColor - the inactive midlight color

setDisabledMidlightColor

public void setDisabledMidlightColor(Color disabledMidlightColor)
Sets disabled midlight color.

Parameters:
disabledMidlightColor - the disabled midlight color

setActiveDarkColor

public void setActiveDarkColor(Color activeDarkColor)
Sets active dark color.

Parameters:
activeDarkColor - the active dark color

setInactiveDarkColor

public void setInactiveDarkColor(Color inactiveDarkColor)
Sets inactive dark color.

Parameters:
inactiveDarkColor - the inactive dark color

setDisabledDarkColor

public void setDisabledDarkColor(Color disabledDarkColor)
Sets disabled dark color.

Parameters:
disabledDarkColor - the disabled dark color

setActiveMidColor

public void setActiveMidColor(Color activeMidColor)
Sets active mid color.

Parameters:
activeMidColor - the active mid color

setInactiveMidColor

public void setInactiveMidColor(Color inactiveMidColor)
Sets inactive mid color.

Parameters:
inactiveMidColor - the inactive mid color

setDisabledMidColor

public void setDisabledMidColor(Color disabledMidColor)
Sets disabled mid color.

Parameters:
disabledMidColor - the disabled mid color

setActiveShadowColor

public void setActiveShadowColor(Color activeShadowColor)
Sets active shadow color.

Parameters:
activeShadowColor - the active shadow color

setInactiveShadowColor

public void setInactiveShadowColor(Color inactiveShadowColor)
Sets inactive shadow color.

Parameters:
inactiveShadowColor - the inactive shadow color

setDisabledShadowColor

public void setDisabledShadowColor(Color disabledShadowColor)
Sets disabled shadow color.

Parameters:
disabledShadowColor - the disabled shadow color

setActiveHighlightColor

public void setActiveHighlightColor(Color activeHighlightColor)
Sets active highlight color.

Parameters:
activeHighlightColor - the active highlight color

setInactiveHighlightColor

public void setInactiveHighlightColor(Color inactiveHighlightColor)
Sets inactive highlight color.

Parameters:
inactiveHighlightColor - the inactive highlight color

setDisabledHighlightColor

public void setDisabledHighlightColor(Color disabledHighlightColor)
Sets disabled highlight color.

Parameters:
disabledHighlightColor - the disabled highlight color

setActiveHighlightedTextColor

public void setActiveHighlightedTextColor(Color activeHighlightedTextColor)
Sets active highlighted text color.

Parameters:
activeHighlightedTextColor - the active highlighted text color

setInactiveHighlightedTextColor

public void setInactiveHighlightedTextColor(Color inactiveHighlightedTextColor)
Sets inactive highlighted text color.

Parameters:
inactiveHighlightedTextColor - the inactive highlighted text color

setDisabledHighlightedTextColor

public void setDisabledHighlightedTextColor(Color disabledHighlightedTextColor)
Sets disabled highlighted text color.

Parameters:
disabledHighlightedTextColor - the disabled highlighted text color

setActiveLinkColor

public void setActiveLinkColor(Color activeLinkColor)
Sets active link text color.

Parameters:
activeLinkColor - the active link color

setInactiveLinkColor

public void setInactiveLinkColor(Color inactiveLinkColor)
Sets inactive link text color.

Parameters:
inactiveLinkColor - the inactive link color

setDisabledLinkColor

public void setDisabledLinkColor(Color disabledLinkColor)
Sets disabled link text color.

Parameters:
disabledLinkColor - the disabled link color

setActiveLinkVisitedColor

public void setActiveLinkVisitedColor(Color activeLinkVisitedColor)
Sets active link visited text color.

Parameters:
activeLinkVisitedColor - the active link visited color

setInactiveLinkVisitedColor

public void setInactiveLinkVisitedColor(Color inactiveLinkVisitedColor)
Sets inactive link visited text color.

Parameters:
inactiveLinkVisitedColor - the inactive link visited color

setDisabledLinkVisitedColor

public void setDisabledLinkVisitedColor(Color disabledLinkVisitedColor)
Sets disabled link visited text color.

Parameters:
disabledLinkVisitedColor - the disabled link visited color

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.