com.izforge.izpack.gui
Class IzPackKMetalTheme

java.lang.Object
  extended by javax.swing.plaf.metal.MetalTheme
      extended by javax.swing.plaf.metal.DefaultMetalTheme
          extended by com.izforge.izpack.gui.IzPackMetalTheme
              extended by com.izforge.izpack.gui.IzPackKMetalTheme

Deprecated.

@Deprecated
public class IzPackKMetalTheme
extends IzPackMetalTheme

The IzPack Kunststoff L&F theme.

Author:
Julien Ponge

Field Summary
private  javax.swing.plaf.ColorUIResource primary1
          Deprecated. Primary color.
private  javax.swing.plaf.ColorUIResource primary2
          Deprecated. Primary color.
private  javax.swing.plaf.ColorUIResource primary3
          Deprecated. Primary color.
private  javax.swing.plaf.ColorUIResource secondary1
          Deprecated. Secondary color.
private  javax.swing.plaf.ColorUIResource secondary2
          Deprecated. Secondary color.
private  javax.swing.plaf.ColorUIResource secondary3
          Deprecated. Secondary color.
 
Constructor Summary
IzPackKMetalTheme()
          Deprecated. The constructor.
 
Method Summary
 javax.swing.plaf.ColorUIResource getPrimary1()
          Deprecated. Returns the wished color.
 javax.swing.plaf.ColorUIResource getPrimary2()
          Deprecated. Returns the wished color.
 javax.swing.plaf.ColorUIResource getPrimary3()
          Deprecated. Returns the wished color.
 javax.swing.plaf.ColorUIResource getSecondary1()
          Deprecated. Returns the wished color.
 javax.swing.plaf.ColorUIResource getSecondary2()
          Deprecated. Returns the wished color.
 javax.swing.plaf.ColorUIResource getSecondary3()
          Deprecated. 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
Deprecated. 
Primary color.


primary2

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


primary3

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


secondary1

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


secondary2

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


secondary3

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

Constructor Detail

IzPackKMetalTheme

public IzPackKMetalTheme()
Deprecated. 
The constructor.

Method Detail

getPrimary1

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

Overrides:
getPrimary1 in class javax.swing.plaf.metal.DefaultMetalTheme
Returns:
The wished color.

getPrimary2

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

Overrides:
getPrimary2 in class javax.swing.plaf.metal.DefaultMetalTheme
Returns:
The wished color.

getPrimary3

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

Overrides:
getPrimary3 in class javax.swing.plaf.metal.DefaultMetalTheme
Returns:
The wished color.

getSecondary1

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

Overrides:
getSecondary1 in class javax.swing.plaf.metal.DefaultMetalTheme
Returns:
The wished color.

getSecondary2

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

Overrides:
getSecondary2 in class javax.swing.plaf.metal.DefaultMetalTheme
Returns:
The wished color.

getSecondary3

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

Overrides:
getSecondary3 in class javax.swing.plaf.metal.DefaultMetalTheme
Returns:
The wished color.