java.awt.image.RenderedImage, CachableRed, TileGeneratorpublic class TileCacheRed extends AbstractTiledRed
bounds, cm, minTileX, minTileY, numXTiles, numYTiles, props, sm, srcs, tileGridXOff, tileGridYOff, tileHeight, tileWidth| Constructor | 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 | Description |
|---|---|---|
void |
flushCache(java.awt.Rectangle rect) |
|
void |
genRect(java.awt.image.WritableRaster wr) |
copyBand, getBounds, getColorModel, getData, getDependencyRegion, getDirtyRegion, getHeight, getMinTileX, getMinTileY, getMinX, getMinY, getNumXTiles, getNumYTiles, getProperty, getPropertyNames, getSampleModel, getSources, getTileGridXOffset, getTileGridYOffset, getTileHeight, getTileWidth, getWidth, getXTile, getYTile, makeTile, updateTileGridInfocopyData, copyToRaster, copyToRasterByBlocks, createTileStore, drawBlock, drawBlockAndCopy, drawBlockInPlace, genTile, getData, getDefaultTileSize, getTile, getTileStore, init, init, init, setTile, setTileStorepublic 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(java.awt.image.WritableRaster wr)
genRect in class AbstractTiledRedpublic void flushCache(java.awt.Rectangle rect)
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.