public interface AreaEffect
Modifier and Type | Method and Description |
---|---|
void |
apply(java.awt.Graphics2D g,
java.awt.Shape clipShape,
int width,
int height)
Draws an effect on the specifed graphics and path using the specified width and height.
|