Package net.sourceforge.plantuml.eps
Class PostScriptCommandCurveTo
- java.lang.Object
-
- net.sourceforge.plantuml.eps.PostScriptCommandCurveTo
-
- All Implemented Interfaces:
PostScriptCommand
public class PostScriptCommandCurveTo extends java.lang.Object implements PostScriptCommand
-
-
Constructor Summary
Constructors Constructor Description PostScriptCommandCurveTo(double x1, double y1, double x2, double y2, double x3, double y3)
-
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
-
-