AbstractAreaEffect
, GlowPathEffect
, InnerGlowPathEffect
, InnerShadowPathEffect
, NeonBorderEffect
, ShadowPathEffect
public 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.
|