Package net.sourceforge.plantuml.project
Class GanttConstraint
java.lang.Object
net.sourceforge.plantuml.cucadiagram.WithLinkType
net.sourceforge.plantuml.project.GanttConstraint
-
Field Summary
Fields inherited from class net.sourceforge.plantuml.cucadiagram.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) java.lang.String
toString()
Methods inherited from class net.sourceforge.plantuml.cucadiagram.WithLinkType
applyStyle, getColors, getSpecificColor, getSupplementaryColors, getType, getUStroke, goBold, goDashed, goDotted, goHidden, goSingle, goThickness, isSingle, setColors, setSpecificColor, setSpecificColor
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
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
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-
getStyleSignature
-
getUDrawable
-
isHidden
-
goNorank
public void goNorank()- Specified by:
goNorank
in classWithLinkType
-