Class StandardBorderPainter
- java.lang.Object
-
- org.pushingpixels.radiance.theming.api.painter.FractionBasedPainter
-
- org.pushingpixels.radiance.theming.api.painter.border.FractionBasedBorderPainter
-
- org.pushingpixels.radiance.theming.api.painter.border.StandardBorderPainter
-
- All Implemented Interfaces:
RadianceBorderPainter
,RadianceTrait
public class StandardBorderPainter extends FractionBasedBorderPainter
The default border painter. This class is part of officially supported API.
-
-
Field Summary
-
Fields inherited from class org.pushingpixels.radiance.theming.api.painter.FractionBasedPainter
colorQueries, fractions
-
-
Constructor Summary
Constructors Constructor Description StandardBorderPainter()
-
Method Summary
-
Methods inherited from class org.pushingpixels.radiance.theming.api.painter.border.FractionBasedBorderPainter
getRepresentativeColor, isPaintingInnerContour, paintBorder
-
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
-
-