Package | Description |
---|---|
org.cell2d.space.map |
Modifier and Type | Method and Description |
---|---|
TiledConverter |
TiledArea.getConverter()
Returns this TiledArea's associated TiledConverter.
|
Constructor and Description |
---|
TiledArea(org.tiledreader.TiledMap map,
TiledConverter converter,
int[] drawPriorities,
java.lang.String solidLayerName,
int backgroundColorLayerID,
boolean load)
Constructs a TiledArea that represents the contents of the specified
TiledMap.
|
TiledArea(org.tiledreader.TiledMap map,
TiledConverter converter,
int drawPrioritySpacing,
java.lang.String zeroPriorityLayerName,
java.lang.String solidLayerName,
int backgroundColorLayerID,
boolean load)
Constructs a TiledArea that represents the contents of the specified
TiledMap.
|