Uses of Interface
net.sourceforge.plantuml.project.ToTaskDraw
Package
Description
Provides classes used to manage
Chronology Diagram.
Provides classes used to manage
Gantt Diagram.
-
Uses of ToTaskDraw in net.sourceforge.plantuml.chronology
-
Uses of ToTaskDraw in net.sourceforge.plantuml.project
Modifier and TypeMethodDescriptionGanttConstraint.getUDrawable
(TimeScale timeScale, ToTaskDraw toTaskDraw) ModifierConstructorDescriptionGanttArrow
(HColorSet colorSet, Style style, TimeScale timeScale, TaskInstant source, TaskInstant dest, ToTaskDraw toTaskDraw, StyleBuilder styleBuilder) -
Uses of ToTaskDraw in net.sourceforge.plantuml.project.draw
ModifierConstructorDescriptionAbstractTaskDraw
(TimeScale timeScale, Real y, String prettyDisplay, Day start, Task task, ToTaskDraw toTaskDraw, StyleBuilder styleBuilder) TaskDrawDiamond
(TimeScale timeScale, Real y, String prettyDisplay, Day start, Task task, ToTaskDraw toTaskDraw, StyleBuilder styleBuilder) TaskDrawGroup
(TimeScale timeScale, Real y, String prettyDisplay, Day start, Day end, Task task, ToTaskDraw toTaskDraw, StyleBuilder styleBuilder) TaskDrawRegular
(TimeScale timeScale, Real y, String prettyDisplay, Day start, Day end, boolean oddStart, boolean oddEnd, ISkinSimple skinSimple, Task task, ToTaskDraw toTaskDraw, Collection<GanttConstraint> constraints, StyleBuilder styleBuilder)