Packages

 

com.aspose.cad

Class MatrixOrder

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.cad.MatrixOrder


  • public final class MatrixOrder
    extends com.aspose.ms.System.Enum

    Specifies the order for matrix transform operations.

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int Append
      The new operation is applied after the old operation.
      static int Prepend
      The new operation is applied before the old operation.
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, parseQuick, parseQuick, register, toObject, toString
    • Field Detail

      • Prepend

        public static final int Prepend

        The new operation is applied before the old operation.

        See Also:
        Constant Field Values
      • Append

        public static final int Append

        The new operation is applied after the old operation.

        See Also:
        Constant Field Values