public final class FineRotateFixed extends FineOperation
FineOperation class| Modifier and Type | Field and Description |
|---|---|
MIFixedAngle |
angle
The rotation angle specified by value from the
MIFixedAngle enum |
| Constructor and Description |
|---|
FineRotateFixed(MIFixedAngle angle)
Creates the
FineRotate object given the rotation angle |
| Modifier and Type | Method and Description |
|---|---|
void |
processImage(MIImage image,
MICallback callback)
Processes an input image
|
public MIFixedAngle angle
MIFixedAngle enumpublic FineRotateFixed(MIFixedAngle angle)
FineRotate object given the rotation angleangle - - A float value from the MIFixedAngle enum that specifies the rotation angle.
The rotation is made counterclockwisepublic void processImage(MIImage image, MICallback callback) throws MIGenericException
processImage in class FineOperationimage - - the MIImage object with the imagecallback - - the MICallback object that receives information about the image processing progressMIGenericException