Class BasicShape
- java.lang.Object
- 
- org.apache.tools.ant.ProjectComponent
- 
- org.apache.tools.ant.types.DataType
- 
- org.apache.tools.ant.types.optional.imageio.ImageOperation
- 
- org.apache.tools.ant.types.optional.imageio.BasicShape
 
 
 
 
- 
- All Implemented Interfaces:
- java.lang.Cloneable,- DrawOperation
 
 public abstract class BasicShape extends ImageOperation implements DrawOperation Draw a basic shape
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.lang.Stringfillprotected intheightprotected java.lang.Stringstrokeprotected intstrokeWidthprotected intwidth- 
Fields inherited from class org.apache.tools.ant.types.optional.imageio.ImageOperationinstructions
 - 
Fields inherited from class org.apache.tools.ant.ProjectComponentdescription, location, project
 
- 
 - 
Constructor SummaryConstructors Constructor Description BasicShape()
 - 
Method SummaryModifier and Type Method Description voidsetFill(java.lang.String col)Set the fill attribute.voidsetHeight(int h)Set the height.voidsetStroke(java.lang.String col)Set the stroke attribute.voidsetStrokewidth(int sw)Set the stroke width attribute.voidsetWidth(int w)Set the width.- 
Methods inherited from class org.apache.tools.ant.types.optional.imageio.ImageOperationaddDraw, addRotate, addScale
 - 
Methods inherited from class org.apache.tools.ant.types.DataTypecheckAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, setRefid, tooManyAttributes, toString
 - 
Methods inherited from class org.apache.tools.ant.ProjectComponentgetDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject
 - 
Methods inherited from class java.lang.Objectequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.apache.tools.ant.types.optional.imageio.DrawOperationexecuteDrawOperation
 
- 
 
- 
- 
- 
Method Detail- 
setWidthpublic void setWidth(int w) Set the width.- Parameters:
- w- the width of the shape.
 
 - 
setHeightpublic void setHeight(int h) Set the height.- Parameters:
- h- the height of the shape.
 
 - 
setStrokewidthpublic void setStrokewidth(int sw) Set the stroke width attribute.- Parameters:
- sw- the value to use.
 
 - 
setStrokepublic void setStroke(java.lang.String col) Set the stroke attribute.- Parameters:
- col- the color value to use.
 
 - 
setFillpublic void setFill(java.lang.String col) Set the fill attribute.- Parameters:
- col- the color value to use.
 
 
- 
 
-