public final class FineRotate extends FineOperation
FineOperation class| Modifier and Type | Field and Description |
|---|---|
float |
angle
The rotation angle in radians
|
| Constructor and Description |
|---|
FineRotate(float 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 FineRotate(float angle)
FineRotate object given the rotation angleangle - - A float value of the rotation angle in radians. 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