public interface AreaEffect
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Graphics2D g,
Shape clipShape,
int width,
int height)
Draws an effect on the specified graphics and path using the specified width and height.
|
void apply(Graphics2D g, Shape clipShape, int width, int height)
g - clipShape - width - height - Copyright © 2014. All rights reserved.