Package net.sourceforge.plantuml.eps
Class PostScriptCommandMoveTo
- java.lang.Object
-
- net.sourceforge.plantuml.eps.PostScriptCommandMoveTo
-
- All Implemented Interfaces:
PostScriptCommand
public class PostScriptCommandMoveTo extends java.lang.Object implements PostScriptCommand
-
-
Constructor Summary
Constructors Constructor Description PostScriptCommandMoveTo(double x, double y)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toPostString()
-
-
-
Method Detail
-
toPostString
public java.lang.String toPostString()
- Specified by:
toPostString
in interfacePostScriptCommand
-
-