Class TaskDrawSeparator
- java.lang.Object
-
- net.sourceforge.plantuml.project.draw.TaskDrawSeparator
-
-
Constructor Summary
Constructors Constructor Description TaskDrawSeparator(java.lang.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()doublegetX(StringBounder stringBounder, GSide side, GArrowType arrowType)RealgetY(StringBounder stringBounder)doublegetY(StringBounder stringBounder, GSide side)voidsetColorsAndCompletion(CenterBorderColor colors, int completion, Url url, Display note, Stereotype noteStereotype)
-
-
-
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, Stereotype noteStereotype)
- Specified by:
setColorsAndCompletionin interfaceTaskDraw
-
getY
public double getY(StringBounder stringBounder, GSide side)
-
getHeightMax
public double getHeightMax(StringBounder stringBounder)
- Specified by:
getHeightMaxin interfaceTaskDraw
-
getX
public double getX(StringBounder stringBounder, GSide side, GArrowType arrowType)
-
-