Uses of Class
to.etc.sjit.ResamplerFilter

Packages that use ResamplerFilter
to.etc.sjit   
 

Uses of ResamplerFilter in to.etc.sjit
 

Subclasses of ResamplerFilter in to.etc.sjit
 class BellFilter
          Implements the Bell filter.
 class BoxFilter
          Box filter implementation
 class HermiteFilter
          Hermite filter implementation
 class Lanczos3Filter
          Lanczos3 filter implementation.
 class MitchellFilter
          Mitchell filter implementation
 class SplineFilter
          Spline filter implementation
 class TriangleFilter
          Triangle (linear/bilinear) filter implementation
 

Methods in to.etc.sjit with parameters of type ResamplerFilter
static java.awt.image.BufferedImage SlowSampler.resample(java.awt.image.BufferedImage srci, ResamplerFilter f, int ow, int oh)
          Deprecated. The actual sampler code which converts a source image to a destination image, reducing or enlarging the image.
static java.awt.image.BufferedImage ImageSubsampler.resample(java.awt.image.BufferedImage srci, ResamplerFilter f, int ow, int oh)
          The actual sampler code which converts a source image to a destination image, reducing or enlarging the image.
static java.awt.image.BufferedImage ImaTool.resizeFiltered_RAW(java.awt.image.BufferedImage bi, int w, int h, ResamplerFilter fil)
           
static java.awt.image.BufferedImage ImaTool.resizeFiltered(java.awt.image.BufferedImage bi, int w, int h, ResamplerFilter fil)
          Resizes a BufferedImage while keeping it's aspect ratio, using the optimal filtered stuff...