Package net.sourceforge.plantuml.elk
Class MyElkPath
- java.lang.Object
-
- net.sourceforge.plantuml.elk.MyElkPath
-
-
Constructor Summary
Constructors Constructor Description MyElkPath(ICucaDiagram diagram, SName styleName, Link link, ElkEdge edge, TextBlock centerLabel, TextBlock tailLabel, TextBlock headLabel, double magicY2, java.util.Map<Entity,MyElkCluster> elkClusters, UTranslate translate, java.util.Map<Entity,IEntityImage> nodeImages)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
drawU(UGraphic ug)
-
-
-
Constructor Detail
-
MyElkPath
public MyElkPath(ICucaDiagram diagram, SName styleName, Link link, ElkEdge edge, TextBlock centerLabel, TextBlock tailLabel, TextBlock headLabel, double magicY2, java.util.Map<Entity,MyElkCluster> elkClusters, UTranslate translate, java.util.Map<Entity,IEntityImage> nodeImages)
-
-