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()
GradientTheme
null
if upper gradient should not be painted.getComponentGradientColorReflection
in interface GradientTheme
public javax.swing.plaf.ColorUIResource getComponentGradientColorShadow()
GradientTheme
null
if lower gradient should not be painted.getComponentGradientColorShadow
in interface GradientTheme
public javax.swing.plaf.ColorUIResource getTextComponentGradientColorReflection()
GradientTheme
null
if upper gradient should not be painted.getTextComponentGradientColorReflection
in interface GradientTheme
public javax.swing.plaf.ColorUIResource getTextComponentGradientColorShadow()
GradientTheme
null
if lower gradient should not be painted.getTextComponentGradientColorShadow
in interface GradientTheme
public int getBackgroundGradientShadow()
getBackgroundGradientShadow
in interface GradientTheme