Package com.jidesoft.swing
Interface ShadowRenderer
-
- All Known Implementing Classes:
ShadowFactory
public interface ShadowRendererAn interface for adding a shadow to an in-memory image
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.awt.image.BufferedImagecreateShadow(java.awt.image.BufferedImage image)Creates and returns a shadow image based on the supplied image
-