Uses of Class
org.apache.batik.ext.awt.image.rendered.AbstractRed
Packages that use AbstractRed
Package
Description
Contains all of the interfaces for describing a set of standard
image processing filters Java objects.
-
Uses of AbstractRed in org.apache.batik.ext.awt.image.codec.png
Subclasses of AbstractRed in org.apache.batik.ext.awt.image.codec.png -
Uses of AbstractRed in org.apache.batik.ext.awt.image.rendered
Subclasses of AbstractRed in org.apache.batik.ext.awt.image.renderedModifier and TypeClassDescriptionclass
This is an abstract base class that takes care of most of the normal issues surrounding the implementation of the CachableRed (RenderedImage) interface.class
This is an implementation of an affine operation as a RenderedImage.class
This function will tranform an image from any colorspace into a luminance image.class
This function will tranform an image from any colorspace into a luminance image.class
This function will tranform an image from any colorspace into a luminance image.class
This implements CachableRed based on a BufferedImage.class
class
class
This is an implementation of an affine operation as a RenderedImage.class
class
This implementation of RenderableImage will render its input GraphicsNode on demand for tiles.class
This strips out the source alpha channel into a one band image.class
This converts any source into a mask according to the SVG masking rules.class
This implementation of RenderedImage will generate an infinate field of a single color.class
This allows you to specify the ColorModel, Alpha premult and/or SampleModel to be used for output.class
This implementation of RenderableImage will render its input GraphicsNode on demand for tiles.class
This implements a masking operation by multiply the alpha channel of one image by a luminance image (the mask).class
This is an implementation of a Pad operation as a RenderedImage.class
This implementation of rendered image forces a color profile on its sourceclass
class
This implementation of RenderedImage only serves to put the tiles generated by it's input into the TileCache.class
This filter simply tiles its tile starting from the upper left corner of the tiled region.class
This is a special case of an Affine that only contains integer translations, this allows it to do it's work by simply changing the coordinate system of the tiles.final class
This class creates a RenderedImage in conformance to the one defined for the feTurbulence filter of the SVG specification. -
Uses of AbstractRed in org.apache.batik.extension.svg
Subclasses of AbstractRed in org.apache.batik.extension.svg -
Uses of AbstractRed in org.apache.batik.gvt.filter
Subclasses of AbstractRed in org.apache.batik.gvt.filterModifier and TypeClassDescriptionclass
This implementation of RenderableImage will render its input GraphicsNode on demand for tiles.