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.image
package.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 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(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 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(java.awt.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 Modifier and Type Class Description class
PNGRed
-
Uses of CachableRed in org.apache.batik.ext.awt.image.renderable
Methods in org.apache.batik.ext.awt.image.renderable that return CachableRed Modifier and Type Method Description protected CachableRed
AbstractColorInterpolationRable. convertSourceCS(java.awt.image.RenderedImage ri)
protected CachableRed
AbstractColorInterpolationRable. convertSourceCS(CachableRed cr)
CachableRed
RedRable. getSource()
Methods in org.apache.batik.ext.awt.image.renderable with parameters of type CachableRed Modifier and Type Method Description protected CachableRed
AbstractColorInterpolationRable. 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 class
AbstractRed
This is an abstract base class that takes care of most of the normal issues surrounding the implementation of the CachableRed (RenderedImage) interface.class
AbstractTiledRed
This is an abstract base class that takes care of most of the normal issues surrounding the implementation of the CachableRed (RenderedImage) interface.class
AffineRed
This is an implementation of an affine operation as a RenderedImage.class
Any2LsRGBRed
This function will tranform an image from any colorspace into a luminance image.class
Any2LumRed
This function will tranform an image from any colorspace into a luminance image.class
Any2sRGBRed
This function will tranform an image from any colorspace into a luminance image.class
BufferedImageCachableRed
This implements CachableRed based on a BufferedImage.class
ColorMatrixRed
class
ComponentTransferRed
class
CompositeRed
This is an implementation of an affine operation as a RenderedImage.class
DiffuseLightingRed
class
DisplacementMapRed
This implementation of RenderableImage will render its input GraphicsNode on demand for tiles.class
FilterAlphaRed
This strips out the source alpha channel into a one band image.class
FilterAsAlphaRed
This converts any source into a mask according to the SVG masking rules.class
FloodRed
This implementation of RenderedImage will generate an infinate field of a single color.class
FormatRed
This allows you to specify the ColorModel, Alpha premult and/or SampleModel to be used for output.class
GaussianBlurRed8Bit
This implementation of RenderableImage will render its input GraphicsNode on demand for tiles.class
MultiplyAlphaRed
This implements a masking operation by multiply the alpha channel of one image by a luminance image (the mask).class
PadRed
This is an implementation of a Pad operation as a RenderedImage.class
ProfileRed
This implementation of rendered image forces a color profile on its sourceclass
RenderedImageCachableRed
This implements CachableRed around a RenderedImage.class
SpecularLightingRed
class
TileCacheRed
This implementation of RenderedImage only serves to put the tiles generated by it's input into the TileCache.class
TileRed
This filter simply tiles its tile starting from the upper left corner of the tiled region.class
TranslateRed
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.class
TurbulencePatternRed
This 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 CachableRed Modifier and Type Method Description static CachableRed
FormatRed. construct(CachableRed src, java.awt.image.ColorModel cm)
CachableRed
AffineRed. getSource()
CachableRed
FormatRed. getSource()
fetch the source image for this node.CachableRed
ProfileRed. getSource()
CachableRed
TranslateRed. getSource()
fetch the source image for this node.static CachableRed
RenderedImageCachableRed. 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 CachableRed
FormatRed. construct(CachableRed src, java.awt.image.ColorModel cm)
protected static java.awt.image.ColorModel
AffineRed. fixColorModel(CachableRed src)
protected static java.awt.image.ColorModel
Any2LsRGBRed. fixColorModel(CachableRed src)
This function 'fixes' the source's color model.protected static java.awt.image.ColorModel
Any2LumRed. fixColorModel(CachableRed src)
This function 'fixes' the source's color model.protected static java.awt.image.ColorModel
Any2sRGBRed. fixColorModel(CachableRed src)
This function 'fixes' the source's color model.protected static java.awt.image.ColorModel
CompositeRed. fixColorModel(CachableRed src)
protected static java.awt.image.ColorModel
GaussianBlurRed8Bit. fixColorModel(CachableRed src)
static java.awt.image.ColorModel
MultiplyAlphaRed. fixColorModel(CachableRed src)
protected java.awt.image.SampleModel
AffineRed. 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.SampleModel
Any2LsRGBRed. fixSampleModel(CachableRed src)
This function 'fixes' the source's sample model.protected static java.awt.image.SampleModel
Any2LumRed. fixSampleModel(CachableRed src)
This function 'fixes' the source's sample model.protected static java.awt.image.SampleModel
Any2sRGBRed. fixSampleModel(CachableRed src)
This function 'fixes' the source's sample model.protected static java.awt.image.SampleModel
CompositeRed. fixSampleModel(CachableRed src, java.awt.image.ColorModel cm, java.awt.Rectangle bounds)
This function 'fixes' the source's sample model.static java.awt.image.SampleModel
MultiplyAlphaRed. fixSampleModel(CachableRed src)
protected static java.awt.image.SampleModel
PadRed. fixSampleModel(CachableRed src, java.awt.Rectangle bounds)
This function 'fixes' the source's sample model.protected void
AbstractRed. 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 void
AbstractTiledRed. 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 void
AbstractTiledRed. 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.Rectangle
MultiplyAlphaRed. makeBounds(CachableRed src1, CachableRed src2)
static java.awt.image.ColorModel
FormatRed. makeColorModel(CachableRed cr, java.awt.image.SampleModel sm)
static java.util.List
MultiplyAlphaRed. makeList(CachableRed src1, CachableRed src2)
static java.awt.image.SampleModel
FormatRed. 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 ofstdDev
pixels.GaussianBlurRed8Bit(CachableRed src, double stdDev, java.awt.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, 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 class
HistogramRed
Constructors 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 class
GraphicsNodeRed8Bit
This 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 CachableRed Modifier and Type Field Description protected CachableRed
StaticRenderer. rootCR
Methods in org.apache.batik.gvt.renderer that return CachableRed Modifier and Type Method Description protected 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 CachableRed Modifier and Type Method Description protected CachableRed
DynamicRenderer. setupCache(CachableRed img)
protected CachableRed
StaticRenderer. setupCache(CachableRed img)
-