public class GanttConstraint extends WithLinkType
hidden, type
Constructor and Description |
---|
GanttConstraint(HColorSet colorSet,
StyleBuilder styleBuilder,
TaskInstant source,
TaskInstant dest) |
GanttConstraint(HColorSet colorSet,
StyleBuilder styleBuilder,
TaskInstant source,
TaskInstant dest,
HColor forcedColor) |
Modifier and Type | Method and Description |
---|---|
StyleSignatureBasic |
getStyleSignature() |
UDrawable |
getUDrawable(TimeScale timeScale,
ToTaskDraw toTaskDraw) |
void |
goNorank() |
boolean |
isHidden(Day min,
Day max) |
boolean |
isOn(Task task) |
boolean |
isThereRightArrow(Task task) |
java.lang.String |
toString() |
applyStyle, getColors, getSpecificColor, getSupplementaryColors, getType, getUStroke, goBold, goDashed, goDotted, goHidden, goSingle, goThickness, isSingle, setColors, setSpecificColor, setSpecificColor
public GanttConstraint(HColorSet colorSet, StyleBuilder styleBuilder, TaskInstant source, TaskInstant dest, HColor forcedColor)
public GanttConstraint(HColorSet colorSet, StyleBuilder styleBuilder, TaskInstant source, TaskInstant dest)
public boolean isOn(Task task)
public boolean isThereRightArrow(Task task)
public java.lang.String toString()
toString
in class java.lang.Object
public final StyleSignatureBasic getStyleSignature()
public UDrawable getUDrawable(TimeScale timeScale, ToTaskDraw toTaskDraw)
public void goNorank()
goNorank
in class WithLinkType