Package com.jgoodies.looks.plastic.theme
Class DarkStar
- 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.DarkStar
-
public class DarkStar extends InvertedColorTheme
An inverted theme with light foreground colors and a black window background.- Version:
- $Revision: 1.8 $
-
-
Field Summary
Fields Modifier and Type Field Description private javax.swing.plaf.ColorUIResource
primary1
private javax.swing.plaf.ColorUIResource
primary2
private javax.swing.plaf.ColorUIResource
primary3
private javax.swing.plaf.ColorUIResource
secondary1
private javax.swing.plaf.ColorUIResource
secondary2
private javax.swing.plaf.ColorUIResource
secondary3
private javax.swing.plaf.ColorUIResource
softWhite
-
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 DarkStar()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
protected javax.swing.plaf.ColorUIResource
getPrimary1()
protected javax.swing.plaf.ColorUIResource
getPrimary2()
protected javax.swing.plaf.ColorUIResource
getPrimary3()
protected javax.swing.plaf.ColorUIResource
getSecondary1()
protected javax.swing.plaf.ColorUIResource
getSecondary2()
protected javax.swing.plaf.ColorUIResource
getSecondary3()
protected javax.swing.plaf.ColorUIResource
getSoftWhite()
-
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:
getName
in classjavax.swing.plaf.metal.DefaultMetalTheme
-
getPrimary1
protected javax.swing.plaf.ColorUIResource getPrimary1()
- Overrides:
getPrimary1
in classInvertedColorTheme
-
getPrimary2
protected javax.swing.plaf.ColorUIResource getPrimary2()
- Overrides:
getPrimary2
in classInvertedColorTheme
-
getPrimary3
protected javax.swing.plaf.ColorUIResource getPrimary3()
- Overrides:
getPrimary3
in classInvertedColorTheme
-
getSecondary1
protected javax.swing.plaf.ColorUIResource getSecondary1()
- Overrides:
getSecondary1
in classInvertedColorTheme
-
getSecondary2
protected javax.swing.plaf.ColorUIResource getSecondary2()
- Overrides:
getSecondary2
in classInvertedColorTheme
-
getSecondary3
protected javax.swing.plaf.ColorUIResource getSecondary3()
- Overrides:
getSecondary3
in classInvertedColorTheme
-
getSoftWhite
protected javax.swing.plaf.ColorUIResource getSoftWhite()
- Overrides:
getSoftWhite
in classInvertedColorTheme
-
-