public class Matrix extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
hasRotate |
boolean |
hasScale |
int |
rotateSkew0 |
int |
rotateSkew1 |
int |
scaleX |
int |
scaleY |
int |
translateX |
int |
translateY |
| Constructor and Description |
|---|
Matrix() |
Matrix(int translateX,
int translateY) |
Matrix(int translateX,
int translateY,
double scaleX,
double scaleY) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
int |
nRotateBits() |
int |
nScaleBits() |
int |
nTranslateBits() |
void |
setRotate(double r0,
double r1) |
void |
setScale(double x,
double y) |
String |
toString() |
public boolean hasScale
public int scaleX
public int scaleY
public boolean hasRotate
public int rotateSkew0
public int rotateSkew1
public int translateX
public int translateY
public Matrix()
public Matrix(int translateX,
int translateY)
public Matrix(int translateX,
int translateY,
double scaleX,
double scaleY)
Copyright © 2018 The Apache Software Foundation. All rights reserved.