public class ImageTiles extends Object
| Constructor and Description |
|---|
ImageTiles()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getTileHeight()
Gets the tile height.
|
List<Tile> |
getTiles()
Gets the tiles.
|
int |
getTileWidth()
Gets the tile width.
|
void |
setTileHeight(int height)
Sets the tile height.
|
void |
setTiles(List<Tile> tiles)
Sets the tiles.
|
void |
setTileWidth(int width)
Sets the tile width.
|
public void setTileWidth(int width)
width - the new tile widthpublic void setTileHeight(int height)
height - the new tile heightpublic int getTileWidth()
public int getTileHeight()
Copyright © 2015–2020. All rights reserved.