org.jdesktop.swingx.painter.effects
Class ShadowPathEffect
java.lang.Object
  
org.jdesktop.swingx.painter.effects.AbstractAreaEffect
      
org.jdesktop.swingx.painter.effects.ShadowPathEffect
- All Implemented Interfaces: 
 - AreaEffect
 
public class ShadowPathEffect
- extends AbstractAreaEffect
 
An effect which draws a shadow around the the painter's shape.
| 
Constructor Summary | 
ShadowPathEffect()
 
          Creates a new instance of ShadowPathEffect | 
 
 
| Methods inherited from class org.jdesktop.swingx.painter.effects.AbstractAreaEffect | 
addPropertyChangeListener, apply, getBrushColor, getBrushSteps, getEffectWidth, getOffset, isRenderInsideShape, isShapeMasked, isShouldFillShape, paintBorderGlow, removePropertyChangeListener, setBrushColor, setBrushSteps, setEffectWidth, setOffset, setRenderInsideShape, setShapeMasked, setShouldFillShape | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ShadowPathEffect
public ShadowPathEffect()
- Creates a new instance of ShadowPathEffect