public interface IPaintCmd
Modifier and Type | Field and Description |
---|---|
static IPaintCmd |
NULL_OBJECT
A no-op null paint cmd
|
Modifier and Type | Method and Description |
---|---|
void |
apply(java.awt.Graphics g)
Run the command, using the given Graphics object
|
static final IPaintCmd NULL_OBJECT