Field Summary |
|
final public static int | TRANS_MIRROR Causes the Sprite to appear reflected about its vertical center. |
final public static int | TRANS_MIRROR_ROT180 Causes the Sprite to appear reflected about its vertical center and then rotated clockwise by 180 degrees. |
final public static int | TRANS_MIRROR_ROT270 Causes the Sprite to appear reflected about its vertical center and then rotated clockwise by 270 degrees. |
final public static int | TRANS_MIRROR_ROT90 Causes the Sprite to appear reflected about its vertical center and then rotated clockwise by 90 degrees. |
final public static int | TRANS_NONE No transform is applied to the Sprite. |
final public static int | TRANS_ROT180 Causes the Sprite to appear rotated clockwise by 180 degrees. |
final public static int | TRANS_ROT270 Causes the Sprite to appear rotated clockwise by 270 degrees. |
final public static int | TRANS_ROT90 Causes the Sprite to appear rotated clockwise by 90 degrees. |