Class ClassicSurfacePainter
- java.lang.Object
-
- org.pushingpixels.radiance.theming.api.painter.FractionBasedPainter
-
- org.pushingpixels.radiance.theming.api.painter.surface.FractionBasedSurfacePainter
-
- org.pushingpixels.radiance.theming.api.painter.surface.ClassicSurfacePainter
-
- All Implemented Interfaces:
RadianceSurfacePainter,RadianceTrait
public class ClassicSurfacePainter extends FractionBasedSurfacePainter
Surface painter that draws visuals with classic appearance. 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 ClassicSurfacePainter()Creates a new classic surface painter.
-
Method Summary
-
Methods inherited from class org.pushingpixels.radiance.theming.api.painter.surface.FractionBasedSurfacePainter
paintSurface
-
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
-
-