|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.barcode.RotationAngle
public final class RotationAngle
Specifies the rotation angle of the barcode image.
Field Summary | |
---|---|
static int |
NinetyDegree
Specifies that the rotation angle of the barcode image is 90 degree. |
static int |
OneHundredEightyDegree
Specifies that the rotation angle of the barcode image is 180 degree. |
static int |
TwoHundredSeventyDegree
Specifies that the rotation angle of the barcode image is 270 degree. |
static int |
ZeroDegree
Specifies that the rotation angle of the barcode image is 0 degree. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int ZeroDegree
0
degree.
public static final int NinetyDegree
90
degree.
public static final int OneHundredEightyDegree
180
degree.
public static final int TwoHundredSeventyDegree
270
degree.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |