Interface CompressedTile
- All Superinterfaces:
Comparable<Tile>
,Tile
- All Known Implementing Classes:
PNGTile
An interface for Tiles that do not contain raster data.
- Since:
- 11.3
- Version:
- 11.3
- Author:
- Luke
-
Field Summary
-
Method Summary
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface org.deltava.util.tile.Tile
getAddress, getName, setImage
-
Method Details
-
getData
byte[] getData()Returns the compressed image data.- Returns:
- the image data
-