org.tentackle.plaf.tmetal
Class TMetalTheme

java.lang.Object
  extended by javax.swing.plaf.metal.MetalTheme
      extended by javax.swing.plaf.metal.DefaultMetalTheme
          extended by org.tentackle.plaf.tmetal.TMetalTheme

public class TMetalTheme
extends DefaultMetalTheme

Blue theme for TMetal.

Author:
harald

Constructor Summary
TMetalTheme()
          Creates a new instance of TMetalTheme
 
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 javax.swing.plaf.metal.DefaultMetalTheme
getControlTextFont, getMenuTextFont, getName, getSubTextFont, getSystemTextFont, getUserTextFont, getWindowTitleFont
 
Methods inherited from class javax.swing.plaf.metal.MetalTheme
addCustomEntriesToTable, getAcceleratorForeground, getAcceleratorSelectedForeground, getBlack, getControl, getControlDarkShadow, getControlDisabled, getControlHighlight, getControlInfo, getControlShadow, getControlTextColor, getDesktopColor, getFocusColor, getHighlightedTextColor, getInactiveControlTextColor, getInactiveSystemTextColor, getMenuBackground, getMenuDisabledForeground, getMenuForeground, getMenuSelectedBackground, getMenuSelectedForeground, getPrimaryControl, getPrimaryControlDarkShadow, getPrimaryControlHighlight, getPrimaryControlInfo, getPrimaryControlShadow, getSeparatorBackground, getSeparatorForeground, getSystemTextColor, getTextHighlightColor, getUserTextColor, getWhite, getWindowBackground, getWindowTitleBackground, getWindowTitleForeground, getWindowTitleInactiveBackground, getWindowTitleInactiveForeground
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TMetalTheme

public TMetalTheme()
Creates a new instance of TMetalTheme

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