SubstanceTraitBottomLineOverlayPainter, BottomShadowOverlayPainter, TopBezelOverlayPainter, TopLineOverlayPainter, TopShadowOverlayPainterpublic interface SubstanceOverlayPainter extends SubstanceTrait
| Modifier and Type | Method | Description |
|---|---|---|
void |
paintOverlay(java.awt.Graphics2D graphics,
java.awt.Component comp,
SubstanceSlices.DecorationAreaType decorationAreaType,
int width,
int height,
SubstanceSkin skin) |
Paints the overlay.
|
getDisplayNamevoid paintOverlay(java.awt.Graphics2D graphics,
java.awt.Component comp,
SubstanceSlices.DecorationAreaType decorationAreaType,
int width,
int height,
SubstanceSkin skin)
graphics - Graphics context.comp - Component.decorationAreaType - Decoration area type. Must not be null.width - Width.height - Height.skin - Skin for painting the overlay.