com.aspose.barcode
Class RotationDirection

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

public final class RotationDirection
extends Object

Rotation Direction, must be the following: Clockwise or AntiClockwise


Field Summary
static int ANTI_CLOCKWISE
           anti clockwise rotate
static int CLOCKWISE
           clock wise rotate
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLOCKWISE

public static final int CLOCKWISE

clock wise rotate

See Also:
Constant Field Values

ANTI_CLOCKWISE

public static final int ANTI_CLOCKWISE

anti clockwise rotate

See Also:
Constant Field Values


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