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

Class Rectangle

public class Rectangle extends BasicShape implements DrawOperation

See Also: Image

Field Summary
protected intarcheight
protected intarcwidth
protected intheight
protected intwidth
Method Summary
PlanarImageexecuteDrawOperation()
voidsetArcheight(int h)
voidsetArcwidth(int w)
voidsetHeight(int h)
voidsetWidth(int w)

Field Detail

archeight

protected int archeight

arcwidth

protected int arcwidth

height

protected int height

width

protected int width

Method Detail

executeDrawOperation

public PlanarImage executeDrawOperation()

setArcheight

public void setArcheight(int h)

setArcwidth

public void setArcwidth(int w)

setHeight

public void setHeight(int h)

setWidth

public void setWidth(int w)
Copyright