CdrTransforms

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

public class CdrTransforms extends CdrObject

Il cdr transforms object

Costruttori

CostruttoreDescrizione
CdrTransforms()

Metodi

MetodoDescrizione
getTransforms()Ottiene le trasformazioni.
setTransforms(List value)Imposta le trasformazioni.

CdrTransforms()

public CdrTransforms()

getTransforms()

public final List<Matrix> getTransforms()

Ottiene le trasformazioni.

Returns: java.util.List<com.aspose.imaging.Matrix> - le trasformazioni.

setTransforms(List value)

public final void setTransforms(List<Matrix> value)

Imposta le trasformazioni.

Parameters:

ParametroTipoDescrizione
valorejava.util.List<com.aspose.imaging.Matrix>le trasformazioni.