public class

TMXObjectGroup

extends Object
implements TMXConstants
java.lang.Object
   ↳ org.anddev.andengine.entity.layer.tiled.tmx.TMXObjectGroup

Class Overview

(c) 2010 Nicolas Gramlich (c) 2011 Zynga Inc.

Summary

[Expand]
Inherited Constants
From interface org.anddev.andengine.entity.layer.tiled.tmx.util.constants.TMXConstants
Public Constructors
TMXObjectGroup(Attributes pAttributes)
Public Methods
void addTMXObjectGroupProperty(TMXObjectGroupProperty pTMXObjectGroupProperty)
int getHeight()
String getName()
TMXProperties<TMXObjectGroupProperty> getTMXObjectGroupProperties()
ArrayList<TMXObject> getTMXObjects()
int getWidth()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public TMXObjectGroup (Attributes pAttributes)

Public Methods

public void addTMXObjectGroupProperty (TMXObjectGroupProperty pTMXObjectGroupProperty)

public int getHeight ()

public String getName ()

public TMXProperties<TMXObjectGroupProperty> getTMXObjectGroupProperties ()

public ArrayList<TMXObject> getTMXObjects ()

public int getWidth ()