public abstract class PlasticTheme extends DefaultMetalTheme
Modifier and Type | Field and Description |
---|---|
protected static ColorUIResource |
BLACK |
static Color |
BRIGHTEN_START |
static Color |
BRIGHTEN_STOP |
static Color |
DARKEN_START |
static Color |
DARKEN_STOP |
static Color |
LT_BRIGHTEN_STOP |
static Color |
LT_DARKEN_STOP |
protected static ColorUIResource |
WHITE |
Constructor and Description |
---|
PlasticTheme() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Plastic themes are equal if and only if their classes are the same.
|
protected ColorUIResource |
getBlack() |
FontUIResource |
getControlTextFont() |
protected FontSet |
getFontSet() |
ColorUIResource |
getMenuForeground() |
ColorUIResource |
getMenuItemBackground() |
ColorUIResource |
getMenuItemSelectedBackground() |
ColorUIResource |
getMenuItemSelectedForeground() |
FontUIResource |
getMenuTextFont() |
ColorUIResource |
getSimpleInternalFrameBackground() |
ColorUIResource |
getSimpleInternalFrameForeground() |
FontUIResource |
getSubTextFont() |
ColorUIResource |
getSystemTextColor() |
FontUIResource |
getSystemTextFont() |
ColorUIResource |
getTitleTextColor() |
FontUIResource |
getTitleTextFont() |
ColorUIResource |
getToggleButtonCheckColor() |
FontUIResource |
getUserTextFont() |
protected ColorUIResource |
getWhite() |
FontUIResource |
getWindowTitleFont() |
int |
hashCode()
Returns this theme's hash code, the classes' hash code.
|
getName, getPrimary1, getPrimary2, getPrimary3, getSecondary1, getSecondary2, getSecondary3
addCustomEntriesToTable, getAcceleratorForeground, getAcceleratorSelectedForeground, getControl, getControlDarkShadow, getControlDisabled, getControlHighlight, getControlInfo, getControlShadow, getControlTextColor, getDesktopColor, getFocusColor, getHighlightedTextColor, getInactiveControlTextColor, getInactiveSystemTextColor, getMenuBackground, getMenuDisabledForeground, getMenuSelectedBackground, getMenuSelectedForeground, getPrimaryControl, getPrimaryControlDarkShadow, getPrimaryControlHighlight, getPrimaryControlInfo, getPrimaryControlShadow, getSeparatorBackground, getSeparatorForeground, getTextHighlightColor, getUserTextColor, getWindowBackground, getWindowTitleBackground, getWindowTitleForeground, getWindowTitleInactiveBackground, getWindowTitleInactiveForeground
public static final Color DARKEN_START
public static final Color DARKEN_STOP
public static final Color LT_DARKEN_STOP
public static final Color BRIGHTEN_START
public static final Color BRIGHTEN_STOP
public static final Color LT_BRIGHTEN_STOP
protected static final ColorUIResource WHITE
protected static final ColorUIResource BLACK
protected ColorUIResource getBlack()
getBlack
in class MetalTheme
protected ColorUIResource getWhite()
getWhite
in class MetalTheme
public ColorUIResource getSystemTextColor()
getSystemTextColor
in class MetalTheme
public ColorUIResource getTitleTextColor()
public ColorUIResource getMenuForeground()
getMenuForeground
in class MetalTheme
public ColorUIResource getMenuItemBackground()
public ColorUIResource getMenuItemSelectedBackground()
public ColorUIResource getMenuItemSelectedForeground()
public ColorUIResource getSimpleInternalFrameForeground()
public ColorUIResource getSimpleInternalFrameBackground()
public ColorUIResource getToggleButtonCheckColor()
public FontUIResource getTitleTextFont()
public FontUIResource getControlTextFont()
getControlTextFont
in class DefaultMetalTheme
public FontUIResource getMenuTextFont()
getMenuTextFont
in class DefaultMetalTheme
public FontUIResource getSubTextFont()
getSubTextFont
in class DefaultMetalTheme
public FontUIResource getSystemTextFont()
getSystemTextFont
in class DefaultMetalTheme
public FontUIResource getUserTextFont()
getUserTextFont
in class DefaultMetalTheme
public FontUIResource getWindowTitleFont()
getWindowTitleFont
in class DefaultMetalTheme
protected FontSet getFontSet()
public boolean equals(Object o)
Copyright © 2001-2011 JGoodies Karsten Lentzsch. All Rights Reserved.