com.izforge.izpack.gui
Class IzPackKMetalTheme

java.lang.Object
  extended byjavax.swing.plaf.metal.MetalTheme
      extended byjavax.swing.plaf.metal.DefaultMetalTheme
          extended bycom.izforge.izpack.gui.IzPackMetalTheme
              extended bycom.izforge.izpack.gui.IzPackKMetalTheme

public class IzPackKMetalTheme
extends IzPackMetalTheme

The IzPack Kunststoff L&F theme.

Author:
Julien Ponge

Nested Class Summary
 
Nested classes inherited from class javax.swing.plaf.metal.DefaultMetalTheme
 
Field Summary
private  javax.swing.plaf.ColorUIResource primary1
          Primary color.
private  javax.swing.plaf.ColorUIResource primary2
          Primary color.
private  javax.swing.plaf.ColorUIResource primary3
          Primary color.
private  javax.swing.plaf.ColorUIResource secondary1
          Secondary color.
private  javax.swing.plaf.ColorUIResource secondary2
          Secondary color.
private  javax.swing.plaf.ColorUIResource secondary3
          Secondary color.
 
Fields inherited from class com.izforge.izpack.gui.IzPackMetalTheme
 
Fields inherited from class javax.swing.plaf.metal.DefaultMetalTheme
 
Fields inherited from class javax.swing.plaf.metal.MetalTheme
 
Constructor Summary
IzPackKMetalTheme()
          The constructor.
 
Method Summary
 javax.swing.plaf.ColorUIResource getPrimary1()
          Returns the wished color.
 javax.swing.plaf.ColorUIResource getPrimary2()
          Returns the wished color.
 javax.swing.plaf.ColorUIResource getPrimary3()
          Returns the wished color.
 javax.swing.plaf.ColorUIResource getSecondary1()
          Returns the wished color.
 javax.swing.plaf.ColorUIResource getSecondary2()
          Returns the wished color.
 javax.swing.plaf.ColorUIResource getSecondary3()
          Returns the wished color.
 
Methods inherited from class com.izforge.izpack.gui.IzPackMetalTheme
getControlTextColor, getControlTextFont, getMenuTextColor, getMenuTextFont, getSystemTextColor, getSystemTextFont, getUserTextColor, getUserTextFont, getWindowTitleFont
 
Methods inherited from class javax.swing.plaf.metal.DefaultMetalTheme
getName, getSubTextFont
 
Methods inherited from class javax.swing.plaf.metal.MetalTheme
addCustomEntriesToTable, getAcceleratorForeground, getAcceleratorSelectedForeground, getBlack, getControl, getControlDarkShadow, getControlDisabled, getControlHighlight, getControlInfo, getControlShadow, getDesktopColor, getFocusColor, getHighlightedTextColor, getInactiveControlTextColor, getInactiveSystemTextColor, getMenuBackground, getMenuDisabledForeground, getMenuForeground, getMenuSelectedBackground, getMenuSelectedForeground, getPrimaryControl, getPrimaryControlDarkShadow, getPrimaryControlHighlight, getPrimaryControlInfo, getPrimaryControlShadow, getSeparatorBackground, getSeparatorForeground, getTextHighlightColor, getWhite, getWindowBackground, getWindowTitleBackground, getWindowTitleForeground, getWindowTitleInactiveBackground, getWindowTitleInactiveForeground
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

primary1

private final javax.swing.plaf.ColorUIResource primary1
Primary color.


primary2

private final javax.swing.plaf.ColorUIResource primary2
Primary color.


primary3

private final javax.swing.plaf.ColorUIResource primary3
Primary color.


secondary1

private final javax.swing.plaf.ColorUIResource secondary1
Secondary color.


secondary2

private final javax.swing.plaf.ColorUIResource secondary2
Secondary color.


secondary3

private final javax.swing.plaf.ColorUIResource secondary3
Secondary color.

Constructor Detail

IzPackKMetalTheme

public IzPackKMetalTheme()
The constructor.

Method Detail

getPrimary1

public javax.swing.plaf.ColorUIResource getPrimary1()
Returns the wished color.

Returns:
The wished color.

getPrimary2

public javax.swing.plaf.ColorUIResource getPrimary2()
Returns the wished color.

Returns:
The wished color.

getPrimary3

public javax.swing.plaf.ColorUIResource getPrimary3()
Returns the wished color.

Returns:
The wished color.

getSecondary1

public javax.swing.plaf.ColorUIResource getSecondary1()
Returns the wished color.

Returns:
The wished color.

getSecondary2

public javax.swing.plaf.ColorUIResource getSecondary2()
Returns the wished color.

Returns:
The wished color.

getSecondary3

public javax.swing.plaf.ColorUIResource getSecondary3()
Returns the wished color.

Returns:
The wished color.