public abstract class BaseTextureRegion extends java.lang.Object implements ITextureRegion
| Constructor and Description |
|---|
BaseTextureRegion(ITexture pTexture) |
| Modifier and Type | Method and Description |
|---|---|
abstract ITextureRegion |
deepCopy() |
ITexture |
getTexture() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetHeight, getScale, getTextureX, getTextureY, getU, getU2, getV, getV2, getWidth, isRotated, isScaled, set, setTextureHeight, setTexturePosition, setTextureSize, setTextureWidth, setTextureX, setTextureYprotected final ITexture mTexture
public BaseTextureRegion(ITexture pTexture)
public abstract ITextureRegion deepCopy()
deepCopy in interface ITextureRegionpublic ITexture getTexture()
getTexture in interface ITextureRegion