Class OverlayPainterUtils
- java.lang.Object
-
- org.pushingpixels.radiance.theming.internal.painter.OverlayPainterUtils
-
public class OverlayPainterUtils extends java.lang.ObjectContains utility methods related to overlay painters. This class is for internal use only.
-
-
Constructor Summary
Constructors Constructor Description OverlayPainterUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidpaintOverlays(java.awt.Graphics g, java.awt.Component c, RadianceSkin skin, RadianceThemingSlices.DecorationAreaType decorationAreaType)Paints all registered overlays on the specified component.
-
-
-
Method Detail
-
paintOverlays
public static void paintOverlays(java.awt.Graphics g, java.awt.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.
-
-