AbstractAreaEffect, GlowPathEffect, InnerGlowPathEffect, InnerShadowPathEffect, NeonBorderEffect, ShadowPathEffectpublic interface AreaEffect
| Modifier and Type | Method | 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.
|