org.apache.tools.ant.types.optional.image
public class Rectangle extends BasicShape implements DrawOperation
See Also: Image
| Field Summary | |
|---|---|
| protected int | archeight |
| protected int | arcwidth |
| protected int | height |
| protected int | width |
| Method Summary | |
|---|---|
| PlanarImage | executeDrawOperation() {@inheritDoc }. |
| void | setArcheight(int h)
Set the arc height. |
| void | setArcwidth(int w)
Set the arc width. |
| void | setHeight(int h)
Set the height. |
| void | setWidth(int w)
Set the width. |
Parameters: h the value to use.
Parameters: w the value to use.
Parameters: h the value to use.
Parameters: w the value to use.