Uses of Interface
org.pushingpixels.radiance.theming.api.painter.overlay.RadianceOverlayPainter
Packages that use RadianceOverlayPainter
Package
Description
-
Uses of RadianceOverlayPainter in org.pushingpixels.radiance.theming.api
Fields in org.pushingpixels.radiance.theming.api with type parameters of type RadianceOverlayPainterModifier and TypeFieldDescriptionRadianceSkin.overlayPaintersMap
Maps decoration area type to the registered overlay painters.Methods in org.pushingpixels.radiance.theming.api that return types with arguments of type RadianceOverlayPainterModifier and TypeMethodDescriptionRadianceSkin.getOverlayPainters
(RadianceThemingSlices.DecorationAreaType decorationAreaType) Returns a non-null, non-modifiable list of overlay painters associated with the specified decoration area type.Methods in org.pushingpixels.radiance.theming.api with parameters of type RadianceOverlayPainterModifier and TypeMethodDescriptionvoid
RadianceSkin.addOverlayPainter
(RadianceOverlayPainter overlayPainter, RadianceThemingSlices.DecorationAreaType... areaTypes) Adds the specified overlay painter to the end of the list of overlay painters associated with the specified decoration area types.void
RadianceSkin.removeOverlayPainter
(RadianceOverlayPainter overlayPainter, RadianceThemingSlices.DecorationAreaType... areaTypes) Removes the specified overlay painter from the list of overlay painters associated with the specified decoration area types. -
Uses of RadianceOverlayPainter in org.pushingpixels.radiance.theming.api.painter.overlay
Classes in org.pushingpixels.radiance.theming.api.painter.overlay that implement RadianceOverlayPainterModifier and TypeClassDescriptionfinal class
Overlay painter that paints a single line at the bottom edge of the relevant decoration area.final class
Overlay painter that paints a few pixel-high drop shadow at the bottom edge of the relevant decoration area.final class
Overlay painter that paints a bezel line at the top edge of the relevant decoration area.final class
Overlay painter that paints a single line at the top edge of the relevant decoration area.final class
Overlay painter that paints a few pixel-high drop shadow at the top edge of the relevant decoration area.