com.aspose.barcode
Class RotationDirection

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

public final class RotationDirection
extends java.lang.Enum

Rotation Direction, must be the following: Clockwise or AntiClockwise

See Also:
Serialized Form

Field Summary
static int AntiClockwise
           anti clockwise rotate
static int Clockwise
           clock wise rotate
 
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

AntiClockwise

public static final int AntiClockwise

anti clockwise rotate

See Also:
Constant Field Values

Clockwise

public static final int Clockwise

clock wise rotate

See Also:
Constant Field Values