public abstract class EmfTransformRecordType extends EmfRecord
The transform record types specify and modify world-space to page-space transforms.
Modifier and Type | Method and Description |
---|---|
Matrix |
getXform()
Gets or sets an XForm object (section 2.2.28), which defines a world-space to page space transform.
|
void |
setXform(Matrix value)
Gets or sets an XForm object (section 2.2.28), which defines a world-space to page space transform.
|