public class TmxMap extends Object
| Constructor and Description |
|---|
TmxMap() |
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight() |
List<TmxLayer> |
getLayers() |
TmxMapOrientation |
getOrientation() |
List<TmxProperty> |
getProperties() |
String |
getProperty(String name,
String defaultValue) |
int |
getTileheight() |
List<TmxTileset> |
getTilesets() |
int |
getTilewidth() |
int |
getWidth() |
void |
setHeight(int height) |
void |
setLayers(List<TmxLayer> layers) |
void |
setOrientation(TmxMapOrientation orientation) |
void |
setProperties(List<TmxProperty> properties) |
void |
setTileheight(int tileheight) |
void |
setTilesets(List<TmxTileset> tilesets) |
void |
setTilewidth(int tilewidth) |
void |
setWidth(int width) |
public TmxMapOrientation getOrientation()
public void setOrientation(TmxMapOrientation orientation)
public int getWidth()
public void setWidth(int width)
public int getHeight()
public void setHeight(int height)
public int getTilewidth()
public void setTilewidth(int tilewidth)
public int getTileheight()
public void setTileheight(int tileheight)
public List<TmxTileset> getTilesets()
public void setTilesets(List<TmxTileset> tilesets)
public List<TmxProperty> getProperties()
public void setProperties(List<TmxProperty> properties)
Copyright © 2014. All rights reserved.