Property | Type | Description | |
---|---|---|---|
cmd | AffineMatrixCommand | ||
x | double | ||
y | double |
Method | Description | |
---|---|---|
AffinePlan ( AffineMatrixCommand cmd, double x ) : System | ||
AffinePlan ( AffineMatrixCommand cmd, double x, double y ) : System | ||
Rotate ( double radAngle ) : |
||
Scale ( double both ) : |
||
Scale ( double x, double y ) : |
||
Skew ( double x, double y ) : |
||
Translate ( double x, double y ) : |
public AffinePlan ( AffineMatrixCommand cmd, double x ) : System | ||
cmd | AffineMatrixCommand | |
x | double | |
return | System |
public AffinePlan ( AffineMatrixCommand cmd, double x, double y ) : System | ||
cmd | AffineMatrixCommand | |
x | double | |
y | double | |
return | System |
public static Rotate ( double radAngle ) : |
||
radAngle | double | |
return |
public static Scale ( double both ) : |
||
both | double | |
return |
public static Scale ( double x, double y ) : |
||
x | double | |
y | double | |
return |
public static Skew ( double x, double y ) : |
||
x | double | |
y | double | |
return |
public static Translate ( double x, double y ) : |
||
x | double | |
y | double | |
return |