org.apache.tools.ant.types.optional.image

Class Ellipse

public class Ellipse extends BasicShape implements DrawOperation

Draw an ellipse.

See Also: Image

Field Summary
protected intheight
protected intwidth
Method Summary
PlanarImageexecuteDrawOperation()
{@inheritDoc }.
voidsetHeight(int height)
Set the height.
voidsetWidth(int width)
Set the width.

Field Detail

height

protected int height

width

protected int width

Method Detail

executeDrawOperation

public PlanarImage executeDrawOperation()
{@inheritDoc }.

setHeight

public void setHeight(int height)
Set the height.

Parameters: height the height of the elipse.

setWidth

public void setWidth(int width)
Set the width.

Parameters: width the width of the elipse.