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

Class Ellipse

public class Ellipse extends BasicShape implements DrawOperation

See Also: Image

Field Summary
protected intheight
protected intwidth
Method Summary
PlanarImageexecuteDrawOperation()
voidsetHeight(int height)
voidsetWidth(int width)

Field Detail

height

protected int height

width

protected int width

Method Detail

executeDrawOperation

public PlanarImage executeDrawOperation()

setHeight

public void setHeight(int height)

setWidth

public void setWidth(int width)
Copyright