org.apache.tools.ant.types.optional.image
public abstract class BasicShape extends ImageOperation implements DrawOperation
| Field Summary | |
|---|---|
| protected String | fill |
| protected String | stroke |
| protected int | stroke_width |
| Method Summary | |
|---|---|
| void | setFill(String col)
Set the fill attribute. |
| void | setStroke(String col)
Set the stroke attribute. |
| void | setStrokewidth(int width)
Set the stroke width attribute. |
Parameters: col the color value to use.
Parameters: col the color value to use.
Parameters: width the value to use.