Class ImageOperation
- java.lang.Object
- 
- org.apache.tools.ant.ProjectComponent
- 
- org.apache.tools.ant.types.DataType
- 
- org.apache.tools.ant.types.optional.image.ImageOperation
 
 
 
- 
- All Implemented Interfaces:
- java.lang.Cloneable
 - Direct Known Subclasses:
- BasicShape,- Text,- TransformOperation
 
 public abstract class ImageOperation extends DataType - See Also:
- Image
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.util.Vector<ImageOperation>instructions- 
Fields inherited from class org.apache.tools.ant.ProjectComponentdescription, location, project
 
- 
 - 
Constructor SummaryConstructors Constructor Description ImageOperation()
 - 
Method SummaryModifier and Type Method Description voidaddDraw(Draw instr)Add a draw to the operation.voidaddRectangle(Rectangle instr)Add a rectangle to the operation.voidaddRotate(Rotate instr)Add a rotate to the operation.voidaddScale(Scale instr)Add a scale to the operation.voidaddText(Text instr)Add text to the operation.- 
Methods inherited from class org.apache.tools.ant.types.DataTypecheckAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, setRefid, tooManyAttributes, toString
 - 
Methods inherited from class org.apache.tools.ant.ProjectComponentgetDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject
 
- 
 
- 
- 
- 
Field Detail- 
instructionsprotected java.util.Vector<ImageOperation> instructions 
 
- 
 - 
Method Detail- 
addRotatepublic void addRotate(Rotate instr) Add a rotate to the operation.- Parameters:
- instr- the rotate to add.
 
 - 
addDrawpublic void addDraw(Draw instr) Add a draw to the operation.- Parameters:
- instr- the draw to add.
 
 - 
addRectanglepublic void addRectangle(Rectangle instr) Add a rectangle to the operation.- Parameters:
- instr- the rectangle to add.
 
 - 
addTextpublic void addText(Text instr) Add text to the operation.- Parameters:
- instr- the text to add.
 
 - 
addScalepublic void addScale(Scale instr) Add a scale to the operation.- Parameters:
- instr- the scale to add.
 
 
- 
 
-