Uses of Interface
org.apache.batik.gvt.filter.CachableRed

Packages that use CachableRed
org.apache.batik.refimpl.gvt.filter   
org.apache.batik.util.awt.image   
 

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

Classes in org.apache.batik.refimpl.gvt.filter that implement CachableRed
 class AbstractRed
          This is an abstract base class that takes care of most of the normal issues surrounding the implementation of the CachableRed (RenderedImage) interface.
 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 ConcreteRenderedImageCachableRed
          This implements CachableRed around a RenderedImage.
 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.
 

Methods in org.apache.batik.refimpl.gvt.filter that return CachableRed
 CachableRed RasterRable.getSource()
           
static CachableRed ConcreteRenderedImageCachableRed.wrap(java.awt.image.RenderedImage ri)
           
 

Methods in org.apache.batik.refimpl.gvt.filter with parameters of type CachableRed
protected  void AbstractRed.init(CachableRed src, java.awt.Rectangle bounds, java.awt.image.ColorModel cm, java.awt.image.SampleModel sm, int tileGridXOff, int tileGridYOff, java.util.Map props)
          This is one of two basic init function (this is for single source rendereds).
static java.util.List MultiplyAlphaRed.makeList(CachableRed src1, CachableRed src2)
           
static java.awt.Rectangle MultiplyAlphaRed.makeBounds(CachableRed src1, CachableRed src2)
           
static java.awt.image.SampleModel MultiplyAlphaRed.fixSampleModel(CachableRed src)
           
static java.awt.image.ColorModel MultiplyAlphaRed.fixColorModel(CachableRed src)
           
protected static java.awt.image.SampleModel PadRed.fixSampleModel(CachableRed src, java.awt.Rectangle bounds)
          This function 'fixes' the source's sample model.
protected static java.awt.image.SampleModel AffineRed.fixSampleModel(CachableRed src, java.awt.Rectangle bounds)
          This function 'fixes' the source's sample model.
protected static java.awt.image.ColorModel Any2LumRed.fixColorModel(CachableRed src)
          This function 'fixes' the source's color model.
protected static java.awt.image.SampleModel Any2LumRed.fixSampleModel(CachableRed src)
          This function 'fixes' the source's sample model.
 

Constructors in org.apache.batik.refimpl.gvt.filter with parameters of type CachableRed
AbstractRed(CachableRed src, java.util.Map props)
          Construct an Abstract RenderedImage from a source image and props (may be null).
AbstractRed(CachableRed src, java.awt.Rectangle bounds, java.util.Map props)
          Construct an Abstract RenderedImage from a source image, bounds rect and props (may be null).
AbstractRed(CachableRed src, java.awt.Rectangle bounds, java.awt.image.ColorModel cm, java.awt.image.SampleModel sm, java.util.Map props)
          Construct an Abstract RenderedImage from a source image, bounds rect and props (may be null).
AbstractRed(CachableRed src, java.awt.Rectangle bounds, java.awt.image.ColorModel cm, java.awt.image.SampleModel sm, int tileGridXOff, int tileGridYOff, java.util.Map props)
          Construct an Abstract Rable from a bounds rect and props (may be null).
MultiplyAlphaRed(CachableRed src, CachableRed alpha)
          Multiply the alpha of one image with a mask image.
PadRed(CachableRed src, java.awt.Rectangle bounds, PadMode padMode, java.awt.RenderingHints hints)
          Construct A Rendered Pad operation.
RasterRable(CachableRed src)
           
AffineRed(CachableRed src, java.awt.geom.AffineTransform src2me, java.awt.RenderingHints hints)
           
FilterAlphaRed(CachableRed src)
          Construct an alpah channel from the given src, according to the SVG masking rules.
FilterAsAlphaRed(CachableRed src)
          Construct an alpah channel from the given src, according to the SVG masking rules.
Any2LumRed(CachableRed src)
          Construct a luminace image from src.
 

Uses of CachableRed in org.apache.batik.util.awt.image
 

Methods in org.apache.batik.util.awt.image that return CachableRed
static CachableRed GraphicsUtil.wrap(java.awt.image.RenderedImage ri)
           
 

Methods in org.apache.batik.util.awt.image with parameters of type CachableRed
static void GraphicsUtil.drawImage(java.awt.Graphics2D g2d, CachableRed cr)
           
 



Copyright © 2000 Apache Software Foundation. All Rights Reserved.