edu.iastate.metnet
Class MetNetOceanTheme

java.lang.Object
  extended by javax.swing.plaf.metal.MetalTheme
      extended by javax.swing.plaf.metal.DefaultMetalTheme
          extended by javax.swing.plaf.metal.OceanTheme
              extended by edu.iastate.metnet.MetNetOceanTheme

 class MetNetOceanTheme
extends OceanTheme


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 javax.swing.plaf.metal.OceanTheme
addCustomEntriesToTable, getBlack, getControlTextColor, getDesktopColor, getInactiveControlTextColor, getMenuDisabledForeground, getName
 
Methods inherited from class javax.swing.plaf.metal.DefaultMetalTheme
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: OceanTheme
Return the OceanTheme's value for primary 1, the RGB value (99, 130, 191).

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

getPrimary2

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

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

getPrimary3

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

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

getSecondary1

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

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

getSecondary2

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

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

getSecondary3

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

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

restoreDefaults

public static void restoreDefaults()