java.lang.Cloneable
BasicShape
, Text
, TransformOperation
public abstract class ImageOperation extends DataType
Image
Modifier and Type | Field | Description |
---|---|---|
protected java.util.Vector<ImageOperation> |
instructions |
description, location, project
Constructor | Description |
---|---|
ImageOperation() |
Modifier and Type | Method | 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, toString
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject
protected 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.