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
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.
-
Field Summary
Fields inherited from class AbstractRable
props, srcs, stampFields inherited from interface RenderableImage
HINTS_OBSERVED -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionPass-through: returns the source's boundsMethods inherited from class AbstractRable
createDefaultRendering, createScaledRendering, getDependencyRegion, getDirtyRegion, getHeight, getMinX, getMinY, getProperty, getPropertyNames, getSources, getTimeStamp, getWidth, init, init, init, init, isDynamic, touch
-
Constructor Details
-
FilterAlphaRable
-
-
Method Details
-
getSource
-
getBounds2D
Pass-through: returns the source's bounds- Specified by:
getBounds2Din interfaceFilter- Overrides:
getBounds2Din classAbstractRable
-
createRendering
-