public class OverlayPainterUtils extends Object
| Constructor | Description |
|---|---|
OverlayPainterUtils() |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
paintOverlays(Graphics g,
Component c,
SubstanceSkin skin,
DecorationAreaType decorationAreaType) |
Paints all registered overlays on the specified component.
|
public static void paintOverlays(Graphics g, Component c, SubstanceSkin skin, DecorationAreaType decorationAreaType)
SubstanceSkin.addOverlayPainter(SubstanceOverlayPainter, DecorationAreaType...)
API.g - Graphics context.c - Component.skin - Component skin.decorationAreaType - Component decoration area type.