public class PostScriptCommandCurveTo extends java.lang.Object implements PostScriptCommand
Constructor and Description |
---|
PostScriptCommandCurveTo(double x1,
double y1,
double x2,
double y2,
double x3,
double y3) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toPostString() |
public PostScriptCommandCurveTo(double x1, double y1, double x2, double y2, double x3, double y3)
public java.lang.String toPostString()
toPostString
in interface PostScriptCommand
Copyright © 2020. All Rights Reserved.