Class FilterAlphaRable

java.lang.Object
org.apache.batik.ext.awt.image.renderable.AbstractRable
org.apache.batik.ext.awt.image.renderable.FilterAlphaRable
All Implemented Interfaces:
RenderableImage, Filter

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.
Version:
$Id: FilterAlphaRable.java 1733416 2016-03-03 07:07:13Z gadams $