Package com.bc.ceres.jai.tilecache
Interface SwapSpace
- All Known Implementing Classes:
DefaultSwapSpace
public interface SwapSpace
A swap space is used to store, restore and delete tiles swapped by the
SwappingTileCache.-
Method Summary
Modifier and TypeMethodDescriptionbooleandeleteTile(RenderedImage owner, int tileX, int tileY) restoreTile(RenderedImage owner, int tileX, int tileY) booleanstoreTile(MemoryTile memoryTile)
-
Method Details
-
storeTile
-
restoreTile
-
deleteTile
-