|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CachedTile
Public interface for cached tiles used to retrieve information about the tile.
Method Summary | |
---|---|
int |
getAction()
Returns information about which method triggered a notification event. |
RenderedImage |
getOwner()
Returns the image operation to which this cached tile belongs. |
Raster |
getTile()
Returns the cached tile. |
Object |
getTileCacheMetric()
Returns a cost metric associated with the tile. |
long |
getTileSize()
Returns the memory size of the cached tile |
long |
getTileTimeStamp()
Returns the time stamp of the cached tile. |
Method Detail |
---|
RenderedImage getOwner()
Raster getTile()
Object getTileCacheMetric()
long getTileTimeStamp()
long getTileSize()
int getAction()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |