org.apache.tools.ant.types.optional.image
public abstract class ImageOperation extends DataType
See Also: Image
Field Summary | |
---|---|
protected Vector | instructions |
Method Summary | |
---|---|
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. |
Parameters: instr the draw to add.
Parameters: instr the rectangle to add.
Parameters: instr the rotate to add.
Parameters: instr the scale to add.
Parameters: instr the text to add.