Uses of Interface
net.sourceforge.plantuml.project.ToTaskDraw
Packages that use 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
Classes in net.sourceforge.plantuml.chronology that implement ToTaskDraw -
Uses of ToTaskDraw in net.sourceforge.plantuml.project
Classes in net.sourceforge.plantuml.project that implement ToTaskDrawMethods in net.sourceforge.plantuml.project with parameters of type ToTaskDrawModifier and TypeMethodDescriptionGanttConstraint.getUDrawable
(TimeScale timeScale, ToTaskDraw toTaskDraw) Constructors in net.sourceforge.plantuml.project with parameters of type ToTaskDrawModifierConstructorDescriptionGanttArrow
(HColorSet colorSet, Style style, TimeScale timeScale, TaskInstant source, TaskInstant dest, ToTaskDraw toTaskDraw, StyleBuilder styleBuilder) -
Uses of ToTaskDraw in net.sourceforge.plantuml.project.draw
Constructors in net.sourceforge.plantuml.project.draw with parameters of type ToTaskDrawModifierConstructorDescriptionAbstractTaskDraw
(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)