Class OverlayPainterUtils
java.lang.Object
org.pushingpixels.radiance.theming.internal.painter.OverlayPainterUtils
Contains utility methods related to overlay painters. This class is for
internal use only.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidpaintOverlays(Graphics g, Component c, RadianceSkin skin, RadianceThemingSlices.DecorationAreaType decorationAreaType) Paints all registered overlays on the specified component.
-
Constructor Details
-
OverlayPainterUtils
public OverlayPainterUtils()
-
-
Method Details
-
paintOverlays
public static void paintOverlays(Graphics g, Component c, RadianceSkin skin, RadianceThemingSlices.DecorationAreaType decorationAreaType) Paints all registered overlays on the specified component. Overlay painters are registered withRadianceSkin.addOverlayPainter(RadianceOverlayPainter, RadianceThemingSlices.DecorationAreaType...)API.- Parameters:
g- Graphics context.c- Component.skin- Component skin.decorationAreaType- Component decoration area type.
-