public class

TMXObject

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

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
TMXObject(Attributes pAttributes)
Public Methods
void addTMXObjectProperty(TMXObjectProperty pTMXObjectProperty)
int getHeight()
String getName()
TMXProperties<TMXObjectProperty> getTMXObjectProperties()
String getType()
int getWidth()
int getX()
int getY()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public TMXObject (Attributes pAttributes)

Public Methods

public void addTMXObjectProperty (TMXObjectProperty pTMXObjectProperty)

public int getHeight ()

public String getName ()

public TMXProperties<TMXObjectProperty> getTMXObjectProperties ()

public String getType ()

public int getWidth ()

public int getX ()

public int getY ()