- java.lang.Object
-
- net.sourceforge.plantuml.cucadiagram.WithLinkType
-
- net.sourceforge.plantuml.project.GanttConstraint
-
public class GanttConstraint extends WithLinkType
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.cucadiagram.WithLinkType
hidden, type
-
-
Constructor Summary
Constructors Constructor Description GanttConstraint(HColorSet colorSet, StyleBuilder styleBuilder, TaskInstant source, TaskInstant dest)
GanttConstraint(HColorSet colorSet, StyleBuilder styleBuilder, TaskInstant source, TaskInstant dest, HColor forcedColor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StyleSignature
getStyleSignature()
UDrawable
getUDrawable(TimeScale timeScale, ToTaskDraw toTaskDraw)
void
goNorank()
boolean
isHidden(Day min, Day max)
boolean
isOn(Task task)
boolean
isThereRightArrow(Task task)
String
toString()
-
Methods inherited from class net.sourceforge.plantuml.cucadiagram.WithLinkType
applyStyle, getColors, getSpecificColor, getSupplementaryColors, getType, goBold, goDashed, goDotted, goHidden, goSingle, goThickness, isSingle, setColors, setSpecificColor, setSpecificColor
-
-
-
-
Constructor Detail
-
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 Detail
-
isOn
public boolean isOn(Task task)
-
isThereRightArrow
public boolean isThereRightArrow(Task task)
-
getStyleSignature
public final StyleSignature getStyleSignature()
-
getUDrawable
public UDrawable getUDrawable(TimeScale timeScale, ToTaskDraw toTaskDraw)
-
goNorank
public void goNorank()
- Specified by:
goNorank
in classWithLinkType
-
-