Package net.sourceforge.plantuml.sdot
Class SmetanaEdge
java.lang.Object
net.sourceforge.plantuml.cruise.XAbstractEdge
net.sourceforge.plantuml.sdot.SmetanaEdge
-
Field Summary
Fields inherited from class net.sourceforge.plantuml.cruise.XAbstractEdge
bibliotekon, link, skinParam
-
Constructor Summary
ConstructorsConstructorDescriptionSmetanaEdge
(Link link, ST_Agedge_s edge, YMirror ymirror, TextBlock label, TextBlock tailLabel, TextBlock headLabel, Bibliotekon bibliotekon, ISkinParam skinParam) -
Method Summary
Methods inherited from class net.sourceforge.plantuml.cruise.XAbstractEdge
diagramType
-
Constructor Details
-
SmetanaEdge
public SmetanaEdge(Link link, ST_Agedge_s edge, YMirror ymirror, TextBlock label, TextBlock tailLabel, TextBlock headLabel, Bibliotekon bibliotekon, ISkinParam skinParam)
-
-
Method Details
-
drawU
-
getStartPoint
-
getEndPoint
-
moveDelta
public void moveDelta(double deltaX, double deltaY) -
isHidden
public boolean isHidden() -
getArrowDirection
- Specified by:
getArrowDirection
in interfaceGuideLine
-
getArrowDirectionInRadian
public double getArrowDirectionInRadian()- Specified by:
getArrowDirectionInRadian
in interfaceGuideLine
-