public class TileCacheRed extends AbstractTiledRed
bounds, cm, minTileX, minTileY, numXTiles, numYTiles, props, sm, srcs, tileGridXOff, tileGridYOff, tileHeight, tileWidth| Constructor and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
flushCache(Rectangle rect) |
void |
genRect(WritableRaster wr) |
copyData, copyToRaster, copyToRasterByBlocks, createTileStore, drawBlock, drawBlockAndCopy, drawBlockInPlace, genTile, getData, getDefaultTileSize, getTile, getTileStore, init, init, init, setTile, setTileStorecopyBand, getBounds, getColorModel, getData, getDependencyRegion, getDirtyRegion, getHeight, getMinTileX, getMinTileY, getMinX, getMinY, getNumXTiles, getNumYTiles, getProperty, getPropertyNames, getSampleModel, getSources, getTileGridXOffset, getTileGridYOffset, getTileHeight, getTileWidth, getWidth, getXTile, getYTile, makeTile, updateTileGridInfopublic TileCacheRed(CachableRed cr)
cr - The operation to cache results from.public TileCacheRed(CachableRed cr, int tileWidth, int tileHeight)
cr - The operation to cache results from.public void genRect(WritableRaster wr)
genRect in class AbstractTiledRedpublic void flushCache(Rectangle rect)
Copyright © 2000–2021 Apache Software Foundation. All rights reserved.