public class KunststoffGradientTheme extends java.lang.Object implements GradientTheme
| Constructor and Description |
|---|
KunststoffGradientTheme() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public java.lang.String getName()
public javax.swing.plaf.ColorUIResource getComponentGradientColorReflection()
GradientThemenull if upper gradient should not be painted.getComponentGradientColorReflection in interface GradientThemepublic javax.swing.plaf.ColorUIResource getComponentGradientColorShadow()
GradientThemenull if lower gradient should not be painted.getComponentGradientColorShadow in interface GradientThemepublic javax.swing.plaf.ColorUIResource getTextComponentGradientColorReflection()
GradientThemenull if upper gradient should not be painted.getTextComponentGradientColorReflection in interface GradientThemepublic javax.swing.plaf.ColorUIResource getTextComponentGradientColorShadow()
GradientThemenull if lower gradient should not be painted.getTextComponentGradientColorShadow in interface GradientThemepublic int getBackgroundGradientShadow()
getBackgroundGradientShadow in interface GradientTheme