Package net.sourceforge.plantuml.eps
Class PostScriptCommandMoveTo
java.lang.Object
net.sourceforge.plantuml.eps.PostScriptCommandMoveTo
- All Implemented Interfaces:
PostScriptCommand
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PostScriptCommandMoveTo
public PostScriptCommandMoveTo(double x, double y)
-
-
Method Details
-
toPostString
public java.lang.String toPostString()- Specified by:
toPostString
in interfacePostScriptCommand
-