Uses of Interface
org.jdesktop.swingx.painter.effects.AreaEffect
-
Packages that use AreaEffect Package Description org.jdesktop.swingx.painter Contains classes and interfaces used by painter enabled components.org.jdesktop.swingx.painter.effects Contains Predefined effects for painters. -
-
Uses of AreaEffect in org.jdesktop.swingx.painter
Methods in org.jdesktop.swingx.painter that return AreaEffect Modifier and Type Method Description AreaEffect[]AbstractAreaPainter. getAreaEffects()Gets the current set of path effects applied to this painter.Methods in org.jdesktop.swingx.painter with parameters of type AreaEffect Modifier and Type Method Description voidAbstractAreaPainter. setAreaEffects(AreaEffect... areaEffects)Sets the path effects to be drawn on this painter. -
Uses of AreaEffect in org.jdesktop.swingx.painter.effects
Classes in org.jdesktop.swingx.painter.effects that implement AreaEffect Modifier and Type Class Description classAbstractAreaEffectThe abstract base class for path effects.classGlowPathEffectAn effect which draws a glow around the painterclassInnerGlowPathEffectAn effect which draws a glow inside the painter's shapeclassInnerShadowPathEffectAn effect which draws a shadow inside the path painter.classNeonBorderEffectAn effect which draws a multicolored border around a painter's shape.classShadowPathEffectAn effect which draws a shadow around the the painter's shape.
-