Class PostScriptCommandCurveTo

    • 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()  
      • Methods inherited from class java.lang.Object

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

      • PostScriptCommandCurveTo

        public PostScriptCommandCurveTo​(double x1,
                                        double y1,
                                        double x2,
                                        double y2,
                                        double x3,
                                        double y3)