Class PostScriptCommandQuadTo

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

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

      • PostScriptCommandQuadTo

        public PostScriptCommandQuadTo​(double x1,
                                       double y1,
                                       double x2,
                                       double y2)