org.salespointframework.desktop.imagefilter
Class MirrorShadowFilter

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

public class MirrorShadowFilter
extends java.awt.image.BufferedImageFilter

adds a shadow behind the image

Since:
4.0
Author:
Thomas Kissinger

Nested Class Summary
static class MirrorShadowFilter.MirrorShadowOp
           
 
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
MirrorShadowFilter()
           
 
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

MirrorShadowFilter

public MirrorShadowFilter()