This interface has the notion of a current tile. All data, coordinates and dimensions are always relative to the current tile. If there is only one tile then it is equivalent as having no tiles.
A block of requested data may never cross tile boundaries. This should be enforced by the implementing class, or the source of image data.
This interface defines the methods that can be used to retrieve image data. Implementing classes need not buffer all the image data, they can ask their source to load the data they need. @see ImgData
|
|
|
|
|
|