org.apache.tools.ant.types.optional.image
public class Ellipse extends BasicShape implements DrawOperation
See Also: Image
Field Summary | |
---|---|
protected int | height |
protected int | width |
Method Summary | |
---|---|
PlanarImage | executeDrawOperation() {@inheritDoc }. |
void | setHeight(int height)
Set the height. |
void | setWidth(int width)
Set the width. |
Parameters: height the height of the elipse.
Parameters: width the width of the elipse.