public interface

ITextureRegion

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

Class Overview

(c) Zynga 2011

Summary

Public Methods
abstract ITextureRegion deepCopy()
abstract float getHeight()
Note: Takes getScale() into account!
abstract float getScale()
abstract ITexture getTexture()
abstract float getTextureX()
abstract float getTextureY()
abstract float getU()
abstract float getU2()
abstract float getV()
abstract float getV2()
abstract float getWidth()
Note: Takes getScale() into account!
abstract boolean isRotated()
abstract boolean isScaled()
abstract void set(float pTextureX, float pTextureY, float pTextureWidth, float pTextureHeight)
abstract void setTextureHeight(float pTextureHeight)
abstract void setTexturePosition(float pTextureX, float pTextureY)
abstract void setTextureSize(float pTextureWidth, float pTextureHeight)
abstract void setTextureWidth(float pTextureWidth)
abstract void setTextureX(float pTextureX)
abstract void setTextureY(float pTextureY)

Public Methods

public abstract ITextureRegion deepCopy ()

public abstract float getHeight ()

Note: Takes getScale() into account!

public abstract float getScale ()

public abstract ITexture getTexture ()

public abstract float getTextureX ()

public abstract float getTextureY ()

public abstract float getU ()

public abstract float getU2 ()

public abstract float getV ()

public abstract float getV2 ()

public abstract float getWidth ()

Note: Takes getScale() into account!

public abstract boolean isRotated ()

public abstract boolean isScaled ()

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

public abstract void setTextureHeight (float pTextureHeight)

public abstract void setTexturePosition (float pTextureX, float pTextureY)

public abstract void setTextureSize (float pTextureWidth, float pTextureHeight)

public abstract void setTextureWidth (float pTextureWidth)

public abstract void setTextureX (float pTextureX)

public abstract void setTextureY (float pTextureY)