Uses of Class
org.apache.batik.refimpl.gvt.filter.AbstractRed

Packages that use AbstractRed
org.apache.batik.refimpl.gvt.filter   
 

Uses of AbstractRed in org.apache.batik.refimpl.gvt.filter
 

Subclasses of AbstractRed in org.apache.batik.refimpl.gvt.filter
 class AffineRed
          This is an implementation of an affine operation as a RenderedImage.
 class Any2LumRed
          This function will tranform an image from any colorspace into a luminance image.
 class ConcreteBufferedImageCachableRed
          This implements CachableRed based on a BufferedImage.
 class FilterAlphaRed
          This strips out the source alpha channel into a one band image.
 class FilterAsAlphaRed
          This converts any source into a mask according to the SVG masking rules.
 class MultiplyAlphaRed
          This implements a masking operation by multiply the alpha channel of one image by a luminance image (the mask).
 class PadRed
          This is an implementation of a Pad operation as a RenderedImage.
 



Copyright © 2000 Apache Software Foundation. All Rights Reserved.