edu.iastate.reload.skin
Class MetNetOceanTheme

java.lang.Object
  extended by javax.swing.plaf.metal.MetalTheme
      extended by edu.iastate.reload.skin.DefaultMetalThemeX
          extended by edu.iastate.reload.skin.OceanThemeX
              extended by edu.iastate.reload.skin.MetNetOceanTheme

 class MetNetOceanTheme
extends OceanThemeX

copy from MetNet Look and Feel

Author:
Nick Ransom

Field Summary
 
Fields inherited from class edu.iastate.reload.skin.OceanThemeX
BLACK, INACTIVE_CONTROL_TEXT, PRIMARY1, PRIMARY2, PRIMARY3, SECONDARY1, SECONDARY2, SECONDARY3
 
Constructor Summary
MetNetOceanTheme()
           
 
Method Summary
protected  javax.swing.plaf.ColorUIResource getPrimary1()
          Return the OceanTheme's value for primary 1, the RGB value (99, 130, 191).
protected  javax.swing.plaf.ColorUIResource getPrimary2()
          Return the OceanTheme's value for primary 2, the RGB value (163, 184, 204).
protected  javax.swing.plaf.ColorUIResource getPrimary3()
          Return the OceanTheme's value for primary 1, the RGB value (184, 207, 229).
protected  javax.swing.plaf.ColorUIResource getSecondary1()
          Return the OceanTheme's value for secondary 1, the RGB value (122, 138, 153).
protected  javax.swing.plaf.ColorUIResource getSecondary2()
          Return the OceanTheme's value for secondary 2, the RGB value (184, 207, 229).
protected  javax.swing.plaf.ColorUIResource getSecondary3()
          Return the OceanTheme's value for secondary 3, the RGB value (238, 238, 238).
static void restoreDefaults()
           
 
Methods inherited from class edu.iastate.reload.skin.OceanThemeX
addCustomEntriesToTable, getBlack, getControlTextColor, getDesktopColor, getInactiveControlTextColor, getMenuDisabledForeground, getName
 
Methods inherited from class edu.iastate.reload.skin.DefaultMetalThemeX
getControlTextFont, getMenuTextFont, getSubTextFont, getSystemTextFont, getUserTextFont, getWindowTitleFont
 
Methods inherited from class javax.swing.plaf.metal.MetalTheme
getAcceleratorForeground, getAcceleratorSelectedForeground, getControl, getControlDarkShadow, getControlDisabled, getControlHighlight, getControlInfo, getControlShadow, getFocusColor, getHighlightedTextColor, getInactiveSystemTextColor, getMenuBackground, 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

MetNetOceanTheme

MetNetOceanTheme()
Method Detail

getPrimary1

protected javax.swing.plaf.ColorUIResource getPrimary1()
Description copied from class: OceanThemeX
Return the OceanTheme's value for primary 1, the RGB value (99, 130, 191).

Overrides:
getPrimary1 in class OceanThemeX
Returns:
The first primary color.

getPrimary2

protected javax.swing.plaf.ColorUIResource getPrimary2()
Description copied from class: OceanThemeX
Return the OceanTheme's value for primary 2, the RGB value (163, 184, 204).

Overrides:
getPrimary2 in class OceanThemeX
Returns:
The second primary color.

getPrimary3

protected javax.swing.plaf.ColorUIResource getPrimary3()
Description copied from class: OceanThemeX
Return the OceanTheme's value for primary 1, the RGB value (184, 207, 229).

Overrides:
getPrimary3 in class OceanThemeX
Returns:
The third primary color.

getSecondary1

protected javax.swing.plaf.ColorUIResource getSecondary1()
Description copied from class: OceanThemeX
Return the OceanTheme's value for secondary 1, the RGB value (122, 138, 153).

Overrides:
getSecondary1 in class OceanThemeX
Returns:
The first secondary color.

getSecondary2

protected javax.swing.plaf.ColorUIResource getSecondary2()
Description copied from class: OceanThemeX
Return the OceanTheme's value for secondary 2, the RGB value (184, 207, 229).

Overrides:
getSecondary2 in class OceanThemeX
Returns:
The second secondary color.

getSecondary3

protected javax.swing.plaf.ColorUIResource getSecondary3()
Description copied from class: OceanThemeX
Return the OceanTheme's value for secondary 3, the RGB value (238, 238, 238).

Overrides:
getSecondary3 in class OceanThemeX
Returns:
The third secondary color.

restoreDefaults

public static void restoreDefaults()