public interface TextureAtlasRegion extends TextureRegion
Modifier and Type | Method and Description |
---|---|
int |
getIndex()
The number at the end of the original filename
|
java.lang.String |
getName()
Returns the name (path) of the region up to the first underscore (underscores are special instructions to packer)
|
float |
getOffsetX()
Offset from the left of the original image to the left of the packed image after whitespace was removed for packing
|
float |
getOffsetY()
Offset from the top of the original image to the top of the packed image after whitespace was removed for packing
|
float |
getOriginalHeight()
Height of the image before whitespace was removed for packing
|
float |
getOriginalWidth()
Width of the image before whitespace was removed for packing
|
float |
getPackedHeight()
Height of the image after whitespace was removed for packing
|
float |
getPackedWidth()
Width of the image after whitespace was removed for packing
|
float |
getRotatedPackedHeight()
Returns the packed height considering the rotate value, if it is true then it returns the packedWidth, otherwise it
returns the packedHeight.
|
float |
getRotatedPackedWidth()
Returns the packed width considering the rotate value, if it is true then it returns the packedHeight, otherwise it
returns the packedWidth.
|
flip, getRegionHeight, getRegionWidth, getRegionX, getRegionY, getTexture, getU, getU2, getV, getV2, isFlipX, isFlipY, scroll, setFlip, setFlipX, setFlipY, setRegion, setRegion, setRegion, setRegion, setRegion, setRegionHeight, setRegionWidth, setRegionX, setRegionY, setTexture, setU, setU2, setV, setV2, split, toPixmap
java.lang.String getName()
int getIndex()
float getPackedWidth()
float getPackedHeight()
float getOriginalWidth()
float getOriginalHeight()
float getOffsetX()
float getOffsetY()
float getRotatedPackedWidth()
float getRotatedPackedHeight()