com.incors.plaf.kunststoff
Class KunststoffGradientTheme

java.lang.Object
  extended by com.incors.plaf.kunststoff.KunststoffGradientTheme
All Implemented Interfaces:
GradientTheme

public class KunststoffGradientTheme
extends java.lang.Object
implements GradientTheme


Constructor Summary
KunststoffGradientTheme()
           
 
Method Summary
 int getBackgroundGradientShadow()
           
 javax.swing.plaf.ColorUIResource getComponentGradientColorReflection()
          Returns the upper gradient color for components like JButton, JMenuBar, and JProgressBar.
 javax.swing.plaf.ColorUIResource getComponentGradientColorShadow()
          Returns the lower gradient color for components like JButton, JMenuBar, and JProgressBar.
 java.lang.String getName()
           
 javax.swing.plaf.ColorUIResource getTextComponentGradientColorReflection()
          Returns the upper gradient color for text components like JTextField and JPasswordField.
 javax.swing.plaf.ColorUIResource getTextComponentGradientColorShadow()
          Returns the lower gradient color for text components like JTextField and JPasswordField.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KunststoffGradientTheme

public KunststoffGradientTheme()
Method Detail

getName

public java.lang.String getName()

getComponentGradientColorReflection

public javax.swing.plaf.ColorUIResource getComponentGradientColorReflection()
Description copied from interface: GradientTheme
Returns the upper gradient color for components like JButton, JMenuBar, and JProgressBar. Will return null if upper gradient should not be painted.

Specified by:
getComponentGradientColorReflection in interface GradientTheme

getComponentGradientColorShadow

public javax.swing.plaf.ColorUIResource getComponentGradientColorShadow()
Description copied from interface: GradientTheme
Returns the lower gradient color for components like JButton, JMenuBar, and JProgressBar. Will return null if lower gradient should not be painted.

Specified by:
getComponentGradientColorShadow in interface GradientTheme

getTextComponentGradientColorReflection

public javax.swing.plaf.ColorUIResource getTextComponentGradientColorReflection()
Description copied from interface: GradientTheme
Returns the upper gradient color for text components like JTextField and JPasswordField. Will return null if upper gradient should not be painted.

Specified by:
getTextComponentGradientColorReflection in interface GradientTheme

getTextComponentGradientColorShadow

public javax.swing.plaf.ColorUIResource getTextComponentGradientColorShadow()
Description copied from interface: GradientTheme
Returns the lower gradient color for text components like JTextField and JPasswordField. Will return null if lower gradient should not be painted.

Specified by:
getTextComponentGradientColorShadow in interface GradientTheme

getBackgroundGradientShadow

public int getBackgroundGradientShadow()
Specified by:
getBackgroundGradientShadow in interface GradientTheme