Class FlatOutlinePainter
- java.lang.Object
-
- org.pushingpixels.radiance.theming.api.painter.FractionBasedPainter
-
- org.pushingpixels.radiance.theming.api.painter.outline.FractionBasedOutlinePainter
-
- org.pushingpixels.radiance.theming.api.painter.outline.FlatOutlinePainter
-
- All Implemented Interfaces:
RadianceOutlinePainter,RadianceTrait
public class FlatOutlinePainter extends FractionBasedOutlinePainter
Outline painter that draws visuals with flat appearance using the container outline token. This class is part of officially supported API.
-
-
Field Summary
-
Fields inherited from class org.pushingpixels.radiance.theming.api.painter.FractionBasedPainter
alphas, colorQueries, fractions
-
-
Constructor Summary
Constructors Constructor Description FlatOutlinePainter()
-
Method Summary
-
Methods inherited from class org.pushingpixels.radiance.theming.api.painter.outline.FractionBasedOutlinePainter
isPaintingInnerOutline, paintOutline
-
Methods inherited from class org.pushingpixels.radiance.theming.api.painter.FractionBasedPainter
getAlphas, 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
-
-