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 void
drawTitle(UGraphic ug)
void
drawU(UGraphic ug)
FingerPrint
getFingerPrint()
FingerPrint
getFingerPrintNote(StringBounder stringBounder)
double
getHeightMax(StringBounder stringBounder)
double
getHeightTask()
Task
getTask()
TaskDraw
getTrueRow()
double
getY()
double
getY(Direction direction)
void
pushMe(double deltaY)
void
setColorsAndCompletion(CenterBorderColor colors, int completion, Url url, Display note)
-
-
-
Method Detail
-
getFingerPrint
public FingerPrint getFingerPrint()
- Specified by:
getFingerPrint
in interfaceTaskDraw
-
getHeightTask
public double getHeightTask()
- Specified by:
getHeightTask
in interfaceTaskDraw
-
getTrueRow
public TaskDraw getTrueRow()
- Specified by:
getTrueRow
in interfaceTaskDraw
-
setColorsAndCompletion
public void setColorsAndCompletion(CenterBorderColor colors, int completion, Url url, Display note)
- Specified by:
setColorsAndCompletion
in interfaceTaskDraw
-
getFingerPrintNote
public FingerPrint getFingerPrintNote(StringBounder stringBounder)
- Specified by:
getFingerPrintNote
in interfaceTaskDraw
-
getHeightMax
public double getHeightMax(StringBounder stringBounder)
- Specified by:
getHeightMax
in interfaceTaskDraw
-
-