Class DrawStringCommand
- java.lang.Object
-
- de.erichseifert.vectorgraphics2d.intermediate.commands.Command<java.lang.String>
-
- de.erichseifert.vectorgraphics2d.intermediate.commands.DrawStringCommand
-
public class DrawStringCommand extends Command<java.lang.String>
-
-
Constructor Summary
Constructors Constructor Description DrawStringCommand(java.lang.String string, double x, double y)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getX()
double
getY()
java.lang.String
toString()
-