net.sourceforge.plantuml.eps
Class PostScriptCommandMoveTo

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

public class PostScriptCommandMoveTo
extends Object
implements PostScriptCommand


Constructor Summary
PostScriptCommandMoveTo(double x, double y)
           
 
Method Summary
 String toPostString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostScriptCommandMoveTo

public PostScriptCommandMoveTo(double x,
                               double y)
Method Detail

toPostString

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


Copyright © 2013. All Rights Reserved.