| Constructor and Description |
|---|
SingleTransform()
Creates a default
Transform.SingleTransform instance equivalent to no transform. |
SingleTransform(float a,
float b,
float c,
float d,
UnitValue tx,
UnitValue ty)
Creates a
Transform.SingleTransform instance. |
| Modifier and Type | Method and Description |
|---|---|
float[] |
getFloats()
Gets an array of values corresponding to transformation, i.e.
|
UnitValue[] |
getUnitValues()
Gets an array of values corresponding to translation.
|
public SingleTransform()
Transform.SingleTransform instance equivalent to no transform.public SingleTransform(float a,
float b,
float c,
float d,
UnitValue tx,
UnitValue ty)
Transform.SingleTransform instance.a - horizontal scalingb - vertical skewingc - horizontal skewingd - vertical scalingtx - horizontal translationty - vertical translationCopyright © 1998–2020 iText Group NV. All rights reserved.