railo.runtime.img.filter
Class IteratedFilter

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

public class IteratedFilter
extends AbstractBufferedImageOp
implements DynFiltering

A BufferedImageOp which iterates another BufferedImageOp.


Constructor Summary
IteratedFilter(BufferedImageOp filter, int iterations)
          Construct an IteratedFilter.
 
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

IteratedFilter

public IteratedFilter(BufferedImageOp filter,
                      int iterations)
Construct an IteratedFilter.

Parameters:
filter - the filetr to iterate
iterations - the number of iterations
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