libgdx API

com.badlogic.gdx.graphics.g2d.tiled
Class TiledObjectGroup

java.lang.Object
  extended by com.badlogic.gdx.graphics.g2d.tiled.TiledObjectGroup

public class TiledObjectGroup
extends java.lang.Object

Contains a Tiled map object group/layer

Author:
David Fraska

Field Summary
 int height
           
 java.lang.String name
           
 java.util.ArrayList<TiledObject> objects
           
 java.util.HashMap<java.lang.String,java.lang.String> properties
          Contains the object group properties with a key of the property name.
 int width
           
 
Constructor Summary
TiledObjectGroup()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

width

public int width

height

public int height

name

public java.lang.String name

properties

public java.util.HashMap<java.lang.String,java.lang.String> properties
Contains the object group properties with a key of the property name.


objects

public java.util.ArrayList<TiledObject> objects
Constructor Detail

TiledObjectGroup

public TiledObjectGroup()

libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)