|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CachableRed | |
org.apache.batik.ext.awt.image | Contains extensions to the java.awt.image package. |
org.apache.batik.ext.awt.image.codec | Provides a set of classes to encode/decode images in various raster image file formats. |
org.apache.batik.ext.awt.image.codec.tiff | |
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 | |
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 | |
static void |
GraphicsUtil.drawImage(java.awt.Graphics2D g2d,
CachableRed cr)
Draws cr into g2d. |
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. |
Uses of CachableRed in org.apache.batik.ext.awt.image.codec |
Classes in org.apache.batik.ext.awt.image.codec that implement CachableRed | |
class |
PNGRed
|
Uses of CachableRed in org.apache.batik.ext.awt.image.codec.tiff |
Classes in org.apache.batik.ext.awt.image.codec.tiff that implement CachableRed | |
class |
TIFFImage
|
Uses of CachableRed in org.apache.batik.ext.awt.image.renderable |
Methods in org.apache.batik.ext.awt.image.renderable that return CachableRed | |
protected CachableRed |
AbstractColorInterpolationRable.convertSourceCS(CachableRed cr)
|
protected CachableRed |
AbstractColorInterpolationRable.convertSourceCS(java.awt.image.RenderedImage ri)
|
CachableRed |
RedRable.getSource()
|
Methods in org.apache.batik.ext.awt.image.renderable with parameters of type CachableRed | |
protected CachableRed |
AbstractColorInterpolationRable.convertSourceCS(CachableRed cr)
|
Constructors in org.apache.batik.ext.awt.image.renderable with parameters of type CachableRed | |
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 | |
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 source |
class |
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 | |
CachableRed |
ProfileRed.getSource()
|
static CachableRed |
FormatRed.construct(CachableRed src,
java.awt.image.ColorModel cm)
|
CachableRed |
FormatRed.getSource()
fetch the source image for this node. |
CachableRed |
AffineRed.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 | |
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). |
static java.util.List |
MultiplyAlphaRed.makeList(CachableRed src1,
CachableRed src2)
|
static java.awt.Rectangle |
MultiplyAlphaRed.makeBounds(CachableRed src1,
CachableRed src2)
|
static java.awt.image.SampleModel |
MultiplyAlphaRed.fixSampleModel(CachableRed src)
|
static java.awt.image.ColorModel |
MultiplyAlphaRed.fixColorModel(CachableRed src)
|
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). |
protected static java.awt.image.ColorModel |
Any2LsRGBRed.fixColorModel(CachableRed src)
This function 'fixes' the source's color model. |
protected static java.awt.image.SampleModel |
Any2LsRGBRed.fixSampleModel(CachableRed src)
This function 'fixes' the source's sample model. |
protected static java.awt.image.ColorModel |
Any2sRGBRed.fixColorModel(CachableRed src)
This function 'fixes' the source's color model. |
protected static java.awt.image.SampleModel |
Any2sRGBRed.fixSampleModel(CachableRed src)
This function 'fixes' the source's sample model. |
static CachableRed |
FormatRed.construct(CachableRed src,
java.awt.image.ColorModel cm)
|
static java.awt.image.SampleModel |
FormatRed.makeSampleModel(CachableRed cr,
java.awt.image.ColorModel cm)
|
static java.awt.image.ColorModel |
FormatRed.makeColorModel(CachableRed cr,
java.awt.image.SampleModel sm)
|
protected static java.awt.image.ColorModel |
Any2LumRed.fixColorModel(CachableRed src)
This function 'fixes' the source's color 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 |
CompositeRed.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.ColorModel |
CompositeRed.fixColorModel(CachableRed src)
|
protected static java.awt.image.ColorModel |
AffineRed.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 |
PadRed.fixSampleModel(CachableRed src,
java.awt.Rectangle bounds)
This function 'fixes' the source's sample model. |
protected static java.awt.image.ColorModel |
GaussianBlurRed8Bit.fixColorModel(CachableRed src)
|
Constructors in org.apache.batik.ext.awt.image.rendered with parameters of type CachableRed | |
AbstractRed(CachableRed src,
java.util.Map props)
Construct an Abstract RenderedImage from a source image 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.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.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). |
|
ProfileRed(CachableRed src,
ICCColorSpaceExt colorSpace)
|
|
DisplacementMapRed(CachableRed image,
CachableRed offsets,
ARGBChannel xChannel,
ARGBChannel yChannel,
float scaleX,
float scaleY,
java.awt.RenderingHints rh)
|
|
MultiplyAlphaRed(CachableRed src,
CachableRed alpha)
Multiply the alpha of one image with a mask image. |
|
AbstractTiledRed(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.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.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.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). |
|
Any2LsRGBRed(CachableRed src)
Construct a luminace image from src. |
|
Any2sRGBRed(CachableRed src)
Construct a luminace image from src. |
|
FormatRed(CachableRed cr,
java.awt.image.SampleModel sm)
Construct an instance of CachableRed around a BufferedImage. |
|
FormatRed(CachableRed cr,
java.awt.image.ColorModel cm)
|
|
ColorMatrixRed(CachableRed src,
float[][] matrix)
|
|
Any2LumRed(CachableRed src)
Construct a luminace image from src. |
|
AffineRed(CachableRed src,
java.awt.geom.AffineTransform src2me,
java.awt.RenderingHints hints)
|
|
TranslateRed(CachableRed cr,
int xloc,
int yloc)
Construct an instance of TranslateRed |
|
PadRed(CachableRed src,
java.awt.Rectangle bounds,
PadMode padMode,
java.awt.RenderingHints hints)
Construct A Rendered Pad operation. |
|
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 function |
|
FilterAsAlphaRed(CachableRed src)
Construct an alpah channel from the given src, according to the SVG masking rules. |
|
FilterAlphaRed(CachableRed src)
Construct an alpah channel from the given src, according to the SVG masking rules. |
|
GaussianBlurRed8Bit(CachableRed src,
double stdDev,
java.awt.RenderingHints rh)
Construct a blurred version of src, by blurring with a gaussian kernel with standard Deviation of stdDev pixels. |
|
GaussianBlurRed8Bit(CachableRed src,
double stdDevX,
double stdDevY,
java.awt.RenderingHints rh)
Construct a blurred version of src, by blurring with a gaussian kernel with standard Deviation of stdDev pixels. |
|
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. |
Uses of CachableRed in org.apache.batik.extension.svg |
Classes in org.apache.batik.extension.svg that implement CachableRed | |
class |
HistogramRed
|
Constructors in org.apache.batik.extension.svg with parameters of type CachableRed | |
HistogramRed(CachableRed src)
|
Uses of CachableRed in org.apache.batik.gvt.filter |
Classes in org.apache.batik.gvt.filter that implement CachableRed | |
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 | |
protected CachableRed |
StaticRenderer.rootCR
|
Methods in org.apache.batik.gvt.renderer that return CachableRed | |
protected CachableRed |
StaticRenderer.setupCache(CachableRed img)
|
protected CachableRed |
StaticRenderer.renderGNR()
|
protected CachableRed |
DynamicRenderer.setupCache(CachableRed img)
|
Methods in org.apache.batik.gvt.renderer with parameters of type CachableRed | |
protected CachableRed |
StaticRenderer.setupCache(CachableRed img)
|
protected CachableRed |
DynamicRenderer.setupCache(CachableRed img)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |