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

Class BasicShape

public abstract class BasicShape extends ImageOperation implements DrawOperation

Field Summary
protected Stringfill
protected Stringstroke
protected intstroke_width
Method Summary
voidsetFill(String col)
voidsetStroke(String col)
voidsetStrokewidth(int width)

Field Detail

fill

protected String fill

stroke

protected String stroke

stroke_width

protected int stroke_width

Method Detail

setFill

public void setFill(String col)

setStroke

public void setStroke(String col)

setStrokewidth

public void setStrokewidth(int width)
Copyright