|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.ms.System.Enum
com.aspose.barcoderecognition.Orientation
public final class Orientation
Orientation hints.
Field Summary | |
---|---|
static int |
NoRotate
No rotation. |
static int |
Rotate180
Rotate image by 180 degress clockwise. |
static int |
Rotate270
Rotate image by 270 degress clockwise. |
static int |
Rotate90
Rotate image by 90 degress clockwise. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int NoRotate
No rotation.
public static final int Rotate180
Rotate image by 180 degress clockwise.
public static final int Rotate270
Rotate image by 270 degress clockwise.
public static final int Rotate90
Rotate image by 90 degress clockwise.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |