Uses of Interface
org.jdesktop.swingx.painter.effects.AreaEffect
Packages that use AreaEffect
Package
Description
Contains classes and interfaces used by painter enabled components.
Contains Predefined effects for painters.
-
Uses of AreaEffect in org.jdesktop.swingx.painter
Fields in org.jdesktop.swingx.painter declared as AreaEffectMethods in org.jdesktop.swingx.painter that return AreaEffectModifier and TypeMethodDescriptionAbstractAreaPainter.getAreaEffects()
Gets the current set of path effects applied to this painter.Methods in org.jdesktop.swingx.painter with parameters of type AreaEffectModifier and TypeMethodDescriptionvoid
AbstractAreaPainter.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 AreaEffectModifier and TypeClassDescriptionclass
The abstract base class for path effects.class
An effect which draws a glow around the painterclass
An effect which draws a glow inside the painter's shapeclass
An effect which draws a shadow inside the path painter.class
An effect which draws a multicolored border around a painter's shape.class
An effect which draws a shadow around the the painter's shape.