org.apache.tools.ant.types.optional.image

Class Rectangle

Implemented Interfaces:
DrawOperation

public class Rectangle
extends BasicShape
implements DrawOperation

See Also:
Image

Field Summary

protected int
archeight
protected int
arcwidth
protected int
height
protected int
width

Fields inherited from class org.apache.tools.ant.types.optional.image.BasicShape

fill, stroke, stroke_width

Fields inherited from class org.apache.tools.ant.types.optional.image.ImageOperation

instructions

Fields inherited from class org.apache.tools.ant.types.DataType

checked, description, ref

Fields inherited from class org.apache.tools.ant.ProjectComponent

project

Method Summary

PlanarImage
executeDrawOperation()
void
setArcheight(int h)
void
setArcwidth(int w)
void
setHeight(int h)
void
setWidth(int w)

Methods inherited from class org.apache.tools.ant.types.optional.image.BasicShape

setFill, setStroke, setStrokewidth

Methods inherited from class org.apache.tools.ant.types.optional.image.ImageOperation

addDraw, addRectangle, addRotate, addScale, addText

Methods inherited from class org.apache.tools.ant.types.DataType

checkAttributesAllowed, checkChildrenAllowed, circularReference, dieOnCircularReference, getCheckedRef, getDescription, getRefid, isChecked, isReference, noChildrenAllowed, setChecked, setDescription, setRefid, tooManyAttributes

Methods inherited from class org.apache.tools.ant.ProjectComponent

getProject, log, log, setProject

Field Details

archeight

protected int archeight

arcwidth

protected int arcwidth

height

protected int height

width

protected int width

Method Details

executeDrawOperation

public PlanarImage executeDrawOperation()
Specified by:
executeDrawOperation in interface DrawOperation

setArcheight

public void setArcheight(int h)

setArcwidth

public void setArcwidth(int w)

setHeight

public void setHeight(int h)

setWidth

public void setWidth(int w)

Copyright B) 2000-2008 Apache Software Foundation. All Rights Reserved.