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

Class ImageOperation

Known Direct Subclasses:
BasicShape, Text, TransformOperation

public abstract class ImageOperation
extends DataType

See Also:
org.apache.tools.ant.tasks.optional.image.Image

Field Summary

protected Vector
instructions

Fields inherited from class org.apache.tools.ant.types.DataType

checked, description, ref

Fields inherited from class org.apache.tools.ant.ProjectComponent

project

Method Summary

void
addDraw(Draw instr)
void
addRectangle(Rectangle instr)
void
addRotate(Rotate instr)
void
addScale(Scale instr)
void
addText(Text instr)

Methods inherited from class org.apache.tools.ant.types.DataType

checkAttributesAllowed, checkChildrenAllowed, circularReference, dieOnCircularReference, getCheckedRef, getDescription, getRefid, isChecked, isReference, noChildrenAllowed, setChecked, setDescription, setRefid, tooManyAttributes

Methods inherited from class org.apache.tools.ant.ProjectComponent

getProject, log, log, setProject

Field Details

instructions

protected Vector instructions

Method Details

addDraw

public void addDraw(Draw instr)

addRectangle

public void addRectangle(Rectangle instr)

addRotate

public void addRotate(Rotate instr)

addScale

public void addScale(Scale instr)

addText

public void addText(Text instr)

Copyright B) 2000-2007 Apache Software Foundation. All Rights Reserved.