public interface IlvDataTileLoader
IlvDataTile
.
The IlvDataTileController
class uses a tile loader to fill
new tiles.Modifier and Type | Method and Description |
---|---|
IlvDataInterval |
getXRange()
Returns the limits of the x-values that will be provided by the loader.
|
IlvDataInterval |
getYRange()
Returns the limits of the y-values that will be provided by the loader.
|
void |
load(IlvDataTile tile)
Loads the contents of the specified tile.
|
void |
release(IlvDataTile tile)
Invoked by the tile controller when a tile is released.
|
void load(IlvDataTile tile) throws Exception
IlvDataTile.loadComplete()
method
must be called on the considered tile.Exception
void release(IlvDataTile tile)
IlvDataInterval getXRange()
IlvAbstractDataSet.getXRange()
IlvDataInterval getYRange()
IlvAbstractDataSet.getYRange()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.