public interface Decal
Modifier and Type | Method | Description |
---|---|---|
boolean |
isOpaque() |
Reports whether this decal is known to do only opaque drawing.
|
void |
paintDecal(java.awt.Graphics g) |
Paints some content onto a given Graphics context.
|
void paintDecal(java.awt.Graphics g)
g
- graphics contextboolean isOpaque()
Copyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.