Class ULine
java.lang.Object
net.sourceforge.plantuml.ugraphic.ULine
- All Implemented Interfaces:
Shadowable
,UShape
,UShapeSized
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
ULine
public ULine(java.awt.geom.Point2D p1, java.awt.geom.Point2D p2) -
ULine
public ULine(double dx, double dy)
-
-
Method Details
-
hline
-
vline
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-
getDX
public double getDX() -
getDY
public double getDY() -
getLength
public double getLength() -
getWidth
public double getWidth()- Specified by:
getWidth
in interfaceUShapeSized
-
getHeight
public double getHeight()- Specified by:
getHeight
in interfaceUShapeSized
-
getDeltaShadow
public double getDeltaShadow()- Specified by:
getDeltaShadow
in interfaceShadowable
-
setDeltaShadow
public void setDeltaShadow(double deltaShadow) - Specified by:
setDeltaShadow
in interfaceShadowable
-