org.apache.tools.ant.types.optional.image

Class ImageOperation

public abstract class ImageOperation extends DataType

See Also: Image

Field Summary
protected Vectorinstructions
Method Summary
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.

Field Detail

instructions

protected Vector instructions

Method Detail

addDraw

public void addDraw(Draw instr)
Add a draw to the operation.

Parameters: instr the draw to add.

addRectangle

public void addRectangle(Rectangle instr)
Add a rectangle to the operation.

Parameters: instr the rectangle to add.

addRotate

public void addRotate(Rotate instr)
Add a rotate to the operation.

Parameters: instr the rotate to add.

addScale

public void addScale(Scale instr)
Add a scale to the operation.

Parameters: instr the scale to add.

addText

public void addText(Text instr)
Add text to the operation.

Parameters: instr the text to add.