Uses of Interface
org.apache.xmlgraphics.image.rendered.CachableRed
Packages that use CachableRed
Package
Description
Classes, codecs and utilities for bitmap images.
Contains a PNG image codec.
Contains a TIFF image codec.
Specialized subclasses of RenderedImage for various tasks (color space conversion, caching etc.)
-
Uses of CachableRed in org.apache.xmlgraphics.image
Methods in org.apache.xmlgraphics.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.xmlgraphics.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. -
Uses of CachableRed in org.apache.xmlgraphics.image.codec.png
Classes in org.apache.xmlgraphics.image.codec.png that implement CachableRed -
Uses of CachableRed in org.apache.xmlgraphics.image.codec.tiff
Classes in org.apache.xmlgraphics.image.codec.tiff that implement CachableRed -
Uses of CachableRed in org.apache.xmlgraphics.image.rendered
Classes in org.apache.xmlgraphics.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 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
This allows you to specify the ColorModel, Alpha premult and/or SampleModel to be used for output.class
This implements CachableRed around a RenderedImage.Methods in org.apache.xmlgraphics.image.rendered that return CachableRedModifier and TypeMethodDescriptionstatic CachableRed
FormatRed.construct
(CachableRed src, ColorModel cm) FormatRed.getSource()
fetch the source image for this node.static CachableRed
RenderedImageCachableRed.wrap
(RenderedImage ri) Methods in org.apache.xmlgraphics.image.rendered with parameters of type CachableRedModifier and TypeMethodDescriptionstatic CachableRed
FormatRed.construct
(CachableRed src, ColorModel cm) protected static ColorModel
Any2LsRGBRed.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 SampleModel
Any2LsRGBRed.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 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).static ColorModel
FormatRed.makeColorModel
(CachableRed cr, SampleModel sm) static SampleModel
FormatRed.makeSampleModel
(CachableRed cr, ColorModel cm) Constructors in org.apache.xmlgraphics.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).Any2LsRGBRed
(CachableRed src) Construct a luminace image from src.Any2sRGBRed
(CachableRed src) Construct a luminace image from src.FormatRed
(CachableRed cr, ColorModel cm) FormatRed
(CachableRed cr, SampleModel sm) Construct an instance of CachableRed around a BufferedImage.