Class PostScriptCommandCurveTo

java.lang.Object
net.sourceforge.plantuml.klimt.drawing.eps.PostScriptCommandCurveTo
All Implemented Interfaces:
PostScriptCommand

public class PostScriptCommandCurveTo extends Object implements PostScriptCommand
  • Constructor Details

    • PostScriptCommandCurveTo

      public PostScriptCommandCurveTo(double x1, double y1, double x2, double y2, double x3, double y3)
  • Method Details