public abstract class TransformOperation extends ImageOperation
Imageinstructionsdescription, location, project| Constructor and Description | 
|---|
| TransformOperation() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addRectangle(Rectangle instr)Add a rectangle to the operation. | 
| abstract javax.media.jai.PlanarImage | executeTransformOperation(javax.media.jai.PlanarImage img)Performs the transformations. | 
addDraw, addRotate, addScale, addTextcheckAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, setRefid, tooManyAttributes, toStringgetDescription, getLocation, getProject, log, log, setDescription, setLocation, setProjectpublic abstract javax.media.jai.PlanarImage executeTransformOperation(javax.media.jai.PlanarImage img)
img - The image to perform the transformation on.public void addRectangle(Rectangle instr)
addRectangle in class ImageOperationinstr - the rectangle to add.