Module io.sf.carte.echosvg.awt
Class TileCacheRed
java.lang.Object
io.sf.carte.echosvg.ext.awt.image.rendered.AbstractRed
io.sf.carte.echosvg.ext.awt.image.rendered.AbstractTiledRed
io.sf.carte.echosvg.ext.awt.image.rendered.TileCacheRed
- All Implemented Interfaces:
CachableRed
,TileGenerator
,RenderedImage
This implementation of RenderedImage only serves to put the tiles generated
by it's input into the TileCache.
-
Field Summary
Fields inherited from class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractRed
bounds, cm, minTileX, minTileY, numXTiles, numYTiles, props, sm, srcs, tileGridXOff, tileGridYOff, tileHeight, tileWidth
-
Constructor Summary
ConstructorDescriptionPlace 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
Methods inherited from class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractTiledRed
copyData, copyToRaster, copyToRasterByBlocks, createTileStore, drawBlock, drawBlockAndCopy, drawBlockInPlace, genTile, getData, getDefaultTileSize, getTile, getTileStore, init, init, init, setTile, setTileStore
Methods inherited from class io.sf.carte.echosvg.ext.awt.image.rendered.AbstractRed
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, updateTileGridInfo
-
Constructor Details
-
TileCacheRed
Place the results of computations of cr into the global tile cache.- Parameters:
cr
- The operation to cache results from.
-
TileCacheRed
Place the results of computations of cr into the global tile cache.- Parameters:
cr
- The operation to cache results from.
-
-
Method Details
-
genRect
- Specified by:
genRect
in classAbstractTiledRed
-
flushCache
-