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

Class BasicShape

Implemented Interfaces:
DrawOperation
Known Direct Subclasses:
Arc, Ellipse, Rectangle

public abstract class BasicShape
extends ImageOperation
implements DrawOperation

Field Summary

protected String
fill
protected String
stroke
protected int
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

void
setFill(String col)
void
setStroke(String col)
void
setStrokewidth(int width)

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

fill

protected String fill

stroke

protected String stroke

stroke_width

protected int stroke_width

Method Details

setFill

public void setFill(String col)

setStroke

public void setStroke(String col)

setStrokewidth

public void setStrokewidth(int width)

Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.