leon.view.filters
Class LyEmbossImageFilter
java.lang.Object
leon.view.filters.LyImageFilter
leon.view.filters.LyEmbossImageFilter
public class LyEmbossImageFilter
- extends LyImageFilter
This class is used to create embossed images.
Field Summary |
static java.lang.String |
__VERSION
|
static java.lang.String |
EMBOSS_FILTER_NAME
Name of the filter used for keys in table of images. |
Method Summary |
static java.awt.Image |
getFilteredImage(java.awt.Image image,
java.awt.Color background)
Gets the filtered image associated to the given image and background color. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
__VERSION
public static final java.lang.String __VERSION
- See Also:
- Constant Field Values
EMBOSS_FILTER_NAME
public static java.lang.String EMBOSS_FILTER_NAME
- Name of the filter used for keys in table of images.
LyEmbossImageFilter
public LyEmbossImageFilter()
- Constructor with no parameter. Calls the super implementation.
getFilteredImage
public static java.awt.Image getFilteredImage(java.awt.Image image,
java.awt.Color background)
- Gets the filtered image associated to the given image and background color. It it is not
found, creates it.
- Parameters:
image
- The image that must be filtered.background
- The color that must be used every two pixels.
- Returns:
- The filtered image.
Website: W4 S.A., contact us: support@w4global.com