|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.apache.tools.ant.ProjectComponent
|
+--org.apache.tools.ant.types.DataType
|
+--org.apache.tools.ant.types.optional.image.ImageOperation
|
+--org.apache.tools.ant.types.optional.image.TransformOperation
|
+--org.apache.tools.ant.types.optional.image.Draw
Image| Field Summary | |
protected int |
xloc
|
protected int |
yloc
|
| 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 |
| Constructor Summary | |
Draw()
|
|
| Method Summary | |
void |
addArc(Arc arc)
|
void |
addEllipse(Ellipse elip)
|
void |
addRectangle(Rectangle rect)
|
void |
addText(Text text)
|
PlanarImage |
executeTransformOperation(PlanarImage image)
|
void |
setXloc(int x)
|
void |
setYloc(int y)
|
| Methods inherited from class org.apache.tools.ant.types.optional.image.ImageOperation |
addDraw, addRotate, addScale |
| 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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected int xloc
protected int yloc
| Constructor Detail |
public Draw()
| Method Detail |
public void setXloc(int x)
public void setYloc(int y)
public void addRectangle(Rectangle rect)
addRectangle in class TransformOperationpublic void addText(Text text)
addText in class ImageOperationpublic void addEllipse(Ellipse elip)
public void addArc(Arc arc)
public PlanarImage executeTransformOperation(PlanarImage image)
executeTransformOperation in class TransformOperation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||