org.jvnet.substance.utils.filters
Class TranslucentFilter

java.lang.Object
  extended by org.jvnet.substance.utils.filters.AbstractFilter
      extended by org.jvnet.substance.utils.filters.TranslucentFilter
All Implemented Interfaces:
java.awt.image.BufferedImageOp

public class TranslucentFilter
extends AbstractFilter

Author:
Kirill Grouchnikov

Constructor Summary
TranslucentFilter(double alpha)
           
 
Method Summary
 java.awt.image.BufferedImage filter(java.awt.image.BufferedImage src, java.awt.image.BufferedImage dst)
          
 
Methods inherited from class org.jvnet.substance.utils.filters.AbstractFilter
createCompatibleDestImage, getBounds2D, getPixels, getPoint2D, getRenderingHints, setPixels
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TranslucentFilter

public TranslucentFilter(double alpha)
Method Detail

filter

public java.awt.image.BufferedImage filter(java.awt.image.BufferedImage src,
                                           java.awt.image.BufferedImage dst)

Specified by:
filter in interface java.awt.image.BufferedImageOp
Specified by:
filter in class AbstractFilter