org.salespointframework.desktop.imagefilter
Class FrontShadowFilter

java.lang.Object
  extended by java.awt.image.ImageFilter
      extended by java.awt.image.BufferedImageFilter
          extended by org.salespointframework.desktop.imagefilter.FrontShadowFilter
All Implemented Interfaces:
java.awt.image.ImageConsumer, java.lang.Cloneable

public class FrontShadowFilter
extends java.awt.image.BufferedImageFilter

adds a shadow in front of the image, which fades out

Since:
4.0
Author:
Thomas Kissinger

Nested Class Summary
static class FrontShadowFilter.FrontShadowOp
           
 
Field Summary
 
Fields inherited from class java.awt.image.ImageFilter
consumer
 
Fields inherited from interface java.awt.image.ImageConsumer
COMPLETESCANLINES, IMAGEABORTED, IMAGEERROR, RANDOMPIXELORDER, SINGLEFRAME, SINGLEFRAMEDONE, SINGLEPASS, STATICIMAGEDONE, TOPDOWNLEFTRIGHT
 
Constructor Summary
FrontShadowFilter()
           
 
Method Summary
 
Methods inherited from class java.awt.image.BufferedImageFilter
getBufferedImageOp, imageComplete, setColorModel, setDimensions, setPixels, setPixels
 
Methods inherited from class java.awt.image.ImageFilter
clone, getFilterInstance, resendTopDownLeftRight, setHints, setProperties
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FrontShadowFilter

public FrontShadowFilter()