Class ExtremityArrow
- java.lang.Object
-
- net.sourceforge.plantuml.svek.extremity.Extremity
-
- net.sourceforge.plantuml.svek.extremity.ExtremityArrow
-
-
Constructor Summary
Constructors Constructor Description ExtremityArrow(XPoint2D p0, double angle)
ExtremityArrow(XPoint2D p1, double angle, XPoint2D center)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
drawLineIfTransparent(UGraphic ug)
void
drawU(UGraphic ug)
double
getDecorationLength()
XPoint2D
somePoint()
-
Methods inherited from class net.sourceforge.plantuml.svek.extremity.Extremity
getDeltaForKal, manageround
-
-
-
-
Method Detail
-
getDecorationLength
public double getDecorationLength()
- Overrides:
getDecorationLength
in classExtremity
-
drawU
public void drawU(UGraphic ug)
-
drawLineIfTransparent
public void drawLineIfTransparent(UGraphic ug)
-
-