Package | Description |
---|---|
ilog.views.chart.data.lod |
Contains classes related to the load-on-demand mechanism.
|
Modifier and Type | Method and Description |
---|---|
IlvDataTile |
DataTileEvent.getTile()
Returns the modified tile.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvDataTileLoader.load(IlvDataTile tile)
Loads the contents of the specified tile.
|
void |
IlvDataTileLoader.release(IlvDataTile tile)
Invoked by the tile controller when a tile is released.
|
protected void |
IlvDataTileCache.releaseTile(IlvDataTile tile)
Releases a tile.
|
void |
IlvDefaultDataTileCache.tileAboutToLoad(IlvDataTile tile)
Invoked by a tile controller each time a tile is about to be loaded.
|
abstract void |
IlvDataTileCache.tileAboutToLoad(IlvDataTile tile)
Invoked by a tile controller whenever a tile is about to be loaded.
|
void |
IlvDefaultDataTileCache.tileCached(IlvDataTile tile)
Adds the specified tile to this cache.
|
abstract void |
IlvDataTileCache.tileCached(IlvDataTile tile)
Invoked by a tile controller whenever a loaded tile is no
longer locked.
|
void |
IlvDefaultDataTileCache.tileRetrieved(IlvDataTile tile)
Retrieves the specified tile from this cache.
|
abstract void |
IlvDataTileCache.tileRetrieved(IlvDataTile tile)
Invoked by a tile controller whenever a cached tile
is locked again.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.