Sky View Café - Java

org.shetline.gui.laf.zinc
Class ZincLookAndFeel

java.lang.Object
  extended by javax.swing.LookAndFeel
      extended by javax.swing.plaf.basic.BasicLookAndFeel
          extended by javax.swing.plaf.metal.MetalLookAndFeel
              extended by org.shetline.gui.laf.zinc.ZincLookAndFeel
All Implemented Interfaces:
Serializable

public class ZincLookAndFeel
extends MetalLookAndFeel

See Also:
Serialized Form

Nested Class Summary
protected static class ZincLookAndFeel.ScrollBorder
           
 
Field Summary
protected static Border SCROLL_BORDER
           
 
Constructor Summary
ZincLookAndFeel()
           
 
Method Summary
static TexturePaint createGradientTexture(Color baseColor, Color peakColor, int top, int height)
           
 String getDescription()
           
 String getID()
           
 String getName()
           
protected  void initClassDefaults(UIDefaults table)
           
protected  void initComponentDefaults(UIDefaults table)
           
 void initialize()
           
 
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.plaf.basic.BasicLookAndFeel
createAudioAction, getAudioActionMap, loadSystemColors, playSound, uninitialize
 
Methods inherited from class javax.swing.LookAndFeel
getDesktopPropertyValue, installBorder, installColors, installColorsAndFont, installProperty, loadKeyBindings, makeComponentInputMap, makeIcon, makeInputMap, makeKeyBindings, toString, uninstallBorder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SCROLL_BORDER

protected static Border SCROLL_BORDER
Constructor Detail

ZincLookAndFeel

public ZincLookAndFeel()
Method Detail

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)

Sky View Café - Java