Package net.sourceforge.plantuml.jdot
Class JDotPath
- java.lang.Object
-
- net.sourceforge.plantuml.jdot.JDotPath
-
-
Constructor Summary
Constructors Constructor Description JDotPath(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
-
JDotPath
public JDotPath(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)
-
-