Class ULine
java.lang.Object
net.sourceforge.plantuml.klimt.AbstractShadowable
net.sourceforge.plantuml.klimt.shape.ULine
- All Implemented Interfaces:
Shadowable
,UShape
,UShapeSized
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.sourceforge.plantuml.klimt.AbstractShadowable
getDeltaShadow, setDeltaShadow
-
Constructor Details
-
ULine
public ULine(double dx, double dy)
-
-
Method Details
-
create
-
rotate
-
hline
-
vline
-
toString
-
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
-