public class Transform
extends java.lang.Object
| Constructor and Description |
|---|
Transform() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
getAlpha() |
int |
getRotation() |
float |
getRotationInRadians() |
int |
getScaleX() |
int |
getScaleY() |
int |
hashCode() |
boolean |
isDefaultTransform()
Returns true if all of this transform's properties are set to their
original/default values.
|
boolean |
isRotated() |
boolean |
isScaled() |
void |
reset() |
void |
setAlpha(int alpha) |
void |
setRotation(int rotation) |
void |
setScale(int scaleX,
int scaleY) |
void |
setScaleX(int scaleX) |
void |
setScaleY(int scaleY) |
java.lang.String |
toString() |
public void reset()
public boolean isDefaultTransform()
public void setRotation(int rotation)
public int getRotation()
public float getRotationInRadians()
public boolean isRotated()
public void setScale(int scaleX,
int scaleY)
public void setScaleX(int scaleX)
public int getScaleX()
public void setScaleY(int scaleY)
public int getScaleY()
public boolean isScaled()
public void setAlpha(int alpha)
public int getAlpha()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object