net.sourceforge.plantuml.eps
Class PostScriptCommandCurveTo

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

public class PostScriptCommandCurveTo
extends Object
implements PostScriptCommand


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

toPostString

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


Copyright © 2011. All Rights Reserved.