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 CachableRedGraphicsUtil.convertToLsRGB(CachableRed src) This method will return a CacheableRed that has it's data in the linear sRGB colorspace.static CachableRedGraphicsUtil.convertTosRGB(CachableRed src) This method will return a CacheableRed that has it's data in the sRGB colorspace.static CachableRedGraphicsUtil.wrap(RenderedImage ri) Convertes any RenderedImage to a CacheableRed.Methods in org.apache.batik.ext.awt.image with parameters of type CachableRedModifier and TypeMethodDescriptionstatic CachableRedGraphicsUtil.convertToLsRGB(CachableRed src) This method will return a CacheableRed that has it's data in the linear sRGB colorspace.static CachableRedGraphicsUtil.convertTosRGB(CachableRed src) This method will return a CacheableRed that has it's data in the sRGB colorspace.static voidGraphicsUtil.drawImage(Graphics2D g2d, CachableRed cr) Drawscrintog2d. -
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
Methods in org.apache.batik.ext.awt.image.renderable that return CachableRedModifier and TypeMethodDescriptionprotected CachableRedAbstractColorInterpolationRable.convertSourceCS(RenderedImage ri) protected CachableRedAbstractColorInterpolationRable.convertSourceCS(CachableRed cr) RedRable.getSource()Methods in org.apache.batik.ext.awt.image.renderable with parameters of type CachableRedModifier and TypeMethodDescriptionprotected CachableRedAbstractColorInterpolationRable.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 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 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 sourceclassThis implements CachableRed around a RenderedImage.classclassThis 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.Methods in org.apache.batik.ext.awt.image.rendered that return CachableRedModifier and TypeMethodDescriptionstatic CachableRedFormatRed.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 CachableRedRenderedImageCachableRed.wrap(RenderedImage ri) Methods in org.apache.batik.ext.awt.image.rendered with parameters of type CachableRedModifier and TypeMethodDescriptionstatic CachableRedFormatRed.construct(CachableRed src, ColorModel cm) protected static ColorModelAffineRed.fixColorModel(CachableRed src) protected static ColorModelAny2LsRGBRed.fixColorModel(CachableRed src) This function 'fixes' the source's color model.protected static ColorModelAny2LumRed.fixColorModel(CachableRed src) This function 'fixes' the source's color model.protected static ColorModelAny2sRGBRed.fixColorModel(CachableRed src) This function 'fixes' the source's color model.protected static ColorModelCompositeRed.fixColorModel(CachableRed src) protected static ColorModelGaussianBlurRed8Bit.fixColorModel(CachableRed src) static ColorModelMultiplyAlphaRed.fixColorModel(CachableRed src) protected SampleModelAffineRed.fixSampleModel(CachableRed src, ColorModel cm, Rectangle bounds) This function 'fixes' the source's sample model.protected static SampleModelAny2LsRGBRed.fixSampleModel(CachableRed src) This function 'fixes' the source's sample model.protected static SampleModelAny2LumRed.fixSampleModel(CachableRed src) This function 'fixes' the source's sample model.protected static SampleModelAny2sRGBRed.fixSampleModel(CachableRed src) This function 'fixes' the source's sample model.protected static SampleModelCompositeRed.fixSampleModel(CachableRed src, ColorModel cm, Rectangle bounds) This function 'fixes' the source's sample model.static SampleModelMultiplyAlphaRed.fixSampleModel(CachableRed src) protected static SampleModelPadRed.fixSampleModel(CachableRed src, Rectangle bounds) This function 'fixes' the source's sample model.protected voidAbstractRed.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 voidAbstractTiledRed.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 voidAbstractTiledRed.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 RectangleMultiplyAlphaRed.makeBounds(CachableRed src1, CachableRed src2) static ColorModelFormatRed.makeColorModel(CachableRed cr, SampleModel sm) static ListMultiplyAlphaRed.makeList(CachableRed src1, CachableRed src2) static SampleModelFormatRed.makeSampleModel(CachableRed cr, ColorModel cm) Constructors in org.apache.batik.ext.awt.image.rendered with parameters of type CachableRedModifierConstructorDescriptionprotectedAbstractRed(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).protectedAbstractRed(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).protectedAbstractRed(CachableRed src, Rectangle bounds, Map props) Construct an Abstract RenderedImage from a source image, bounds rect and props (may be null).protectedAbstractRed(CachableRed src, Map props) Construct an Abstract RenderedImage from a source image and props (may be null).protectedAbstractTiledRed(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).protectedAbstractTiledRed(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).protectedAbstractTiledRed(CachableRed src, Rectangle bounds, Map props) Construct an Abstract RenderedImage from a source image, bounds rect and props (may be null).protectedAbstractTiledRed(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 ofstdDevpixels.GaussianBlurRed8Bit(CachableRed src, double stdDev, RenderingHints rh) Construct a blurred version ofsrc, by blurring with a gaussian kernel with standard Deviation ofstdDevpixels.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 TypeClassDescriptionclassThis implementation of RenderableImage will render its input GraphicsNode on demand for tiles. -
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 CachableRedStaticRenderer.renderGNR()protected CachableRedDynamicRenderer.setupCache(CachableRed img) protected CachableRedStaticRenderer.setupCache(CachableRed img) Methods in org.apache.batik.gvt.renderer with parameters of type CachableRedModifier and TypeMethodDescriptionprotected CachableRedDynamicRenderer.setupCache(CachableRed img) protected CachableRedStaticRenderer.setupCache(CachableRed img)