com.aspose.imaging
Class MatrixOrder

java.lang.Object
  extended by java.lang.Enum
      extended by com.aspose.imaging.MatrixOrder
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class MatrixOrder
extends java.lang.Enum

Specifies the order for matrix transform operations.

See Also:
Serialized Form

Field Summary
static int Append
           The new operation is applied after the old operation.
static int Prepend
           The new operation is applied before the old operation.
 
Method Summary
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

Append

public static final int Append

The new operation is applied after the old operation.

See Also:
Constant Field Values

Prepend

public static final int Prepend

The new operation is applied before the old operation.

See Also:
Constant Field Values