|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.newdawn.slick.tiled.TiledMap.ObjectGroup
protected class TiledMap.ObjectGroup
A group of objects on the map (objects layer)
Field Summary | |
---|---|
int |
height
The height of this layer |
int |
index
The index of this group |
java.lang.String |
name
The name of this group - read from the XML |
java.util.ArrayList |
objects
The Objects of this group |
java.util.Properties |
props
the properties of this group |
int |
width
The width of this layer |
Constructor Summary | |
---|---|
TiledMap.ObjectGroup(org.w3c.dom.Element element)
Create a new group based on the XML definition |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int index
public java.lang.String name
public java.util.ArrayList objects
public int width
public int height
public java.util.Properties props
Constructor Detail |
---|
public TiledMap.ObjectGroup(org.w3c.dom.Element element) throws SlickException
element
- The XML element describing the layer
SlickException
- Indicates a failure to parse the XML group
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |