org.apache.tools.ant.types.optional.image
public class Draw extends TransformOperation
See Also: Image
Field Summary | |
---|---|
protected int | xloc |
protected int | yloc |
Method Summary | |
---|---|
void | addArc(Arc arc) |
void | addEllipse(Ellipse elip) |
void | addRectangle(Rectangle rect) |
void | addText(Text text) |
PlanarImage | executeTransformOperation(PlanarImage image) |
void | setXloc(int x) |
void | setYloc(int y) |