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