org.apache.xmlgraphics.image.rendered |
org.apache.xmlgraphics.image.rendered Package
Specialized subclasses of RenderedImage for various tasks (color space conversion, caching etc.)
|
Java Source File Name | Type | Comment |
AbstractRed.java | Class | This is an abstract base class that takes care of most of the
normal issues surrounding the implementation of the CachableRed
(RenderedImage) interface. |
Any2LsRGBRed.java | Class | This function will tranform an image from any colorspace into a
luminance image. |
Any2sRGBRed.java | Class | This function will tranform an image from any colorspace into a
luminance image. |
BufferedImageCachableRed.java | Class | This implements CachableRed based on a BufferedImage. |
CachableRed.java | Interface | This provides a number of extra methods that enable a system to
better analyse the dependencies between nodes in a render graph. |
FormatRed.java | Class | This allows you to specify the ColorModel, Alpha premult and/or
SampleModel to be used for output. |
RenderedImageCachableRed.java | Class | This implements CachableRed around a RenderedImage. |