Class TaskDrawSeparator
- java.lang.Object
-
- net.sourceforge.plantuml.project.draw.TaskDrawSeparator
-
-
Constructor Summary
Constructors Constructor Description TaskDrawSeparator(String name, TimeScale timeScale, Real y, Day min, Day max, StyleBuilder styleBuilder, HColorSet colorSet)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
drawTitle(UGraphic ug, LabelStrategy labelStrategy, double colTitles, double colBars)
void
drawU(UGraphic ug)
FingerPrint
getFingerPrint(StringBounder stringBounder)
FingerPrint
getFingerPrintNote(StringBounder stringBounder)
double
getFullHeightTask(StringBounder stringBounder)
double
getHeightMax(StringBounder stringBounder)
Task
getTask()
double
getTitleWidth(StringBounder stringBounder)
TaskDraw
getTrueRow()
double
getX1(TaskAttribute taskAttribute)
double
getX2(TaskAttribute taskAttribute)
Real
getY(StringBounder stringBounder)
double
getY(StringBounder stringBounder, Direction direction)
void
setColorsAndCompletion(CenterBorderColor colors, int completion, Url url, Display note)
-
-
-
Method Detail
-
drawTitle
public void drawTitle(UGraphic ug, LabelStrategy labelStrategy, double colTitles, double colBars)
-
getTitleWidth
public double getTitleWidth(StringBounder stringBounder)
- Specified by:
getTitleWidth
in interfaceTaskDraw
-
getFingerPrint
public FingerPrint getFingerPrint(StringBounder stringBounder)
- Specified by:
getFingerPrint
in interfaceTaskDraw
-
getFingerPrintNote
public FingerPrint getFingerPrintNote(StringBounder stringBounder)
- Specified by:
getFingerPrintNote
in interfaceTaskDraw
-
getFullHeightTask
public double getFullHeightTask(StringBounder stringBounder)
- Specified by:
getFullHeightTask
in interfaceTaskDraw
-
getY
public Real getY(StringBounder stringBounder)
-
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
-
getY
public double getY(StringBounder stringBounder, Direction direction)
-
getHeightMax
public double getHeightMax(StringBounder stringBounder)
- Specified by:
getHeightMax
in interfaceTaskDraw
-
getX1
public double getX1(TaskAttribute taskAttribute)
-
getX2
public double getX2(TaskAttribute taskAttribute)
-
-