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 voiddrawLineIfTransparent(UGraphic ug)voiddrawU(UGraphic ug)doublegetDecorationLength()XPoint2DsomePoint()-
Methods inherited from class net.sourceforge.plantuml.svek.extremity.Extremity
getDeltaForKal, manageround
-
-
-
-
Method Detail
-
getDecorationLength
public double getDecorationLength()
- Overrides:
getDecorationLengthin classExtremity
-
drawU
public void drawU(UGraphic ug)
-
drawLineIfTransparent
public void drawLineIfTransparent(UGraphic ug)
-
-