Package net.sourceforge.plantuml.project
Class GanttConstraint
java.lang.Object
net.sourceforge.plantuml.decoration.WithLinkType
net.sourceforge.plantuml.project.GanttConstraint
-
Field Summary
Fields inherited from class net.sourceforge.plantuml.decoration.WithLinkType
hidden, type
-
Constructor Summary
ConstructorsConstructorDescriptionGanttConstraint
(HColorSet colorSet, StyleBuilder styleBuilder, TaskInstant source, TaskInstant dest) GanttConstraint
(HColorSet colorSet, StyleBuilder styleBuilder, TaskInstant source, TaskInstant dest, HColor forcedColor) -
Method Summary
Modifier and TypeMethodDescriptionfinal StyleSignatureBasic
getUDrawable
(TimeScale timeScale, ToTaskDraw toTaskDraw) void
goNorank()
boolean
boolean
boolean
isThereRightArrow
(Task task) toString()
Methods inherited from class net.sourceforge.plantuml.decoration.WithLinkType
applyStyle, getColors, getSpecificColor, getSupplementaryColors, getType, getUStroke, goBold, goDashed, goDotted, goHidden, goSingle, goThickness, isSingle, setColors, setSpecificColor, setSpecificColor
-
Constructor Details
-
GanttConstraint
public GanttConstraint(HColorSet colorSet, StyleBuilder styleBuilder, TaskInstant source, TaskInstant dest, HColor forcedColor) -
GanttConstraint
public GanttConstraint(HColorSet colorSet, StyleBuilder styleBuilder, TaskInstant source, TaskInstant dest)
-
-
Method Details
-
isOn
-
isThereRightArrow
-
toString
-
getStyleSignature
-
getUDrawable
-
isHidden
-
goNorank
public void goNorank()- Specified by:
goNorank
in classWithLinkType
-