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

Class FilterAsAlphaRable

public class FilterAsAlphaRable extends AbstractRable

FilterAsAlphaRable implementation. This will take any source Filter and convert it to an alpha channel according the the SVG Mask operation.
Constructor Summary
FilterAsAlphaRable(Filter src)
Method Summary
RenderedImagecreateRendering(RenderContext rc)
Rectangle2DgetBounds2D()
Pass-through: returns the source's bounds
FiltergetSource()

Constructor Detail

FilterAsAlphaRable

public FilterAsAlphaRable(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) 2008 Apache Software Foundation. All Rights Reserved.