com.aspose.barcode
Class RotationAngle

java.lang.Object
  extended by com.aspose.barcode.RotationAngle

public final class RotationAngle
extends Object

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

ZERO_DEGREE

public static final int ZERO_DEGREE

Specifies that the rotation angle of the barcode image is 0 degree.

See Also:
Constant Field Values

NINETY_DEGREE

public static final int NINETY_DEGREE

Specifies that the rotation angle of the barcode image is 90 degree.

See Also:
Constant Field Values

ONE_HUNDRED_EIGHTY_DEGREE

public static final int ONE_HUNDRED_EIGHTY_DEGREE

Specifies that the rotation angle of the barcode image is 180 degree.

See Also:
Constant Field Values

TWO_HUNDRED_SEVENTY_DEGREE

public static final int TWO_HUNDRED_SEVENTY_DEGREE

Specifies that the rotation angle of the barcode image is 270 degree.

See Also:
Constant Field Values


Copyright (c) 2002-2012 Aspose Pty Ltd. All Rights Reserved.