Class Text
- 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.Text
 
 
 
 
- 
- All Implemented Interfaces:
- java.lang.Cloneable,- DrawOperation
 
 public class Text extends ImageOperation implements DrawOperation - See Also:
- ImageIOTask
 
- 
- 
Field Summary- 
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 Text()
 - 
Method SummaryModifier and Type Method Description java.awt.image.BufferedImageexecuteDrawOperation()Draw the text.voidsetBold(boolean state)voidsetColor(java.lang.String c)Set the color of the text.voidsetFont(java.lang.String f)Set the font to be used to draw the text.voidsetItalic(boolean state)voidsetPoint(java.lang.String p)Set the number of points to be used.voidsetString(java.lang.String str)Set the string to be used as text.- 
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
 
- 
 
- 
- 
- 
Method Detail- 
setStringpublic void setString(java.lang.String str) Set the string to be used as text.- Parameters:
- str- the string to be used.
 
 - 
setFontpublic void setFont(java.lang.String f) Set the font to be used to draw the text.- Parameters:
- f- the font to be used.
 
 - 
setPointpublic void setPoint(java.lang.String p) Set the number of points to be used.- Parameters:
- p- an integer value as a string.
 
 - 
setColorpublic void setColor(java.lang.String c) Set the color of the text.- Parameters:
- c- the color name.
 
 - 
setBoldpublic void setBold(boolean state) - Parameters:
- state- not used at the moment.
- To do:
- is this used?
 
 - 
setItalicpublic void setItalic(boolean state) - Parameters:
- state- not used at the moment.
- To do:
- is this used?
 
 - 
executeDrawOperationpublic java.awt.image.BufferedImage executeDrawOperation() Draw the text.- Specified by:
- executeDrawOperationin interface- DrawOperation
- Returns:
- the resultant image.
 
 
- 
 
-