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 TypeMethodDescriptionboolean
deleteTile
(RenderedImage owner, int tileX, int tileY) restoreTile
(RenderedImage owner, int tileX, int tileY) boolean
storeTile
(MemoryTile memoryTile)
-
Method Details
-
storeTile
-
restoreTile
-
deleteTile
-