net.sourceforge.plantuml.ugraphic
Class ULine

java.lang.Object
  extended by net.sourceforge.plantuml.ugraphic.ULine
All Implemented Interfaces:
UShape

public class ULine
extends Object
implements UShape


Constructor Summary
ULine(double dx, double dy)
           
 
Method Summary
 double getDX()
           
 double getDY()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ULine

public ULine(double dx,
             double dy)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getDX

public double getDX()

getDY

public double getDY()


Copyright © 2011. All Rights Reserved.