Uses of Interface
net.sourceforge.plantuml.project.core.Task
Packages that use Task
Package
Description
-
Uses of Task in net.sourceforge.plantuml.chronology
Classes in net.sourceforge.plantuml.chronology that implement TaskMethods in net.sourceforge.plantuml.chronology that return TaskModifier and TypeMethodDescriptionChronologyDiagram.getOrCreateTask(String codeOrShortName, String shortName, boolean linkedToPrevious) Methods in net.sourceforge.plantuml.chronology that return types with arguments of type TaskModifier and TypeMethodDescriptionSubjectTask.getMe(ChronologyDiagram chronology, RegexResult arg) Methods in net.sourceforge.plantuml.chronology with parameters of type Task -
Uses of Task in net.sourceforge.plantuml.project
Methods in net.sourceforge.plantuml.project that return TaskModifier and TypeMethodDescriptionGanttDiagram.getExistingTask(String id) GanttDiagram.getIt()GanttDiagram.getOrCreateTask(String codeOrShortName, String shortName, boolean linkedToPrevious) Methods in net.sourceforge.plantuml.project with parameters of type TaskModifier and TypeMethodDescriptionbooleanGanttDiagram.affectResource(Task result, String description) GanttDiagram.deleteTask(Task task) GanttDiagram.forceTaskOrder(Task task1, Task task2) GanttDiagram.getTaskDraw(Task task) ToTaskDraw.getTaskDraw(Task task) booleanbooleanGanttConstraint.isThereRightArrow(Task task) void -
Uses of Task in net.sourceforge.plantuml.project.core
Classes in net.sourceforge.plantuml.project.core that implement TaskModifier and TypeClassDescriptionclassclassclassclassMethods in net.sourceforge.plantuml.project.core that return TaskMethods in net.sourceforge.plantuml.project.core with parameters of type TaskModifier and TypeMethodDescriptionvoidfinal voidAbstractTask.putInSameRowAs(Task row) voidTask.putInSameRowAs(Task row) -
Uses of Task in net.sourceforge.plantuml.project.draw
Methods in net.sourceforge.plantuml.project.draw that return TaskModifier and TypeMethodDescriptionfinal TaskAbstractTaskDraw.getTask()TaskDraw.getTask()TaskDrawSeparator.getTask()Constructors in net.sourceforge.plantuml.project.draw with parameters of type TaskModifierConstructorDescriptionAbstractTaskDraw(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) -
Uses of Task in net.sourceforge.plantuml.project.lang
Methods in net.sourceforge.plantuml.project.lang that return types with arguments of type TaskModifier and TypeMethodDescriptionComplementTask.getMe(GanttDiagram gantt, RegexResult arg, String suffix) SubjectTask.getMe(GanttDiagram gantt, RegexResult arg)