public interface ITextureRegion
| Modifier and Type | Method and Description |
|---|---|
ITextureRegion |
deepCopy() |
float |
getHeight()
Note: Takes
getScale() into account! |
float |
getScale() |
ITexture |
getTexture() |
float |
getTextureX() |
float |
getTextureY() |
float |
getU() |
float |
getU2() |
float |
getV() |
float |
getV2() |
float |
getWidth()
Note: Takes
getScale() into account! |
boolean |
isRotated() |
boolean |
isScaled() |
void |
set(float pTextureX,
float pTextureY,
float pTextureWidth,
float pTextureHeight) |
void |
setTextureHeight(float pTextureHeight) |
void |
setTexturePosition(float pTextureX,
float pTextureY) |
void |
setTextureSize(float pTextureWidth,
float pTextureHeight) |
void |
setTextureWidth(float pTextureWidth) |
void |
setTextureX(float pTextureX) |
void |
setTextureY(float pTextureY) |
float getTextureX()
float getTextureY()
void setTextureX(float pTextureX)
void setTextureY(float pTextureY)
void setTexturePosition(float pTextureX,
float pTextureY)
float getWidth()
getScale() into account!float getHeight()
getScale() into account!void setTextureWidth(float pTextureWidth)
void setTextureHeight(float pTextureHeight)
void setTextureSize(float pTextureWidth,
float pTextureHeight)
void set(float pTextureX,
float pTextureY,
float pTextureWidth,
float pTextureHeight)
float getU()
float getU2()
float getV()
float getV2()
boolean isScaled()
float getScale()
boolean isRotated()
ITexture getTexture()
ITextureRegion deepCopy()