Quaqua 5.4.1 2009-07-14

Package ch.randelshofer.quaqua.ext.batik.ext.awt.image.rendered

Interface Summary
CachableRed This provides a number of extra methods that enable a system to better analyse the dependencies between nodes in a render graph.
LRUCache.LRUObj Interface for object participating in the LRU Cache.
TileGenerator This the generic interface for a source of tiles.
TileStore This the generic interface for a TileStore.
 

Class Summary
AbstractRed This is an abstract base class that takes care of most of the normal issues surrounding the implementation of the CachableRed (RenderedImage) interface.
AbstractTiledRed This is an abstract base class that takes care of most of the normal issues surrounding the implementation of the CachableRed (RenderedImage) interface.
AffineRed This is an implementation of an affine operation as a RenderedImage.
Any2LsRGBRed This function will tranform an image from any colorspace into a luminance image.
Any2sRGBRed This function will tranform an image from any colorspace into a luminance image.
BufferedImageCachableRed This implements CachableRed based on a BufferedImage.
FormatRed This allows you to specify the ColorModel, Alpha premult and/or SampleModel to be used for output.
LRUCache  
PadRed This is an implementation of a Pad operation as a RenderedImage.
PadRed.ZeroRecter  
PadRed.ZeroRecter_INT_PACK  
RenderedImageCachableRed This implements CachableRed around a RenderedImage.
TileBlock This class is responsible for breaking up a block of tiles into a set of smaller requests that are as large as possible without rerequesting significant numbers of tiles that are already available.
TileCache  
TileGrid This is a Grid based implementation of the TileStore.
TileLRUMember This is a useful class that wraps a Raster for patricipation in an LRU Cache.
TileMap  
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.
 


Copyright 2003-2007 (c) Werner Randelshofer.
All rights reserved.