public class Rectangle extends BasicShape implements DrawOperation
ImageIOTask
fill, height, stroke, strokeWidth, width
instructions
description, 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, setWidth
addDraw, addRotate, addScale
checkAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, setRefid, tooManyAttributes, toString
getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject
public 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