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 TypeFieldDescriptionprivate final Map<RadianceThemingSlices.DecorationAreaType, List<RadianceOverlayPainter>> RadianceSkin.overlayPaintersMapMaps 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 TypeMethodDescriptionvoidRadianceSkin.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.voidRadianceSkin.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 classOverlay painter that paints a single line at the bottom edge of the relevant decoration area.final classOverlay painter that paints a few pixel-high drop shadow at the bottom edge of the relevant decoration area.final classOverlay painter that paints a bezel line at the top edge of the relevant decoration area.final classOverlay painter that paints a single line at the top edge of the relevant decoration area.final classOverlay painter that paints a few pixel-high drop shadow at the top edge of the relevant decoration area. -
Uses of RadianceOverlayPainter in org.pushingpixels.radiance.theming.api.skin
Fields in org.pushingpixels.radiance.theming.api.skin declared as RadianceOverlayPainterModifier and TypeFieldDescriptionprotected RadianceOverlayPainterNebulaAccentedSkin.bottomLineOverlayPainterOverlay painter to paint separator lines on some decoration areas.