public class CdrTransforms extends CdrObject
The cdr transforms object
CdrObjectContainer
Constructor and Description |
---|
CdrTransforms() |
Modifier and Type | Method and Description |
---|---|
List<com.aspose.foundation.drawing.DrMatrix> |
getTransforms()
Gets the transforms.
|
void |
setTransforms(List<com.aspose.foundation.drawing.DrMatrix> value)
Sets the transforms.
|
getDocument, getParent, setDocument, setParent
close, dispose, getDisposed
public final List<com.aspose.foundation.drawing.DrMatrix> getTransforms()
Gets the transforms.
public final void setTransforms(List<com.aspose.foundation.drawing.DrMatrix> value)
Sets the transforms.
value
- the transforms.