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

Class Text

Implemented Interfaces:
DrawOperation

public class Text
extends ImageOperation
implements DrawOperation

See Also:
Image

Field Summary

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
setBold(boolean state)
void
setColor(String c)
void
setFont(String f)
void
setItalic(boolean state)
void
setPoint(String p)
void
setString(String str)

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

Method Details

executeDrawOperation

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

setBold

public void setBold(boolean state)
To do:
is this used?

setColor

public void setColor(String c)

setFont

public void setFont(String f)

setItalic

public void setItalic(boolean state)
To do:
is this used?

setPoint

public void setPoint(String p)

setString

public void setString(String str)

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