org.jdesktop.swingx.painter.effects
Class ShadowPathEffect

java.lang.Object
  extended by org.jdesktop.swingx.painter.effects.AbstractAreaEffect
      extended by 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
 
Method Summary
 
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
 

Constructor Detail

ShadowPathEffect

public ShadowPathEffect()
Creates a new instance of ShadowPathEffect