org.apache.batik.ext.awt.image.rendered
public class TileCacheRed extends AbstractTiledRed
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 | |
---|---|
void | flushCache(Rectangle rect) |
void | genRect(WritableRaster wr) |
Parameters: cr The operation to cache results from.
Parameters: cr The operation to cache results from.