Package com.jidesoft.swing
Interface ShadowRenderer
- All Known Implementing Classes:
ShadowFactory
public interface ShadowRenderer
An interface for adding a shadow to an in-memory image
-
Method Summary
Modifier and TypeMethodDescriptioncreateShadow
(BufferedImage image) Creates and returns a shadow image based on the supplied image
-
Method Details
-
createShadow
Creates and returns a shadow image based on the supplied image- Parameters:
image
-- Returns:
-