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 org.pushingpixels.radiance.theming.api.skin -
-
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. overlayPaintersMapMaps 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 voidRadianceSkin. 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 RadianceOverlayPainter Modifier and Type Class Description classBottomLineOverlayPainterOverlay painter that paints a single line at the bottom edge of the relevant decoration area.classBottomShadowOverlayPainterOverlay painter that paints a few pixel-high drop shadow at the bottom edge of the relevant decoration area.classTopBezelOverlayPainterOverlay painter that paints a bezel line at the top edge of the relevant decoration area.classTopLineOverlayPainterOverlay painter that paints a single line at the top edge of the relevant decoration area.classTopShadowOverlayPainterOverlay 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 RadianceOverlayPainter Modifier and Type Field Description protected RadianceOverlayPainterNebulaAccentedSkin. bottomLineOverlayPainterOverlay painter to paint separator lines on some decoration areas.
-