Class ClassicFillPainter
java.lang.Object
org.pushingpixels.radiance.theming.api.painter.FractionBasedPainter
org.pushingpixels.radiance.theming.api.painter.fill.FractionBasedFillPainter
org.pushingpixels.radiance.theming.api.painter.fill.ClassicFillPainter
- All Implemented Interfaces:
RadianceFillPainter
,RadianceTrait
Fill painter that draws visuals with classic appearance. This class is part
of officially supported API.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ClassicFillPainter
Reusable instance of this painter.Fields inherited from class org.pushingpixels.radiance.theming.api.painter.FractionBasedPainter
colorQueries, fractions
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.pushingpixels.radiance.theming.api.painter.fill.FractionBasedFillPainter
getRepresentativeColor, paintContourBackground
Methods inherited from class org.pushingpixels.radiance.theming.api.painter.FractionBasedPainter
getColorQueries, getDisplayName, getFractions
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.pushingpixels.radiance.theming.api.trait.RadianceTrait
getDisplayName
-
Field Details
-
INSTANCE
Reusable instance of this painter.
-
-
Constructor Details
-
ClassicFillPainter
public ClassicFillPainter()Creates a new classic gradient painter.
-