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
Constructors Constructor Description SmetanaEdge(Link link, ST_Agedge_s edge, YMirror ymirror, TextBlock label, TextBlock tailLabel, TextBlock headLabel, Bibliotekon bibliotekon, ISkinParam skinParam)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddrawU(UGraphic ug)DirectiongetArrowDirection()doublegetArrowDirectionInRadian()XPoint2DgetEndPoint()XPoint2DgetStartPoint()booleanisHidden()voidmoveDelta(double deltaX, double deltaY)-
Methods inherited from class net.sourceforge.plantuml.cruise.XAbstractEdge
diagramType
-
-
-
-
Constructor Detail
-
SmetanaEdge
public SmetanaEdge(Link link, ST_Agedge_s edge, YMirror ymirror, TextBlock label, TextBlock tailLabel, TextBlock headLabel, Bibliotekon bibliotekon, ISkinParam skinParam)
-
-
Method Detail
-
getStartPoint
public XPoint2D getStartPoint()
-
getEndPoint
public XPoint2D getEndPoint()
-
moveDelta
public void moveDelta(double deltaX, double deltaY)
-
getArrowDirection
public Direction getArrowDirection()
- Specified by:
getArrowDirectionin interfaceGuideLine
-
getArrowDirectionInRadian
public double getArrowDirectionInRadian()
- Specified by:
getArrowDirectionInRadianin interfaceGuideLine
-
-