@Entity public class TileSet extends Object
| Constructor and Description |
|---|
TileSet() |
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight() |
String |
getName() |
List<Double> |
getResolutions() |
int |
getWidth() |
void |
setHeight(int height) |
void |
setName(String name) |
void |
setResolutions(List<Double> resolutions) |
void |
setResolutions(String res) |
void |
setWidth(int width) |
Copyright © 2017. All rights reserved.