|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjadex.application.space.envsupport.observer.graphics.layer.Layer
jadex.application.space.envsupport.observer.graphics.layer.TiledLayer
public class TiledLayer
A layer consisting of image tiles.
| Field Summary | |
|---|---|
protected String |
texturePath_
Texture path. |
| Fields inherited from class jadex.application.space.envsupport.observer.graphics.layer.Layer |
|---|
LAYER_TYPE_COLOR, LAYER_TYPE_GRID, LAYER_TYPE_TILED |
| Constructor Summary | |
|---|---|
TiledLayer()
Creates a new TiledLayer. |
|
TiledLayer(IVector2 tileSize,
Object color,
String texturePath)
Creates a new TiledLayer. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
IVector2 |
getInvTileSize()
|
String |
getTexturePath()
|
IVector2 |
getTileSize()
|
| Methods inherited from class jadex.application.space.envsupport.observer.graphics.layer.Layer |
|---|
flushRenderInfo, getColor, getRenderInfo, getType, setColor, setRenderInfo |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String texturePath_
| Constructor Detail |
|---|
public TiledLayer()
public TiledLayer(IVector2 tileSize,
Object color,
String texturePath)
tileSize - size of an individual tilecolor - the modulation colortexturePath - resource path of the texture| Method Detail |
|---|
public IVector2 getTileSize()
public IVector2 getInvTileSize()
public String getTexturePath()
public boolean equals(Object obj)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||