Package net.sourceforge.plantuml.sdot
Class SmetanaPath
- java.lang.Object
-
- net.sourceforge.plantuml.sdot.SmetanaPath
-
-
Constructor Summary
Constructors Constructor Description SmetanaPath(Link link, ST_Agedge_s edge, YMirror ymirror, CucaDiagram diagram, TextBlock label, TextBlock tailLabel, TextBlock headLabel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
drawU(UGraphic ug)
DotPath
getDotPath(ST_Agedge_s e)
-
-
-
Constructor Detail
-
SmetanaPath
public SmetanaPath(Link link, ST_Agedge_s edge, YMirror ymirror, CucaDiagram diagram, TextBlock label, TextBlock tailLabel, TextBlock headLabel)
-
-
Method Detail
-
getDotPath
public DotPath getDotPath(ST_Agedge_s e)
-
-