public interface

ITiledTextureRegion

implements ITextureRegion
org.andengine.opengl.texture.region.ITiledTextureRegion
Known Indirect Subclasses

Class Overview

(c) Zynga 2011

Summary

Public Methods
abstract ITiledTextureRegion deepCopy()
abstract int getCurrentTileIndex()
abstract float getHeight(int pTileIndex)
Note: Takes getScale(int) into account!
abstract float getScale(int pTileIndex)
abstract ITextureRegion getTextureRegion(int pTileIndex)
abstract float getTextureX(int pTileIndex)
abstract float getTextureY(int pTileIndex)
abstract int getTileCount()
abstract float getU(int pTileIndex)
abstract float getU2(int pTileIndex)
abstract float getV(int pTileIndex)
abstract float getV2(int pTileIndex)
abstract float getWidth(int pTileIndex)
Note: Takes getScale(int) into account!
abstract boolean isRotated(int pTileIndex)
abstract boolean isScaled(int pTileIndex)
abstract void nextTile()
abstract void set(int pTileIndex, float pTextureX, float pTextureY, float pTextureWidth, float pTextureHeight)
abstract void setCurrentTileIndex(int pCurrentTileIndex)
abstract void setTextureHeight(int pTileIndex, float pHeight)
abstract void setTexturePosition(int pTileIndex, float pTextureX, float pTextureY)
abstract void setTextureSize(int pTileIndex, float pWidth, float pHeight)
abstract void setTextureWidth(int pTileIndex, float pWidth)
abstract void setTextureX(int pTileIndex, float pTextureX)
abstract void setTextureY(int pTileIndex, float pTextureY)
[Expand]
Inherited Methods
From interface org.andengine.opengl.texture.region.ITextureRegion

Public Methods

public abstract ITiledTextureRegion deepCopy ()

public abstract int getCurrentTileIndex ()

public abstract float getHeight (int pTileIndex)

Note: Takes getScale(int) into account!

public abstract float getScale (int pTileIndex)

public abstract ITextureRegion getTextureRegion (int pTileIndex)

public abstract float getTextureX (int pTileIndex)

public abstract float getTextureY (int pTileIndex)

public abstract int getTileCount ()

public abstract float getU (int pTileIndex)

public abstract float getU2 (int pTileIndex)

public abstract float getV (int pTileIndex)

public abstract float getV2 (int pTileIndex)

public abstract float getWidth (int pTileIndex)

Note: Takes getScale(int) into account!

public abstract boolean isRotated (int pTileIndex)

public abstract boolean isScaled (int pTileIndex)

public abstract void nextTile ()

public abstract void set (int pTileIndex, float pTextureX, float pTextureY, float pTextureWidth, float pTextureHeight)

public abstract void setCurrentTileIndex (int pCurrentTileIndex)

public abstract void setTextureHeight (int pTileIndex, float pHeight)

public abstract void setTexturePosition (int pTileIndex, float pTextureX, float pTextureY)

public abstract void setTextureSize (int pTileIndex, float pWidth, float pHeight)

public abstract void setTextureWidth (int pTileIndex, float pWidth)

public abstract void setTextureX (int pTileIndex, float pTextureX)

public abstract void setTextureY (int pTileIndex, float pTextureY)