Uses of Interface
org.apache.batik.ext.awt.image.renderable.FilterColorInterpolation

Packages that use FilterColorInterpolation
org.apache.batik.ext.awt.image.renderable   
 

Uses of FilterColorInterpolation in org.apache.batik.ext.awt.image.renderable
 

Subinterfaces of FilterColorInterpolation in org.apache.batik.ext.awt.image.renderable
 interface ColorMatrixRable
          Defines the interface expected from a color matrix operation
 interface ComponentTransferRable
          Defines the interface expected from a component transfer operation.
 interface CompositeRable
          Composites a list of images according to a single composite rule.
 interface ConvolveMatrixRable
          Convolves an image with a convolution matrix.
 interface DisplacementMapRable
          Implements a DisplacementMap operation, which takes pixel values from another image to spatially displace the input image
 interface GaussianBlurRable
          Implements a GaussianBlur operation, where the blur size is defined by standard deviations along the x and y axis.
 interface TurbulenceRable
          Creates a sourceless image from a turbulence function.
 

Classes in org.apache.batik.ext.awt.image.renderable that implement FilterColorInterpolation
 class ColorMatrixRable8Bit
          Implements the interface expected from a color matrix operation
 class ComponentTransferRable8Bit
          This class implements the interface expected from a component transfer operation.
 class CompositeRable8Bit
          Composites a list of images according to a single composite rule.
 class ConvolveMatrixRable8Bit
          Convolves an image with a convolution matrix.
 class DisplacementMapRable8Bit
          Implements a DisplacementMap operation, which takes pixel values from another image to spatially displace the input image
 class GaussianBlurRable8Bit
          GaussianBlurRable implementation
 class TurbulenceRable8Bit
          Creates a sourceless image from a turbulence function.
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.