Packages

 

com.aspose.cad.fileformats.cad.cadconsts

Class CadPlotRotation

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.cad.fileformats.cad.cadconsts.CadPlotRotation


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

    Plot rotation. CadPlotSettings

    • 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 short Clockwise90Degrees
      The clockwise90 degrees
      static short Counterclockwise90Degrees
      The counterclockwise90 degrees
      static short NoRotation
      The no rotation
      static short UpsideDown
      The upside down
      • 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

      • Counterclockwise90Degrees

        public static final short Counterclockwise90Degrees

        The counterclockwise90 degrees

        See Also:
        Constant Field Values
      • Clockwise90Degrees

        public static final short Clockwise90Degrees

        The clockwise90 degrees

        See Also:
        Constant Field Values