public class Rotate90Right extends ImageToImageOperation
IntegerImage
.
Rotate90Right rotate = new Rotate90Right(); rotate.setInputImage(image); rotate.process(); PixelImage rotatedImage = rotate.getOutputImage();
Constructor and Description |
---|
Rotate90Right() |
Modifier and Type | Method and Description |
---|---|
void |
process()
This method does the actual work of the operation.
|
private void |
process(IntegerImage in,
IntegerImage out) |
canInputAndOutputBeEqual, ensureImagesHaveSameResolution, ensureInputImageIsAvailable, ensureOutputImageResolution, getInputImage, getOutputImage, setCanInputAndOutputBeEqual, setInputImage, setOutputImage
addProgressListener, addProgressListeners, getAbort, removeProgressListener, setAbort, setProgress, setProgress
private void process(IntegerImage in, IntegerImage out)
public void process() throws MissingParameterException, WrongParameterException
Operation
process
in class Operation
MissingParameterException
- if any mandatory parameter was not given to the operationWrongParameterException
- if at least one of the input parameters was
not initialized appropriately (values out of the valid interval, etc.)