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 TypeClassDescriptionclassThis is an abstract base class that takes care of most of the normal issues surrounding the implementation of the CachableRed (RenderedImage) interface.classThis is an implementation of an affine operation as a RenderedImage.classThis function will tranform an image from any colorspace into a luminance image.classThis function will tranform an image from any colorspace into a luminance image.classThis function will tranform an image from any colorspace into a luminance image.classThis implements CachableRed based on a BufferedImage.classclassclassThis is an implementation of an affine operation as a RenderedImage.classclassThis implementation of RenderableImage will render its input GraphicsNode on demand for tiles.classThis strips out the source alpha channel into a one band image.classThis converts any source into a mask according to the SVG masking rules.classThis implementation of RenderedImage will generate an infinate field of a single color.classThis allows you to specify the ColorModel, Alpha premult and/or SampleModel to be used for output.classThis implementation of RenderableImage will render its input GraphicsNode on demand for tiles.classThis implements a masking operation by multiply the alpha channel of one image by a luminance image (the mask).classThis is an implementation of a Pad operation as a RenderedImage.classThis implementation of rendered image forces a color profile on its sourceclassclassThis implementation of RenderedImage only serves to put the tiles generated by it's input into the TileCache.classThis filter simply tiles its tile starting from the upper left corner of the tiled region.classThis 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 classThis 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 TypeClassDescriptionclassThis implementation of RenderableImage will render its input GraphicsNode on demand for tiles.