public interface ShadowGenerator
| Modifier and Type | Method and Description |
|---|---|
int |
calculateOffsetX()
Calculates the x-offset for drawing the shadow image relative to the
source.
|
int |
calculateOffsetY()
Calculates the y-offset for drawing the shadow image relative to the
source.
|
BufferedImage |
createDropShadow(BufferedImage source)
Creates and returns an image containing the drop shadow for the
specified source image.
|
BufferedImage createDropShadow(BufferedImage source)
source - the source image.int calculateOffsetX()
int calculateOffsetY()
Copyright © 2001-2014 JFree.org. All Rights Reserved.