java.lang.Cloneable
public abstract class TransformOperation extends ImageOperation
Image
instructions
description, location, project
Constructor | Description |
---|---|
TransformOperation() |
Modifier and Type | Method | 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.
|
checkAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, setRefid, tooManyAttributes, toString
addDraw, addRotate, addScale, addText
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject
public 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 ImageOperation
instr
- the rectangle to add.