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 voiddrawTitle(UGraphic ug, LabelStrategy labelStrategy, double colTitles, double colBars)voiddrawU(UGraphic ug)FingerPrintgetFingerPrint(StringBounder stringBounder)FingerPrintgetFingerPrintNote(StringBounder stringBounder)doublegetFullHeightTask(StringBounder stringBounder)doublegetHeightMax(StringBounder stringBounder)TaskgetTask()doublegetTitleWidth(StringBounder stringBounder)TaskDrawgetTrueRow()doublegetX1(TaskAttribute taskAttribute)doublegetX2(TaskAttribute taskAttribute)RealgetY(StringBounder stringBounder)doublegetY(StringBounder stringBounder, Direction direction)voidsetColorsAndCompletion(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:
getTitleWidthin interfaceTaskDraw
-
getFingerPrint
public FingerPrint getFingerPrint(StringBounder stringBounder)
- Specified by:
getFingerPrintin interfaceTaskDraw
-
getFingerPrintNote
public FingerPrint getFingerPrintNote(StringBounder stringBounder)
- Specified by:
getFingerPrintNotein interfaceTaskDraw
-
getFullHeightTask
public double getFullHeightTask(StringBounder stringBounder)
- Specified by:
getFullHeightTaskin interfaceTaskDraw
-
getY
public Real getY(StringBounder stringBounder)
-
getTrueRow
public TaskDraw getTrueRow()
- Specified by:
getTrueRowin interfaceTaskDraw
-
setColorsAndCompletion
public void setColorsAndCompletion(CenterBorderColor colors, int completion, Url url, Display note)
- Specified by:
setColorsAndCompletionin interfaceTaskDraw
-
getY
public double getY(StringBounder stringBounder, Direction direction)
-
getHeightMax
public double getHeightMax(StringBounder stringBounder)
- Specified by:
getHeightMaxin interfaceTaskDraw
-
getX1
public double getX1(TaskAttribute taskAttribute)
-
getX2
public double getX2(TaskAttribute taskAttribute)
-
-