Package net.sourceforge.plantuml.project
Class GanttConstraint
- java.lang.Object
-
- net.sourceforge.plantuml.decoration.WithLinkType
-
- net.sourceforge.plantuml.project.GanttConstraint
-
public class GanttConstraint extends WithLinkType
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.decoration.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 StyleSignatureBasicgetStyleSignature()UDrawablegetUDrawable(TimeScale timeScale, ToTaskDraw toTaskDraw)voidgoNorank()booleanisHidden(Day min, Day max)booleanisOn(Task task)booleanisThereRightArrow(Task task)java.lang.StringtoString()-
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 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)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getStyleSignature
public final StyleSignatureBasic getStyleSignature()
-
getUDrawable
public UDrawable getUDrawable(TimeScale timeScale, ToTaskDraw toTaskDraw)
-
goNorank
public void goNorank()
- Specified by:
goNorankin classWithLinkType
-
-