Uses of Class
org.zilonis.tool.ext.mailman.ui.image.ShadowFactory

Packages that use ShadowFactory
org.zilonis.tool.ext.mailman.ui.image   
 

Uses of ShadowFactory in org.zilonis.tool.ext.mailman.ui.image
 

Methods in org.zilonis.tool.ext.mailman.ui.image that return ShadowFactory
 ShadowFactory DropShadowPanel.getShadowFactory()
          Gets the shadow factory used to generate the shadow.
 

Methods in org.zilonis.tool.ext.mailman.ui.image with parameters of type ShadowFactory
 void DropShadowPanel.setShadowFactory(ShadowFactory factory)
          Sets the shadow factory used by this panel to generate the shadows.
 

Constructors in org.zilonis.tool.ext.mailman.ui.image with parameters of type ShadowFactory
DropShadowPanel(ShadowFactory factory, java.awt.LayoutManager layout)
          Creates a new checkboard panel the specified layout and shadow factory.