AbstractAreaEffect
, GlowPathEffect
, InnerGlowPathEffect
, InnerShadowPathEffect
, NeonBorderEffect
, ShadowPathEffect
public interface AreaEffect
Modifier and Type | Method | 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 © 2018. All rights reserved.