public class Rectangle extends BasicShape implements DrawOperation
ImageIOTaskfill, height, stroke, strokeWidth, widthinstructionsdescription, location, project| Constructor and Description |
|---|
Rectangle() |
| Modifier and Type | Method and Description |
|---|---|
java.awt.image.BufferedImage |
executeDrawOperation()
Abstract method which is intended to create an image buffer
and return it so it can be drawn into another object.
|
void |
setArcheight(int h)
Set the arc height.
|
void |
setArcwidth(int w)
Set the arc width.
|
setFill, setHeight, setStroke, setStrokewidth, setWidthaddDraw, addRotate, addScalecheckAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, setRefid, tooManyAttributes, toStringgetDescription, getLocation, getProject, log, log, setDescription, setLocation, setProjectpublic void setArcwidth(int w)
w - the value to use.public void setArcheight(int h)
h - the value to use.public java.awt.image.BufferedImage executeDrawOperation()
executeDrawOperation in interface DrawOperation