Package net.sourceforge.plantuml.eps
Class PostScriptCommandLineTo
- java.lang.Object
-
- net.sourceforge.plantuml.eps.PostScriptCommandLineTo
-
- All Implemented Interfaces:
PostScriptCommand
public class PostScriptCommandLineTo extends java.lang.Object implements PostScriptCommand
-
-
Constructor Summary
Constructors Constructor Description PostScriptCommandLineTo(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
-
-