org.jdesktop.swingx.painter.effects
Interface AreaEffect
- All Known Implementing Classes:
- AbstractAreaEffect, GlowPathEffect, InnerGlowPathEffect, InnerShadowPathEffect, NeonBorderEffect, ShadowPathEffect
public interface AreaEffect
An effect which works on AbstractPathPainters or any thing else which can provide a shape to be drawn.
- Author:
- joshy
Method Summary |
void |
apply(java.awt.Graphics2D g,
java.awt.Shape clipShape,
int width,
int height)
Draws an effect on the specified graphics and path using the specified width and height. |
apply
void apply(java.awt.Graphics2D g,
java.awt.Shape clipShape,
int width,
int height)
- Draws an effect on the specified graphics and path using the specified width and height.
- Parameters:
g
- clipShape
- width
- height
-
Copyright © 2011. All Rights Reserved.