public class Ellipse extends BasicShape implements DrawOperation
org.apache.tools.ant.taskdefs.optional.image.ImageIOTask
fill, height, stroke, strokeWidth, width
instructions
description, location, project
Constructor and Description |
---|
Ellipse() |
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.
|
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 java.awt.image.BufferedImage executeDrawOperation()
executeDrawOperation
in interface DrawOperation