Uses of Interface
org.apache.batik.ext.awt.image.rendered.CachableRed
Packages that use CachableRed
Package
Description
Contains extensions to the
java.awt.image
package.Contains all of the interfaces for describing a set of standard
image processing filters Java objects.
-
Uses of CachableRed in org.apache.batik.ext.awt.image
Methods in org.apache.batik.ext.awt.image that return CachableRedModifier and TypeMethodDescriptionstatic CachableRed
GraphicsUtil.convertToLsRGB
(CachableRed src) This method will return a CacheableRed that has it's data in the linear sRGB colorspace.static CachableRed
GraphicsUtil.convertTosRGB
(CachableRed src) This method will return a CacheableRed that has it's data in the sRGB colorspace.static CachableRed
GraphicsUtil.wrap
(RenderedImage ri) Convertes any RenderedImage to a CacheableRed.Methods in org.apache.batik.ext.awt.image with parameters of type CachableRedModifier and TypeMethodDescriptionstatic CachableRed
GraphicsUtil.convertToLsRGB
(CachableRed src) This method will return a CacheableRed that has it's data in the linear sRGB colorspace.static CachableRed
GraphicsUtil.convertTosRGB
(CachableRed src) This method will return a CacheableRed that has it's data in the sRGB colorspace.static void
GraphicsUtil.drawImage
(Graphics2D g2d, CachableRed cr) Drawscr
intog2d
. -
Uses of CachableRed in org.apache.batik.ext.awt.image.codec.png
Classes in org.apache.batik.ext.awt.image.codec.png that implement CachableRed -
Uses of CachableRed in org.apache.batik.ext.awt.image.renderable
Fields in org.apache.batik.ext.awt.image.renderable declared as CachableRedMethods in org.apache.batik.ext.awt.image.renderable that return CachableRedModifier and TypeMethodDescriptionprotected CachableRed
AbstractColorInterpolationRable.convertSourceCS
(RenderedImage ri) protected CachableRed
AbstractColorInterpolationRable.convertSourceCS
(CachableRed cr) RedRable.getSource()
Methods in org.apache.batik.ext.awt.image.renderable with parameters of type CachableRedModifier and TypeMethodDescriptionprotected CachableRed
AbstractColorInterpolationRable.convertSourceCS
(CachableRed cr) Constructors in org.apache.batik.ext.awt.image.renderable with parameters of type CachableRed -
Uses of CachableRed in org.apache.batik.ext.awt.image.rendered
Classes in org.apache.batik.ext.awt.image.rendered that implement CachableRedModifier 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 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
This implements CachableRed around a RenderedImage.class
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.Fields in org.apache.batik.ext.awt.image.rendered declared as CachableRedModifier and TypeFieldDescription(package private) CachableRed
DisplacementMapRed.image
The image to distort.(package private) CachableRed
DisplacementMapRed.offsets
The offset image (displacement map).Methods in org.apache.batik.ext.awt.image.rendered that return CachableRedModifier and TypeMethodDescriptionstatic CachableRed
FormatRed.construct
(CachableRed src, ColorModel cm) AffineRed.getSource()
FormatRed.getSource()
fetch the source image for this node.ProfileRed.getSource()
TranslateRed.getSource()
fetch the source image for this node.static CachableRed
RenderedImageCachableRed.wrap
(RenderedImage ri) Methods in org.apache.batik.ext.awt.image.rendered with parameters of type CachableRedModifier and TypeMethodDescriptionstatic CachableRed
FormatRed.construct
(CachableRed src, ColorModel cm) protected static ColorModel
AffineRed.fixColorModel
(CachableRed src) protected static ColorModel
Any2LsRGBRed.fixColorModel
(CachableRed src) This function 'fixes' the source's color model.protected static ColorModel
Any2LumRed.fixColorModel
(CachableRed src) This function 'fixes' the source's color model.protected static ColorModel
Any2sRGBRed.fixColorModel
(CachableRed src) This function 'fixes' the source's color model.protected static ColorModel
CompositeRed.fixColorModel
(CachableRed src) protected static ColorModel
GaussianBlurRed8Bit.fixColorModel
(CachableRed src) static ColorModel
MultiplyAlphaRed.fixColorModel
(CachableRed src) protected SampleModel
AffineRed.fixSampleModel
(CachableRed src, ColorModel cm, Rectangle bounds) This function 'fixes' the source's sample model.protected static SampleModel
Any2LsRGBRed.fixSampleModel
(CachableRed src) This function 'fixes' the source's sample model.protected static SampleModel
Any2LumRed.fixSampleModel
(CachableRed src) This function 'fixes' the source's sample model.protected static SampleModel
Any2sRGBRed.fixSampleModel
(CachableRed src) This function 'fixes' the source's sample model.protected static SampleModel
CompositeRed.fixSampleModel
(CachableRed src, ColorModel cm, Rectangle bounds) This function 'fixes' the source's sample model.static SampleModel
MultiplyAlphaRed.fixSampleModel
(CachableRed src) protected static SampleModel
PadRed.fixSampleModel
(CachableRed src, Rectangle bounds) This function 'fixes' the source's sample model.protected void
AbstractRed.init
(CachableRed src, Rectangle bounds, ColorModel cm, SampleModel sm, int tileGridXOff, int tileGridYOff, Map props) This is one of two basic init function (this is for single source rendereds).protected void
AbstractTiledRed.init
(CachableRed src, Rectangle bounds, ColorModel cm, SampleModel sm, int tileGridXOff, int tileGridYOff, Map props) This is one of two basic init function (this is for single source rendereds).protected void
AbstractTiledRed.init
(CachableRed src, Rectangle bounds, ColorModel cm, SampleModel sm, int tileGridXOff, int tileGridYOff, TileStore tiles, Map props) This is one of two basic init function (this is for single source rendereds).static Rectangle
MultiplyAlphaRed.makeBounds
(CachableRed src1, CachableRed src2) static ColorModel
FormatRed.makeColorModel
(CachableRed cr, SampleModel sm) static List
MultiplyAlphaRed.makeList
(CachableRed src1, CachableRed src2) static SampleModel
FormatRed.makeSampleModel
(CachableRed cr, ColorModel cm) Constructors in org.apache.batik.ext.awt.image.rendered with parameters of type CachableRedModifierConstructorDescriptionprotected
AbstractRed
(CachableRed src, Rectangle bounds, ColorModel cm, SampleModel sm, int tileGridXOff, int tileGridYOff, Map props) Construct an Abstract Rable from a bounds rect and props (may be null).protected
AbstractRed
(CachableRed src, Rectangle bounds, ColorModel cm, SampleModel sm, Map props) Construct an Abstract RenderedImage from a source image, bounds rect and props (may be null).protected
AbstractRed
(CachableRed src, Rectangle bounds, Map props) Construct an Abstract RenderedImage from a source image, bounds rect and props (may be null).protected
AbstractRed
(CachableRed src, Map props) Construct an Abstract RenderedImage from a source image and props (may be null).protected
AbstractTiledRed
(CachableRed src, Rectangle bounds, ColorModel cm, SampleModel sm, int tileGridXOff, int tileGridYOff, Map props) Construct an Abstract Rable from a bounds rect and props (may be null).protected
AbstractTiledRed
(CachableRed src, Rectangle bounds, ColorModel cm, SampleModel sm, Map props) Construct an Abstract RenderedImage from a source image, bounds rect and props (may be null).protected
AbstractTiledRed
(CachableRed src, Rectangle bounds, Map props) Construct an Abstract RenderedImage from a source image, bounds rect and props (may be null).protected
AbstractTiledRed
(CachableRed src, Map props) Construct an Abstract RenderedImage from a source image and props (may be null).AffineRed
(CachableRed src, AffineTransform src2me, RenderingHints hints) Any2LsRGBRed
(CachableRed src) Construct a luminace image from src.Any2LumRed
(CachableRed src) Construct a luminace image from src.Any2sRGBRed
(CachableRed src) Construct a luminance image from src.ColorMatrixRed
(CachableRed src, float[][] matrix) ComponentTransferRed
(CachableRed src, TransferFunction[] funcs, RenderingHints hints) The constructor will instantiate a LookupOp instance using a LookupOp, which is built using the four LUT data obtained by the TransferFunction objects funcs[0] : Alpha component transfer function funcs[1] : Red component transfer function funcs[2] : Green component transfer function funcs[3] : Blue component transfer functionDisplacementMapRed
(CachableRed image, CachableRed offsets, ARGBChannel xChannel, ARGBChannel yChannel, float scaleX, float scaleY, RenderingHints rh) Construct an alpah channel from the given src, according to the SVG masking rules.Construct an alpah channel from the given src, according to the SVG masking rules.FormatRed
(CachableRed cr, ColorModel cm) FormatRed
(CachableRed cr, SampleModel sm) Construct an instance of CachableRed around a BufferedImage.GaussianBlurRed8Bit
(CachableRed src, double stdDevX, double stdDevY, RenderingHints rh) Construct a blurred version ofsrc
, by blurring with a gaussian kernel with standard Deviation ofstdDev
pixels.GaussianBlurRed8Bit
(CachableRed src, double stdDev, RenderingHints rh) Construct a blurred version ofsrc
, by blurring with a gaussian kernel with standard Deviation ofstdDev
pixels.MultiplyAlphaRed
(CachableRed src, CachableRed alpha) Multiply the alpha of one image with a mask image.PadRed
(CachableRed src, Rectangle bounds, PadMode padMode, RenderingHints hints) Construct A Rendered Pad operation.ProfileRed
(CachableRed src, org.apache.xmlgraphics.java2d.color.ICCColorSpaceWithIntent colorSpace) Place the results of computations of cr into the global tile cache.TileCacheRed
(CachableRed cr, int tileWidth, int tileHeight) Place the results of computations of cr into the global tile cache.TranslateRed
(CachableRed cr, int xloc, int yloc) Construct an instance of TranslateRed -
Uses of CachableRed in org.apache.batik.extension.svg
Classes in org.apache.batik.extension.svg that implement CachableRedConstructors in org.apache.batik.extension.svg with parameters of type CachableRed -
Uses of CachableRed in org.apache.batik.gvt.filter
Classes in org.apache.batik.gvt.filter that implement CachableRedModifier and TypeClassDescriptionclass
This implementation of RenderableImage will render its input GraphicsNode on demand for tiles.Fields in org.apache.batik.gvt.filter declared as CachableRed -
Uses of CachableRed in org.apache.batik.gvt.renderer
Fields in org.apache.batik.gvt.renderer declared as CachableRedMethods in org.apache.batik.gvt.renderer that return CachableRedModifier and TypeMethodDescriptionprotected CachableRed
StaticRenderer.renderGNR()
protected CachableRed
DynamicRenderer.setupCache
(CachableRed img) protected CachableRed
StaticRenderer.setupCache
(CachableRed img) Methods in org.apache.batik.gvt.renderer with parameters of type CachableRedModifier and TypeMethodDescriptionprotected CachableRed
DynamicRenderer.setupCache
(CachableRed img) protected CachableRed
StaticRenderer.setupCache
(CachableRed img)