Class ULine
- java.lang.Object
-
- net.sourceforge.plantuml.ugraphic.ULine
-
- All Implemented Interfaces:
Shadowable,UShape,UShapeSized
public class ULine extends java.lang.Object implements UShapeSized
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetDeltaShadow()doublegetDX()doublegetDY()doublegetHeight()doublegetLength()doublegetWidth()static ULinehline(double dx)voidsetDeltaShadow(double deltaShadow)java.lang.StringtoString()static ULinevline(double dy)
-
-
-
Method Detail
-
hline
public static ULine hline(double dx)
-
vline
public static ULine vline(double dy)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getDX
public double getDX()
-
getDY
public double getDY()
-
getLength
public double getLength()
-
getWidth
public double getWidth()
- Specified by:
getWidthin interfaceUShapeSized
-
getHeight
public double getHeight()
- Specified by:
getHeightin interfaceUShapeSized
-
getDeltaShadow
public double getDeltaShadow()
- Specified by:
getDeltaShadowin interfaceShadowable
-
setDeltaShadow
public void setDeltaShadow(double deltaShadow)
- Specified by:
setDeltaShadowin interfaceShadowable
-
-