net.sourceforge.plantuml.ugraphic
Class ULine

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

public class ULine
extends Object


Constructor Summary
ULine(double dx, double dy)
           
 
Method Summary
 double getDeltaShadow()
           
 double getDX()
           
 double getDY()
           
 double getLength()
           
 void setDeltaShadow(double deltaShadow)
           
 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()

getLength

public double getLength()

getDeltaShadow

public double getDeltaShadow()
Specified by:
getDeltaShadow in interface Shadowable

setDeltaShadow

public void setDeltaShadow(double deltaShadow)
Specified by:
setDeltaShadow in interface Shadowable


Copyright © 2012. All Rights Reserved.