Package net.sourceforge.plantuml.project
Class GanttArrow
- java.lang.Object
-
- net.sourceforge.plantuml.project.GanttArrow
-
-
Constructor Summary
Constructors Constructor Description GanttArrow(TimeScale timeScale, TaskInstant source, TaskInstant dest, HColor color, LinkType style, ToTaskDraw toTaskDraw)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
drawU(UGraphic ug)
-
-
-
Constructor Detail
-
GanttArrow
public GanttArrow(TimeScale timeScale, TaskInstant source, TaskInstant dest, HColor color, LinkType style, ToTaskDraw toTaskDraw)
-
-