net.sourceforge.plantuml.eps
Class PostScriptCommandQuadTo

java.lang.Object
  extended by net.sourceforge.plantuml.eps.PostScriptCommandQuadTo
All Implemented Interfaces:
PostScriptCommand

public class PostScriptCommandQuadTo
extends Object
implements PostScriptCommand


Constructor Summary
PostScriptCommandQuadTo(double x1, double y1, double x2, double y2)
           
 
Method Summary
 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)
Method Detail

toPostString

public String toPostString()
Specified by:
toPostString in interface PostScriptCommand


Copyright © 2011. All Rights Reserved.