CdrTransforms

Inheritance: java.lang.Object, com.aspose.imaging.DisposableObject, com.aspose.imaging.fileformats.cdr.objects.CdrObject

public class CdrTransforms extends CdrObject

The cdr transforms object

Constructors

ConstructorDescription
CdrTransforms()

Methods

MethodDescription
getTransforms()Gets the transforms.
setTransforms(List value)Sets the transforms.

CdrTransforms()

public CdrTransforms()

getTransforms()

public final List<DrMatrix> getTransforms()

Gets the transforms.

Returns: java.util.List<com.aspose.foundation.drawing.DrMatrix> - the transforms.

setTransforms(List value)

public final void setTransforms(List<DrMatrix> value)

Sets the transforms.

Parameters:

ParameterTypeDescription
valuejava.util.List<com.aspose.foundation.drawing.DrMatrix>the transforms.