Package com.jgoodies.looks.plastic.theme
Class BrownSugar
- java.lang.Object
-
- javax.swing.plaf.metal.MetalTheme
-
- javax.swing.plaf.metal.DefaultMetalTheme
-
- com.jgoodies.looks.plastic.PlasticTheme
-
- com.jgoodies.looks.plastic.theme.InvertedColorTheme
-
- com.jgoodies.looks.plastic.theme.BrownSugar
-
public class BrownSugar extends InvertedColorTheme
An inverted theme with light foreground colors and a dark brown window background.- Version:
- $Revision: 1.8 $
-
-
Field Summary
Fields Modifier and Type Field Description private javax.swing.plaf.ColorUIResourceprimary1private javax.swing.plaf.ColorUIResourceprimary2private javax.swing.plaf.ColorUIResourceprimary3private javax.swing.plaf.ColorUIResourcesecondary1private javax.swing.plaf.ColorUIResourcesecondary2private javax.swing.plaf.ColorUIResourcesecondary3private javax.swing.plaf.ColorUIResourcesoftWhite-
Fields inherited from class com.jgoodies.looks.plastic.PlasticTheme
BLACK, BRIGHTEN_START, BRIGHTEN_STOP, DARKEN_START, DARKEN_STOP, LT_BRIGHTEN_STOP, LT_DARKEN_STOP, WHITE
-
-
Constructor Summary
Constructors Constructor Description BrownSugar()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()protected javax.swing.plaf.ColorUIResourcegetPrimary1()protected javax.swing.plaf.ColorUIResourcegetPrimary2()protected javax.swing.plaf.ColorUIResourcegetPrimary3()protected javax.swing.plaf.ColorUIResourcegetSecondary1()protected javax.swing.plaf.ColorUIResourcegetSecondary2()protected javax.swing.plaf.ColorUIResourcegetSecondary3()protected javax.swing.plaf.ColorUIResourcegetSoftWhite()-
Methods inherited from class com.jgoodies.looks.plastic.theme.InvertedColorTheme
addCustomEntriesToTable, getControlDisabled, getControlHighlight, getControlInfo, getFocusColor, getInactiveSystemTextColor, getMenuDisabledForeground, getMenuItemSelectedBackground, getMenuItemSelectedForeground, getMenuSelectedBackground, getMenuSelectedForeground, getPrimaryControlHighlight, getSeparatorBackground, getSimpleInternalFrameBackground, getTitleTextColor, getToggleButtonCheckColor
-
Methods inherited from class com.jgoodies.looks.plastic.PlasticTheme
equals, getBlack, getControlTextFont, getFontSet, getMenuForeground, getMenuItemBackground, getMenuTextFont, getSimpleInternalFrameForeground, getSubTextFont, getSystemTextColor, getSystemTextFont, getTitleTextFont, getUserTextFont, getWhite, getWindowTitleFont, hashCode
-
Methods inherited from class javax.swing.plaf.metal.MetalTheme
getAcceleratorForeground, getAcceleratorSelectedForeground, getControl, getControlDarkShadow, getControlShadow, getControlTextColor, getDesktopColor, getHighlightedTextColor, getInactiveControlTextColor, getMenuBackground, getPrimaryControl, getPrimaryControlDarkShadow, getPrimaryControlInfo, getPrimaryControlShadow, getSeparatorForeground, getTextHighlightColor, getUserTextColor, getWindowBackground, getWindowTitleBackground, getWindowTitleForeground, getWindowTitleInactiveBackground, getWindowTitleInactiveForeground
-
-
-
-
Field Detail
-
softWhite
private final javax.swing.plaf.ColorUIResource softWhite
-
primary1
private final javax.swing.plaf.ColorUIResource primary1
-
primary2
private final javax.swing.plaf.ColorUIResource primary2
-
primary3
private final javax.swing.plaf.ColorUIResource primary3
-
secondary1
private final javax.swing.plaf.ColorUIResource secondary1
-
secondary2
private final javax.swing.plaf.ColorUIResource secondary2
-
secondary3
private final javax.swing.plaf.ColorUIResource secondary3
-
-
Method Detail
-
getName
public java.lang.String getName()
- Overrides:
getNamein classjavax.swing.plaf.metal.DefaultMetalTheme
-
getPrimary1
protected javax.swing.plaf.ColorUIResource getPrimary1()
- Overrides:
getPrimary1in classInvertedColorTheme
-
getPrimary2
protected javax.swing.plaf.ColorUIResource getPrimary2()
- Overrides:
getPrimary2in classInvertedColorTheme
-
getPrimary3
protected javax.swing.plaf.ColorUIResource getPrimary3()
- Overrides:
getPrimary3in classInvertedColorTheme
-
getSecondary1
protected javax.swing.plaf.ColorUIResource getSecondary1()
- Overrides:
getSecondary1in classInvertedColorTheme
-
getSecondary2
protected javax.swing.plaf.ColorUIResource getSecondary2()
- Overrides:
getSecondary2in classInvertedColorTheme
-
getSecondary3
protected javax.swing.plaf.ColorUIResource getSecondary3()
- Overrides:
getSecondary3in classInvertedColorTheme
-
getSoftWhite
protected javax.swing.plaf.ColorUIResource getSoftWhite()
- Overrides:
getSoftWhitein classInvertedColorTheme
-
-