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

Class Arc

public class Arc extends BasicShape implements DrawOperation

Field Summary
protected intheight
protected intstart
protected intstop
protected inttype
protected intwidth
Method Summary
PlanarImageexecuteDrawOperation()
voidsetHeight(int height)
voidsetStart(int start)
voidsetStop(int stop)
voidsetType(String str_type)
voidsetWidth(int width)

Field Detail

height

protected int height

start

protected int start

stop

protected int stop

type

protected int type

width

protected int width

Method Detail

executeDrawOperation

public PlanarImage executeDrawOperation()

setHeight

public void setHeight(int height)

setStart

public void setStart(int start)

setStop

public void setStop(int stop)

setType

public void setType(String str_type)

UNKNOWN: refactor using an EnumeratedAttribute

setWidth

public void setWidth(int width)
Copyright