Uses of Interface
org.pushingpixels.radiance.theming.api.painter.decoration.RadianceDecorationPainter
Packages that use RadianceDecorationPainter
Package
Description
-
Uses of RadianceDecorationPainter in org.pushingpixels.radiance.theming.api
Fields in org.pushingpixels.radiance.theming.api declared as RadianceDecorationPainterModifier and TypeFieldDescriptionprotected RadianceDecorationPainter
RadianceSkin.decorationPainter
The decoration painter ofthis
skin.Methods in org.pushingpixels.radiance.theming.api that return RadianceDecorationPainterModifier and TypeMethodDescriptionRadianceSkin.getDecorationPainter()
Returns the decoration painter of this skin. -
Uses of RadianceDecorationPainter in org.pushingpixels.radiance.theming.api.painter.decoration
Classes in org.pushingpixels.radiance.theming.api.painter.decoration that implement RadianceDecorationPainterModifier and TypeClassDescriptionclass
Implementation ofRadianceDecorationPainter
that uses "arc" painting on title panes and lighter gradient near the center of the application frame.class
Implementation ofRadianceDecorationPainter
that uses brushed metal painting on decoration areas.class
Decoration painter that paints a classic gradient.class
Decoration painter that paints a flat appearance.class
Decoration painter with fraction-based stops and a color query associated with each stop.class
Implementation ofRadianceDecorationPainter
that uses an image source to paint on decoration areas.class
Implementation ofRadianceDecorationPainter
that uses marble noise painting on decoration areas.class
Implementation ofRadianceDecorationPainter
that uses matte painting on decoration areas.Fields in org.pushingpixels.radiance.theming.api.painter.decoration declared as RadianceDecorationPainterModifier and TypeFieldDescriptionprotected RadianceDecorationPainter
ImageWrapperDecorationPainter.baseDecorationPainter
The base decoration painter - the colorized image tiles are painted over the painting of this painter.Methods in org.pushingpixels.radiance.theming.api.painter.decoration with parameters of type RadianceDecorationPainterModifier and TypeMethodDescriptionvoid
ImageWrapperDecorationPainter.setBaseDecorationPainter
(RadianceDecorationPainter baseDecorationPainter) Sets the base decoration painter. -
Uses of RadianceDecorationPainter in org.pushingpixels.radiance.theming.extras.api.painterpack.decoration
Classes in org.pushingpixels.radiance.theming.extras.api.painterpack.decoration that implement RadianceDecorationPainterModifier and TypeClassDescriptionclass
Decoration painter that paints a 3D glass gradient.