org.tentackle.plaf.tlooks
Class TLooksBlueTheme

java.lang.Object
  extended by javax.swing.plaf.metal.MetalTheme
      extended by javax.swing.plaf.metal.DefaultMetalTheme
          extended by com.jgoodies.looks.plastic.PlasticTheme
              extended by org.tentackle.plaf.tlooks.TLooksBlueTheme

public class TLooksBlueTheme
extends com.jgoodies.looks.plastic.PlasticTheme

Blue theme.

Author:
harald

Field Summary
 
Fields inherited from class com.jgoodies.looks.plastic.PlasticTheme
BLACK, BRIGHTEN_START, BRIGHTEN_STOP, DARKEN_START, DARKEN_STOP, LT_BRIGHTEN_STOP, LT_DARKEN_STOP, WHITE
 
Constructor Summary
TLooksBlueTheme()
           
 
Method Summary
protected  ColorUIResource getPrimary1()
          Returns the primary 1 color.
protected  ColorUIResource getPrimary2()
          Returns the primary 2 color.
protected  ColorUIResource getPrimary3()
          Returns the primary 3 color.
protected  ColorUIResource getSecondary1()
          Returns the secondary 1 color.
protected  ColorUIResource getSecondary2()
          Returns the secondary 2 color.
protected  ColorUIResource getSecondary3()
          Returns the secondary 3 color.
 
Methods inherited from class com.jgoodies.looks.plastic.PlasticTheme
equals, getBlack, getControlTextFont, getFontSet, getMenuForeground, getMenuItemBackground, getMenuItemSelectedBackground, getMenuItemSelectedForeground, getMenuTextFont, getSimpleInternalFrameBackground, getSimpleInternalFrameForeground, getSubTextFont, getSystemTextColor, getSystemTextFont, getTitleTextColor, getTitleTextFont, getToggleButtonCheckColor, getUserTextFont, getWhite, getWindowTitleFont, hashCode
 
Methods inherited from class javax.swing.plaf.metal.DefaultMetalTheme
getName
 
Methods inherited from class javax.swing.plaf.metal.MetalTheme
addCustomEntriesToTable, getAcceleratorForeground, getAcceleratorSelectedForeground, getControl, getControlDarkShadow, getControlDisabled, getControlHighlight, getControlInfo, getControlShadow, getControlTextColor, getDesktopColor, getFocusColor, getHighlightedTextColor, getInactiveControlTextColor, getInactiveSystemTextColor, getMenuBackground, getMenuDisabledForeground, getMenuSelectedBackground, getMenuSelectedForeground, getPrimaryControl, getPrimaryControlDarkShadow, getPrimaryControlHighlight, getPrimaryControlInfo, getPrimaryControlShadow, getSeparatorBackground, getSeparatorForeground, getTextHighlightColor, getUserTextColor, getWindowBackground, getWindowTitleBackground, getWindowTitleForeground, getWindowTitleInactiveBackground, getWindowTitleInactiveForeground
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TLooksBlueTheme

public TLooksBlueTheme()
Method Detail

getPrimary1

protected ColorUIResource getPrimary1()
Description copied from class: javax.swing.plaf.metal.DefaultMetalTheme
Returns the primary 1 color. This returns a color with rgb values of 102, 102, and 153, respectively.

Overrides:
getPrimary1 in class DefaultMetalTheme
Returns:
the primary 1 color

getPrimary2

protected ColorUIResource getPrimary2()
Description copied from class: javax.swing.plaf.metal.DefaultMetalTheme
Returns the primary 2 color. This returns a color with rgb values of 153, 153, 204, respectively.

Overrides:
getPrimary2 in class DefaultMetalTheme
Returns:
the primary 2 color

getPrimary3

protected ColorUIResource getPrimary3()
Description copied from class: javax.swing.plaf.metal.DefaultMetalTheme
Returns the primary 3 color. This returns a color with rgb values 204, 204, 255, respectively.

Overrides:
getPrimary3 in class DefaultMetalTheme
Returns:
the primary 3 color

getSecondary1

protected ColorUIResource getSecondary1()
Description copied from class: javax.swing.plaf.metal.DefaultMetalTheme
Returns the secondary 1 color. This returns a color with rgb values 102, 102, and 102, respectively.

Overrides:
getSecondary1 in class DefaultMetalTheme
Returns:
the secondary 1 color

getSecondary2

protected ColorUIResource getSecondary2()
Description copied from class: javax.swing.plaf.metal.DefaultMetalTheme
Returns the secondary 2 color. This returns a color with rgb values 153, 153, and 153, respectively.

Overrides:
getSecondary2 in class DefaultMetalTheme
Returns:
the secondary 2 color

getSecondary3

protected ColorUIResource getSecondary3()
Description copied from class: javax.swing.plaf.metal.DefaultMetalTheme
Returns the secondary 3 color. This returns a color with rgb values 204, 204, and 204, respectively.

Overrides:
getSecondary3 in class DefaultMetalTheme
Returns:
the secondary 3 color


Copyright © 2001-2008 Harald Krake, Bergstr. 48, 78098 Triberg, Germany, harald@krake.de