public abstract class PlasticTheme
extends javax.swing.plaf.metal.DefaultMetalTheme
| Modifier and Type | Field and Description |
|---|---|
protected static javax.swing.plaf.ColorUIResource |
BLACK |
static java.awt.Color |
BRIGHTEN_START |
static java.awt.Color |
BRIGHTEN_STOP |
static java.awt.Color |
DARKEN_START |
static java.awt.Color |
DARKEN_STOP |
static java.awt.Color |
LT_BRIGHTEN_STOP |
static java.awt.Color |
LT_DARKEN_STOP |
protected static javax.swing.plaf.ColorUIResource |
WHITE |
| Constructor and Description |
|---|
PlasticTheme() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Plastic themes are equal if and only if their classes are the same.
|
protected javax.swing.plaf.ColorUIResource |
getBlack() |
javax.swing.plaf.FontUIResource |
getControlTextFont() |
protected FontSet |
getFontSet() |
javax.swing.plaf.ColorUIResource |
getMenuForeground() |
javax.swing.plaf.ColorUIResource |
getMenuItemBackground() |
javax.swing.plaf.ColorUIResource |
getMenuItemSelectedBackground() |
javax.swing.plaf.ColorUIResource |
getMenuItemSelectedForeground() |
javax.swing.plaf.FontUIResource |
getMenuTextFont() |
javax.swing.plaf.ColorUIResource |
getSimpleInternalFrameBackground() |
javax.swing.plaf.ColorUIResource |
getSimpleInternalFrameForeground() |
javax.swing.plaf.FontUIResource |
getSubTextFont() |
javax.swing.plaf.ColorUIResource |
getSystemTextColor() |
javax.swing.plaf.FontUIResource |
getSystemTextFont() |
javax.swing.plaf.ColorUIResource |
getTitleTextColor() |
javax.swing.plaf.FontUIResource |
getTitleTextFont() |
javax.swing.plaf.ColorUIResource |
getToggleButtonCheckColor() |
javax.swing.plaf.FontUIResource |
getUserTextFont() |
protected javax.swing.plaf.ColorUIResource |
getWhite() |
javax.swing.plaf.FontUIResource |
getWindowTitleFont() |
int |
hashCode()
Returns this theme's hash code, the classes' hash code.
|
getName, getPrimary1, getPrimary2, getPrimary3, getSecondary1, getSecondary2, getSecondary3addCustomEntriesToTable, 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, getWindowTitleInactiveForegroundpublic static final java.awt.Color DARKEN_START
public static final java.awt.Color DARKEN_STOP
public static final java.awt.Color LT_DARKEN_STOP
public static final java.awt.Color BRIGHTEN_START
public static final java.awt.Color BRIGHTEN_STOP
public static final java.awt.Color LT_BRIGHTEN_STOP
protected static final javax.swing.plaf.ColorUIResource WHITE
protected static final javax.swing.plaf.ColorUIResource BLACK
protected javax.swing.plaf.ColorUIResource getBlack()
getBlack in class javax.swing.plaf.metal.MetalThemeprotected javax.swing.plaf.ColorUIResource getWhite()
getWhite in class javax.swing.plaf.metal.MetalThemepublic javax.swing.plaf.ColorUIResource getSystemTextColor()
getSystemTextColor in class javax.swing.plaf.metal.MetalThemepublic javax.swing.plaf.ColorUIResource getTitleTextColor()
public javax.swing.plaf.ColorUIResource getMenuForeground()
getMenuForeground in class javax.swing.plaf.metal.MetalThemepublic javax.swing.plaf.ColorUIResource getMenuItemBackground()
public javax.swing.plaf.ColorUIResource getMenuItemSelectedBackground()
public javax.swing.plaf.ColorUIResource getMenuItemSelectedForeground()
public javax.swing.plaf.ColorUIResource getSimpleInternalFrameForeground()
public javax.swing.plaf.ColorUIResource getSimpleInternalFrameBackground()
public javax.swing.plaf.ColorUIResource getToggleButtonCheckColor()
public javax.swing.plaf.FontUIResource getTitleTextFont()
public javax.swing.plaf.FontUIResource getControlTextFont()
getControlTextFont in class javax.swing.plaf.metal.DefaultMetalThemepublic javax.swing.plaf.FontUIResource getMenuTextFont()
getMenuTextFont in class javax.swing.plaf.metal.DefaultMetalThemepublic javax.swing.plaf.FontUIResource getSubTextFont()
getSubTextFont in class javax.swing.plaf.metal.DefaultMetalThemepublic javax.swing.plaf.FontUIResource getSystemTextFont()
getSystemTextFont in class javax.swing.plaf.metal.DefaultMetalThemepublic javax.swing.plaf.FontUIResource getUserTextFont()
getUserTextFont in class javax.swing.plaf.metal.DefaultMetalThemepublic javax.swing.plaf.FontUIResource getWindowTitleFont()
getWindowTitleFont in class javax.swing.plaf.metal.DefaultMetalThemeprotected FontSet getFontSet()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2001-2009 JGoodies Karsten Lentzsch. All Rights Reserved.