org.shetline.gui.laf.zinc
Class ZincLookAndFeel
java.lang.Object
javax.swing.LookAndFeel
javax.swing.plaf.basic.BasicLookAndFeel
javax.swing.plaf.metal.MetalLookAndFeel
org.shetline.gui.laf.zinc.ZincLookAndFeel
- All Implemented Interfaces:
- Serializable
public class ZincLookAndFeel
- extends MetalLookAndFeel
- See Also:
- Serialized Form
Methods inherited from class javax.swing.plaf.metal.MetalLookAndFeel |
createDefaultTheme, getAcceleratorForeground, getAcceleratorSelectedForeground, getBlack, getControl, getControlDarkShadow, getControlDisabled, getControlHighlight, getControlInfo, getControlShadow, getControlTextColor, getControlTextFont, getCurrentTheme, getDefaults, getDesktopColor, getDisabledIcon, getDisabledSelectedIcon, getFocusColor, getHighlightedTextColor, getInactiveControlTextColor, getInactiveSystemTextColor, getLayoutStyle, getMenuBackground, getMenuDisabledForeground, getMenuForeground, getMenuSelectedBackground, getMenuSelectedForeground, getMenuTextFont, getPrimaryControl, getPrimaryControlDarkShadow, getPrimaryControlHighlight, getPrimaryControlInfo, getPrimaryControlShadow, getSeparatorBackground, getSeparatorForeground, getSubTextFont, getSupportsWindowDecorations, getSystemTextColor, getSystemTextFont, getTextHighlightColor, getUserTextColor, getUserTextFont, getWhite, getWindowBackground, getWindowTitleBackground, getWindowTitleFont, getWindowTitleForeground, getWindowTitleInactiveBackground, getWindowTitleInactiveForeground, initSystemColorDefaults, isNativeLookAndFeel, isSupportedLookAndFeel, provideErrorFeedback, setCurrentTheme |
Methods inherited from class javax.swing.LookAndFeel |
getDesktopPropertyValue, installBorder, installColors, installColorsAndFont, installProperty, loadKeyBindings, makeComponentInputMap, makeIcon, makeInputMap, makeKeyBindings, toString, uninstallBorder |
SCROLL_BORDER
protected static Border SCROLL_BORDER
ZincLookAndFeel
public ZincLookAndFeel()
getID
public String getID()
- Overrides:
getID
in class MetalLookAndFeel
getName
public String getName()
- Overrides:
getName
in class MetalLookAndFeel
getDescription
public String getDescription()
- Overrides:
getDescription
in class MetalLookAndFeel
initialize
public void initialize()
- Overrides:
initialize
in class BasicLookAndFeel
initClassDefaults
protected void initClassDefaults(UIDefaults table)
- Overrides:
initClassDefaults
in class MetalLookAndFeel
initComponentDefaults
protected void initComponentDefaults(UIDefaults table)
- Overrides:
initComponentDefaults
in class MetalLookAndFeel
createGradientTexture
public static TexturePaint createGradientTexture(Color baseColor,
Color peakColor,
int top,
int height)