Class OverlayPainterUtils
java.lang.Object
org.pushingpixels.substance.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 void
paintOverlays
(Graphics g, Component c, SubstanceSkin skin, 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, SubstanceSkin skin, DecorationAreaType decorationAreaType) Paints all registered overlays on the specified component. Overlay painters are registered withSubstanceSkin.addOverlayPainter(SubstanceOverlayPainter, DecorationAreaType...)
API.- Parameters:
g
- Graphics context.c
- Component.skin
- Component skin.decorationAreaType
- Component decoration area type.
-