IRotation
public interface IRotation
Interface defines properties for Signature Rotation.
Methods
| Method | Description | 
|---|---|
| getRotationAngle() | Rotation angle clockwise. | 
| setRotationAngle(int value) | Rotation angle clockwise. | 
getRotationAngle()
public abstract int getRotationAngle()
Rotation angle clockwise.
Returns: int
setRotationAngle(int value)
public abstract void setRotationAngle(int value)
Rotation angle clockwise.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| value | int |