|
|||||||||
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 |
NINETY_DEGREE
Specifies that the rotation angle of the barcode image is 90 degree. |
static int |
ONE_HUNDRED_EIGHTY_DEGREE
Specifies that the rotation angle of the barcode image is 180 degree. |
static int |
TWO_HUNDRED_SEVENTY_DEGREE
Specifies that the rotation angle of the barcode image is 270 degree. |
static int |
ZERO_DEGREE
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 ZERO_DEGREE
Specifies that the rotation angle of the barcode image is 0 degree.
public static final int NINETY_DEGREE
Specifies that the rotation angle of the barcode image is 90 degree.
public static final int ONE_HUNDRED_EIGHTY_DEGREE
Specifies that the rotation angle of the barcode image is 180 degree.
public static final int TWO_HUNDRED_SEVENTY_DEGREE
Specifies that the rotation angle of the barcode image is 270 degree.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |