public abstract class ImageOperation extends DataType
Image| Modifier and Type | Field and Description | 
|---|---|
| protected java.util.Vector<ImageOperation> | instructions | 
description, location, project| Constructor and Description | 
|---|
| ImageOperation() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addDraw(Draw instr)Add a draw to the operation. | 
| void | addRectangle(Rectangle instr)Add a rectangle to the operation. | 
| void | addRotate(Rotate instr)Add a rotate to the operation. | 
| void | addScale(Scale instr)Add a scale to the operation. | 
| void | addText(Text instr)Add text to the operation. | 
checkAttributesAllowed, 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, setProjectprotected java.util.Vector<ImageOperation> instructions
public void addRotate(Rotate instr)
instr - the rotate to add.public void addDraw(Draw instr)
instr - the draw to add.public void addRectangle(Rectangle instr)
instr - the rectangle to add.public void addText(Text instr)
instr - the text to add.public void addScale(Scale instr)
instr - the scale to add.