Uses of Interface
org.apache.batik.ext.awt.image.rendered.CachableRed
-
Packages that use CachableRed Package Description org.apache.batik.ext.awt.image Contains extensions to thejava.awt.imagepackage.org.apache.batik.ext.awt.image.codec.png org.apache.batik.ext.awt.image.renderable org.apache.batik.ext.awt.image.rendered org.apache.batik.extension.svg org.apache.batik.gvt.filter Contains all of the interfaces for describing a set of standard image processing filters Java objects.org.apache.batik.gvt.renderer -
-
Uses of CachableRed in org.apache.batik.ext.awt.image
Methods in org.apache.batik.ext.awt.image that return CachableRed Modifier and Type Method Description static 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(java.awt.image.RenderedImage ri)Convertes any RenderedImage to a CacheableRed.Methods in org.apache.batik.ext.awt.image with parameters of type CachableRed Modifier and Type Method Description static 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(java.awt.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 Modifier and Type Class Description classPNGRed -
Uses of CachableRed in org.apache.batik.ext.awt.image.renderable
Fields in org.apache.batik.ext.awt.image.renderable declared as CachableRed Modifier and Type Field Description (package private) CachableRedRedRable. srcMethods in org.apache.batik.ext.awt.image.renderable that return CachableRed Modifier and Type Method Description protected CachableRedAbstractColorInterpolationRable. convertSourceCS(java.awt.image.RenderedImage ri)protected CachableRedAbstractColorInterpolationRable. convertSourceCS(CachableRed cr)CachableRedRedRable. getSource()Methods in org.apache.batik.ext.awt.image.renderable with parameters of type CachableRed Modifier and Type Method Description protected CachableRedAbstractColorInterpolationRable. convertSourceCS(CachableRed cr)Constructors in org.apache.batik.ext.awt.image.renderable with parameters of type CachableRed Constructor Description RedRable(CachableRed src) -
Uses of CachableRed in org.apache.batik.ext.awt.image.rendered
Classes in org.apache.batik.ext.awt.image.rendered that implement CachableRed Modifier and Type Class Description classAbstractRedThis is an abstract base class that takes care of most of the normal issues surrounding the implementation of the CachableRed (RenderedImage) interface.classAbstractTiledRedThis is an abstract base class that takes care of most of the normal issues surrounding the implementation of the CachableRed (RenderedImage) interface.classAffineRedThis is an implementation of an affine operation as a RenderedImage.classAny2LsRGBRedThis function will tranform an image from any colorspace into a luminance image.classAny2LumRedThis function will tranform an image from any colorspace into a luminance image.classAny2sRGBRedThis function will tranform an image from any colorspace into a luminance image.classBufferedImageCachableRedThis implements CachableRed based on a BufferedImage.classColorMatrixRedclassComponentTransferRedclassCompositeRedThis is an implementation of an affine operation as a RenderedImage.classDiffuseLightingRedclassDisplacementMapRedThis implementation of RenderableImage will render its input GraphicsNode on demand for tiles.classFilterAlphaRedThis strips out the source alpha channel into a one band image.classFilterAsAlphaRedThis converts any source into a mask according to the SVG masking rules.classFloodRedThis implementation of RenderedImage will generate an infinate field of a single color.classFormatRedThis allows you to specify the ColorModel, Alpha premult and/or SampleModel to be used for output.classGaussianBlurRed8BitThis implementation of RenderableImage will render its input GraphicsNode on demand for tiles.classMultiplyAlphaRedThis implements a masking operation by multiply the alpha channel of one image by a luminance image (the mask).classPadRedThis is an implementation of a Pad operation as a RenderedImage.classProfileRedThis implementation of rendered image forces a color profile on its sourceclassRenderedImageCachableRedThis implements CachableRed around a RenderedImage.classSpecularLightingRedclassTileCacheRedThis implementation of RenderedImage only serves to put the tiles generated by it's input into the TileCache.classTileRedThis filter simply tiles its tile starting from the upper left corner of the tiled region.classTranslateRedThis 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.classTurbulencePatternRedThis 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 CachableRed Modifier and Type Field Description (package private) CachableRedDisplacementMapRed. imageThe image to distort.(package private) CachableRedDisplacementMapRed. offsetsThe offset image (displacement map).Methods in org.apache.batik.ext.awt.image.rendered that return CachableRed Modifier and Type Method Description static CachableRedFormatRed. construct(CachableRed src, java.awt.image.ColorModel cm)CachableRedAffineRed. getSource()CachableRedFormatRed. getSource()fetch the source image for this node.CachableRedProfileRed. getSource()CachableRedTranslateRed. getSource()fetch the source image for this node.static CachableRedRenderedImageCachableRed. wrap(java.awt.image.RenderedImage ri)Methods in org.apache.batik.ext.awt.image.rendered with parameters of type CachableRed Modifier and Type Method Description static CachableRedFormatRed. construct(CachableRed src, java.awt.image.ColorModel cm)protected static java.awt.image.ColorModelAffineRed. fixColorModel(CachableRed src)protected static java.awt.image.ColorModelAny2LsRGBRed. fixColorModel(CachableRed src)This function 'fixes' the source's color model.protected static java.awt.image.ColorModelAny2LumRed. fixColorModel(CachableRed src)This function 'fixes' the source's color model.protected static java.awt.image.ColorModelAny2sRGBRed. fixColorModel(CachableRed src)This function 'fixes' the source's color model.protected static java.awt.image.ColorModelCompositeRed. fixColorModel(CachableRed src)protected static java.awt.image.ColorModelGaussianBlurRed8Bit. fixColorModel(CachableRed src)static java.awt.image.ColorModelMultiplyAlphaRed. fixColorModel(CachableRed src)protected java.awt.image.SampleModelAffineRed. fixSampleModel(CachableRed src, java.awt.image.ColorModel cm, java.awt.Rectangle bounds)This function 'fixes' the source's sample model.protected static java.awt.image.SampleModelAny2LsRGBRed. fixSampleModel(CachableRed src)This function 'fixes' the source's sample model.protected static java.awt.image.SampleModelAny2LumRed. fixSampleModel(CachableRed src)This function 'fixes' the source's sample model.protected static java.awt.image.SampleModelAny2sRGBRed. fixSampleModel(CachableRed src)This function 'fixes' the source's sample model.protected static java.awt.image.SampleModelCompositeRed. fixSampleModel(CachableRed src, java.awt.image.ColorModel cm, java.awt.Rectangle bounds)This function 'fixes' the source's sample model.static java.awt.image.SampleModelMultiplyAlphaRed. fixSampleModel(CachableRed src)protected static java.awt.image.SampleModelPadRed. fixSampleModel(CachableRed src, java.awt.Rectangle bounds)This function 'fixes' the source's sample model.protected voidAbstractRed. init(CachableRed src, java.awt.Rectangle bounds, java.awt.image.ColorModel cm, java.awt.image.SampleModel sm, int tileGridXOff, int tileGridYOff, java.util.Map props)This is one of two basic init function (this is for single source rendereds).protected voidAbstractTiledRed. init(CachableRed src, java.awt.Rectangle bounds, java.awt.image.ColorModel cm, java.awt.image.SampleModel sm, int tileGridXOff, int tileGridYOff, java.util.Map props)This is one of two basic init function (this is for single source rendereds).protected voidAbstractTiledRed. init(CachableRed src, java.awt.Rectangle bounds, java.awt.image.ColorModel cm, java.awt.image.SampleModel sm, int tileGridXOff, int tileGridYOff, TileStore tiles, java.util.Map props)This is one of two basic init function (this is for single source rendereds).static java.awt.RectangleMultiplyAlphaRed. makeBounds(CachableRed src1, CachableRed src2)static java.awt.image.ColorModelFormatRed. makeColorModel(CachableRed cr, java.awt.image.SampleModel sm)static java.util.ListMultiplyAlphaRed. makeList(CachableRed src1, CachableRed src2)static java.awt.image.SampleModelFormatRed. makeSampleModel(CachableRed cr, java.awt.image.ColorModel cm)Constructors in org.apache.batik.ext.awt.image.rendered with parameters of type CachableRed Constructor Description AbstractRed(CachableRed src, java.awt.Rectangle bounds, java.awt.image.ColorModel cm, java.awt.image.SampleModel sm, int tileGridXOff, int tileGridYOff, java.util.Map props)Construct an Abstract Rable from a bounds rect and props (may be null).AbstractRed(CachableRed src, java.awt.Rectangle bounds, java.awt.image.ColorModel cm, java.awt.image.SampleModel sm, java.util.Map props)Construct an Abstract RenderedImage from a source image, bounds rect and props (may be null).AbstractRed(CachableRed src, java.awt.Rectangle bounds, java.util.Map props)Construct an Abstract RenderedImage from a source image, bounds rect and props (may be null).AbstractRed(CachableRed src, java.util.Map props)Construct an Abstract RenderedImage from a source image and props (may be null).AbstractTiledRed(CachableRed src, java.awt.Rectangle bounds, java.awt.image.ColorModel cm, java.awt.image.SampleModel sm, int tileGridXOff, int tileGridYOff, java.util.Map props)Construct an Abstract Rable from a bounds rect and props (may be null).AbstractTiledRed(CachableRed src, java.awt.Rectangle bounds, java.awt.image.ColorModel cm, java.awt.image.SampleModel sm, java.util.Map props)Construct an Abstract RenderedImage from a source image, bounds rect and props (may be null).AbstractTiledRed(CachableRed src, java.awt.Rectangle bounds, java.util.Map props)Construct an Abstract RenderedImage from a source image, bounds rect and props (may be null).AbstractTiledRed(CachableRed src, java.util.Map props)Construct an Abstract RenderedImage from a source image and props (may be null).AffineRed(CachableRed src, java.awt.geom.AffineTransform src2me, java.awt.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, java.awt.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, java.awt.RenderingHints rh)FilterAlphaRed(CachableRed src)Construct an alpah channel from the given src, according to the SVG masking rules.FilterAsAlphaRed(CachableRed src)Construct an alpah channel from the given src, according to the SVG masking rules.FormatRed(CachableRed cr, java.awt.image.ColorModel cm)FormatRed(CachableRed cr, java.awt.image.SampleModel sm)Construct an instance of CachableRed around a BufferedImage.GaussianBlurRed8Bit(CachableRed src, double stdDevX, double stdDevY, java.awt.RenderingHints rh)Construct a blurred version ofsrc, by blurring with a gaussian kernel with standard Deviation ofstdDevpixels.GaussianBlurRed8Bit(CachableRed src, double stdDev, java.awt.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, java.awt.Rectangle bounds, PadMode padMode, java.awt.RenderingHints hints)Construct A Rendered Pad operation.ProfileRed(CachableRed src, org.apache.xmlgraphics.java2d.color.ICCColorSpaceWithIntent colorSpace)TileCacheRed(CachableRed cr)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 CachableRed Modifier and Type Class Description classHistogramRedConstructors in org.apache.batik.extension.svg with parameters of type CachableRed Constructor Description HistogramRed(CachableRed src) -
Uses of CachableRed in org.apache.batik.gvt.filter
Classes in org.apache.batik.gvt.filter that implement CachableRed Modifier and Type Class Description classGraphicsNodeRed8BitThis implementation of RenderableImage will render its input GraphicsNode on demand for tiles.Fields in org.apache.batik.gvt.filter declared as CachableRed Modifier and Type Field Description private CachableRedGraphicsNodeRable8Bit. cachedRed -
Uses of CachableRed in org.apache.batik.gvt.renderer
Fields in org.apache.batik.gvt.renderer declared as CachableRed Modifier and Type Field Description protected CachableRedStaticRenderer. rootCRMethods in org.apache.batik.gvt.renderer that return CachableRed Modifier and Type Method Description protected CachableRedStaticRenderer. renderGNR()protected CachableRedDynamicRenderer. setupCache(CachableRed img)protected CachableRedStaticRenderer. setupCache(CachableRed img)Methods in org.apache.batik.gvt.renderer with parameters of type CachableRed Modifier and Type Method Description protected CachableRedDynamicRenderer. setupCache(CachableRed img)protected CachableRedStaticRenderer. setupCache(CachableRed img)
-