|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTurtleGraphics.Command
TurtleGraphics.CommandDrawString
public class CommandDrawString
Copyright 2006 by Ken Lambert and Martin Osborne.
Constructor Summary | |
---|---|
CommandDrawString(java.lang.String s,
double y1,
double y2)
|
Method Summary | |
---|---|
void |
doCommand(java.awt.Graphics2D g,
int width,
int height)
|
Methods inherited from class TurtleGraphics.Command |
---|
adjustX, adjustY, round |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CommandDrawString(java.lang.String s, double y1, double y2)
Method Detail |
---|
public void doCommand(java.awt.Graphics2D g, int width, int height)
doCommand
in class Command
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |