org.apache.tools.ant.types.optional.image
public class Arc extends BasicShape implements DrawOperation
| Field Summary | |
|---|---|
| protected int | height |
| protected int | start |
| protected int | stop |
| protected int | type |
| protected int | width |
| Method Summary | |
|---|---|
| PlanarImage | executeDrawOperation() {@inheritDoc }. |
| void | setHeight(int height)
Set the height. |
| void | setStart(int start)
Set the start of the arc. |
| void | setStop(int stop)
Set the stop of the arc. |
| void | setType(String strType)
Set the type of arc. |
| void | setWidth(int width)
Set the width. |
Parameters: height the height of the arc.
Parameters: start the start of the arc.
Parameters: stop the stop of the arc.
Parameters: strType the type to use - open, pie or chord.
UNKNOWN: refactor using an EnumeratedAttribute
Parameters: width the width of the arc.