Uses of Interface
org.pushingpixels.radiance.theming.api.painter.overlay.RadianceOverlayPainter
-
Packages that use RadianceOverlayPainter Package Description org.pushingpixels.radiance.theming.api org.pushingpixels.radiance.theming.api.painter.overlay -
-
Uses of RadianceOverlayPainter in org.pushingpixels.radiance.theming.api
Fields in org.pushingpixels.radiance.theming.api with type parameters of type RadianceOverlayPainter Modifier and Type Field Description private java.util.Map<RadianceThemingSlices.DecorationAreaType,java.util.List<RadianceOverlayPainter>>
RadianceSkin. overlayPaintersMap
Maps decoration area type to the registered overlay painters.Methods in org.pushingpixels.radiance.theming.api that return types with arguments of type RadianceOverlayPainter Modifier and Type Method Description java.util.List<RadianceOverlayPainter>
RadianceSkin. 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 RadianceOverlayPainter Modifier and Type Method Description void
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 RadianceOverlayPainter Modifier and Type Class Description class
BottomLineOverlayPainter
Overlay painter that paints a single line at the bottom edge of the relevant decoration area.class
BottomShadowOverlayPainter
Overlay painter that paints a few pixel-high drop shadow at the bottom edge of the relevant decoration area.class
TopBezelOverlayPainter
Overlay painter that paints a bezel line at the top edge of the relevant decoration area.class
TopLineOverlayPainter
Overlay painter that paints a single line at the top edge of the relevant decoration area.class
TopShadowOverlayPainter
Overlay painter that paints a few pixel-high drop shadow at the top edge of the relevant decoration area.
-