org.apache.batik.ext.awt.image.rendered

Class TileCacheRed

public class TileCacheRed extends AbstractTiledRed

This implementation of RenderedImage only serves to put the tiles generated by it's input into the TileCache.
Constructor Summary
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.
Method Summary
voidflushCache(Rectangle rect)
voidgenRect(WritableRaster wr)

Constructor Detail

TileCacheRed

public TileCacheRed(CachableRed cr)
Place the results of computations of cr into the global tile cache.

Parameters: cr The operation to cache results from.

TileCacheRed

public TileCacheRed(CachableRed cr, int tileWidth, int tileHeight)
Place the results of computations of cr into the global tile cache.

Parameters: cr The operation to cache results from.

Method Detail

flushCache

public void flushCache(Rectangle rect)

genRect

public void genRect(WritableRaster wr)
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.