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)
Add an arc. |
| void | addEllipse(Ellipse elip)
Add an ellipse. |
| void | addRectangle(Rectangle rect) {@inheritDoc }. |
| void | addText(Text text) {@inheritDoc }. |
| PlanarImage | executeTransformOperation(PlanarImage image) {@inheritDoc }. |
| void | setXloc(int x)
Set the X location. |
| void | setYloc(int y)
Set the Y location. |
Parameters: arc the arc to add.
Parameters: elip the ellipse to add.
Parameters: x the value to use.
Parameters: y the value to use.