com.aspose.barcode
Class RotationAngle

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

public final class RotationAngle
extends java.lang.Enum

Specifies the rotation angle of the com.aspose.barcode image.

See Also:
Serialized Form

Field Summary
static int NinetyDegree
           Specifies that the rotation angle of the com.aspose.barcode image is <b>90</b> degree.
static int OneHundredEightyDegree
           Specifies that the rotation angle of the com.aspose.barcode image is <b>180</b> degree.
static int TwoHundredSeventyDegree
           Specifies that the rotation angle of the com.aspose.barcode image is <b>270</b> degree.
static int ZeroDegree
           Specifies that the rotation angle of the com.aspose.barcode image is <b>0</b> degree.
 
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

NinetyDegree

public static final int NinetyDegree

Specifies that the rotation angle of the com.aspose.barcode image is <b>90</b> degree.

See Also:
Constant Field Values

OneHundredEightyDegree

public static final int OneHundredEightyDegree

Specifies that the rotation angle of the com.aspose.barcode image is <b>180</b> degree.

See Also:
Constant Field Values

TwoHundredSeventyDegree

public static final int TwoHundredSeventyDegree

Specifies that the rotation angle of the com.aspose.barcode image is <b>270</b> degree.

See Also:
Constant Field Values

ZeroDegree

public static final int ZeroDegree

Specifies that the rotation angle of the com.aspose.barcode image is <b>0</b> degree.

See Also:
Constant Field Values