Class GlassSurfacePainter
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.GlassSurfacePainter
- All Implemented Interfaces:
RadianceSurfacePainter, RadianceTrait
Surface painter that draws visuals with glass appearance. This class is part
of officially supported API.
-
Field Summary
Fields inherited from class FractionBasedPainter
alphas, colorQueries, fractions -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class FractionBasedSurfacePainter
paintSurfaceMethods inherited from class FractionBasedPainter
getAlphas, getColorQueries, getDisplayName, getFractionsMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface RadianceTrait
getDisplayName
-
Constructor Details
-
GlassSurfacePainter
public GlassSurfacePainter()Creates a new glass surface painter.
-