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