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:
Cloneable
- Direct Known Subclasses:
BasicShape
,Text
,TransformOperation
- See Also:
-
Field Summary
Fields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Add a draw to the operation.void
addRectangle
(Rectangle instr) Add a rectangle to the operation.void
Add a rotate to the operation.void
Add a scale to the operation.void
Add text to the operation.Methods inherited from class org.apache.tools.ant.types.DataType
checkAttributesAllowed, 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.ProjectComponent
getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject
-
Field Details
-
instructions
-
-
Constructor Details
-
ImageOperation
public ImageOperation()
-
-
Method Details
-
addRotate
Add a rotate to the operation.- Parameters:
instr
- the rotate to add.
-
addDraw
-
addRectangle
Add a rectangle to the operation.- Parameters:
instr
- the rectangle to add.
-
addText
-
addScale
Add a scale to the operation.- Parameters:
instr
- the scale to add.
-