org.apache.tools.ant.types.optional.image
Class ImageOperation
- Cloneable
public abstract class ImageOperation
checkAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, setChecked, setRefid, toString, tooManyAttributes |
instructions
protected Vector instructions
addDraw
public void addDraw(Draw instr)
Add a draw to the operation.
addRectangle
public void addRectangle(Rectangle instr)
Add a rectangle to the operation.
instr - the rectangle to add.
addRotate
public void addRotate(Rotate instr)
Add a rotate to the operation.
instr - the rotate to add.
addScale
public void addScale(Scale instr)
Add a scale to the operation.
instr - the scale to add.
addText
public void addText(Text instr)
Add text to the operation.