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()
{@inheritDoc }.
voidsetArcheight(int h)
Set the arc height.
voidsetArcwidth(int w)
Set the arc width.
voidsetHeight(int h)
Set the height.
voidsetWidth(int w)
Set the width.

Field Detail

archeight

protected int archeight

arcwidth

protected int arcwidth

height

protected int height

width

protected int width

Method Detail

executeDrawOperation

public PlanarImage executeDrawOperation()
{@inheritDoc }.

setArcheight

public void setArcheight(int h)
Set the arc height.

Parameters: h the value to use.

setArcwidth

public void setArcwidth(int w)
Set the arc width.

Parameters: w the value to use.

setHeight

public void setHeight(int h)
Set the height.

Parameters: h the value to use.

setWidth

public void setWidth(int w)
Set the width.

Parameters: w the value to use.