Interface Tile
- All Superinterfaces:
Comparable<Tile>
- All Known Subinterfaces:
CompressedTile
,RasterTile
- All Known Implementing Classes:
AbstractTile
,PNGTile
,SingleTile
An interface for Tile images.
- Since:
- 11.3
- Version:
- 11.3
- Author:
- Luke
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns the Tile address.getName()
Returns the Tile namevoid
setImage
(BufferedImage img) Sets the tile image.Methods inherited from interface java.lang.Comparable
compareTo
-
Field Details
-
HEIGHT
static final int HEIGHTDefault tile height in pixels.- See Also:
-
WIDTH
static final int WIDTHDefault tile width in pixels.- See Also:
-
-
Method Details
-
getAddress
-
getName
-
setImage
-