Class TaskDrawSeparator
- java.lang.Object
-
- net.sourceforge.plantuml.project.draw.TaskDrawSeparator
-
-
Constructor Summary
Constructors Constructor Description TaskDrawSeparator(java.lang.String name, TimeScale timeScale, double y, Day min, Day max)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddrawTitle(UGraphic ug)voiddrawU(UGraphic ug)FingerPrintgetFingerPrint()FingerPrintgetFingerPrintNote(StringBounder stringBounder)doublegetHeightMax(StringBounder stringBounder)doublegetHeightTask()TaskgetTask()TaskDrawgetTrueRow()doublegetY()doublegetY(Direction direction)voidpushMe(double deltaY)voidsetColorsAndCompletion(CenterBorderColor colors, int completion, Url url, Display note)
-
-
-
Method Detail
-
getFingerPrint
public FingerPrint getFingerPrint()
- Specified by:
getFingerPrintin interfaceTaskDraw
-
getHeightTask
public double getHeightTask()
- Specified by:
getHeightTaskin interfaceTaskDraw
-
getTrueRow
public TaskDraw getTrueRow()
- Specified by:
getTrueRowin interfaceTaskDraw
-
setColorsAndCompletion
public void setColorsAndCompletion(CenterBorderColor colors, int completion, Url url, Display note)
- Specified by:
setColorsAndCompletionin interfaceTaskDraw
-
getFingerPrintNote
public FingerPrint getFingerPrintNote(StringBounder stringBounder)
- Specified by:
getFingerPrintNotein interfaceTaskDraw
-
getHeightMax
public double getHeightMax(StringBounder stringBounder)
- Specified by:
getHeightMaxin interfaceTaskDraw
-
-