org.apache.batik.ext.awt.image.renderable

Class FilterAlphaRable

public class FilterAlphaRable extends AbstractRable

FilterAlphaRable implementation. This will take any source Filter and convert it to an alpha channel image according to the SVG SourceAlpha Filter description. This sets RGB to black and Alpha to the source image's alpha channel.
Constructor Summary
FilterAlphaRable(Filter src)
Method Summary
RenderedImagecreateRendering(RenderContext rc)
Rectangle2DgetBounds2D()
Pass-through: returns the source's bounds
FiltergetSource()

Constructor Detail

FilterAlphaRable

public FilterAlphaRable(Filter src)

Method Detail

createRendering

public RenderedImage createRendering(RenderContext rc)

getBounds2D

public Rectangle2D getBounds2D()
Pass-through: returns the source's bounds

getSource

public Filter getSource()
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.