org.flexdock.plaf.resources.paint
Class GradientPainter
java.lang.Object
org.flexdock.plaf.resources.paint.DefaultPainter
org.flexdock.plaf.resources.paint.GradientPainter
- All Implemented Interfaces:
- Painter
public class GradientPainter
- extends DefaultPainter
- Author:
- Cyril Gambis, Claudio Romano
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GRAYSCALE
public static final String GRAYSCALE
- See Also:
- Constant Field Values
GradientPainter
public GradientPainter()
paint
public void paint(Graphics g,
int width,
int height,
boolean active,
JComponent titlebar)
- Specified by:
paint
in interface Painter
- Overrides:
paint
in class DefaultPainter