Class GradientPainter
java.lang.Object
org.flexdock.plaf.resources.paint.DefaultPainter
org.flexdock.plaf.resources.paint.GradientPainter
- All Implemented Interfaces:
Painter
- Author:
- Cyril Gambis, Claudio Romano
-
Field Summary
FieldsFields inherited from class org.flexdock.plaf.resources.paint.DefaultPainter
DEFAULT_BG_COLOR, DEFAULT_BG_COLOR_ACTIVE, painterResource
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
paint
(Graphics g, int width, int height, boolean active, JComponent titlebar) Methods inherited from class org.flexdock.plaf.resources.paint.DefaultPainter
getBackgroundColor, getBackgroundColorActive, getBackgroundColorInactive, getPainterResource, setPainterResource
-
Field Details
-
GRAYSCALE
- See Also:
-
-
Constructor Details
-
GradientPainter
public GradientPainter()
-
-
Method Details
-
paint
- Specified by:
paint
in interfacePainter
- Overrides:
paint
in classDefaultPainter
-