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 void
drawU(UGraphic ug)
Direction
getArrowDirection()
double
getArrowDirectionInRadian()
XPoint2D
getEndPoint()
XPoint2D
getStartPoint()
boolean
isHidden()
void
moveDelta(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:
getArrowDirection
in interfaceGuideLine
-
getArrowDirectionInRadian
public double getArrowDirectionInRadian()
- Specified by:
getArrowDirectionInRadian
in interfaceGuideLine
-
-