|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
com.aspose.barcode.RotationAngle
public final class RotationAngle
Specifies the rotation angle of the com.aspose.barcode image.
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 |
---|
public static final int NinetyDegree
Specifies that the rotation angle of the com.aspose.barcode image is <b>90</b>
degree.
public static final int OneHundredEightyDegree
Specifies that the rotation angle of the com.aspose.barcode image is <b>180</b>
degree.
public static final int TwoHundredSeventyDegree
Specifies that the rotation angle of the com.aspose.barcode image is <b>270</b>
degree.
public static final int ZeroDegree
Specifies that the rotation angle of the com.aspose.barcode image is <b>0</b>
degree.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |