org.apache.tools.ant.types.optional.image
public class Rectangle extends BasicShape implements DrawOperation
See Also: Image
Field Summary | |
---|---|
protected int | archeight |
protected int | arcwidth |
protected int | height |
protected int | width |
Method Summary | |
---|---|
PlanarImage | executeDrawOperation() |
void | setArcheight(int h) |
void | setArcwidth(int w) |
void | setHeight(int h) |
void | setWidth(int w) |