railo.runtime.img.filter
Class CompoundFilter

java.lang.Object
  extended by railo.runtime.img.filter.AbstractBufferedImageOp
      extended by railo.runtime.img.filter.CompoundFilter
All Implemented Interfaces:
BufferedImageOp, Cloneable, DynFiltering

public class CompoundFilter
extends AbstractBufferedImageOp
implements DynFiltering

A BufferedImageOp which combines two other BufferedImageOps, one after the other.


Constructor Summary
CompoundFilter(BufferedImageOp filter1, BufferedImageOp filter2)
          Construct a CompoundFilter.
 
Method Summary
 BufferedImage filter(BufferedImage src, BufferedImage dst)
           
 BufferedImage filter(BufferedImage src, Struct parameters)
           
 
Methods inherited from class railo.runtime.img.filter.AbstractBufferedImageOp
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompoundFilter

public CompoundFilter(BufferedImageOp filter1,
                      BufferedImageOp filter2)
Construct a CompoundFilter.

Parameters:
filter1 - the first filter
filter2 - the second filter
Method Detail

filter

public BufferedImage filter(BufferedImage src,
                            BufferedImage dst)
Specified by:
filter in interface BufferedImageOp

filter

public BufferedImage filter(BufferedImage src,
                            Struct parameters)
                     throws PageException
Specified by:
filter in interface DynFiltering
Throws:
PageException


Copyright © 2012 Railo