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

    Modifier and Type
    Method
    Description
    java.lang.String
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PostScriptCommandCurveTo

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