Class TaskDrawDiamond
- java.lang.Object
-
- net.sourceforge.plantuml.project.draw.AbstractTaskDraw
-
- net.sourceforge.plantuml.project.draw.TaskDrawDiamond
-
public class TaskDrawDiamond extends AbstractTaskDraw
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.project.draw.AbstractTaskDraw
note, noteStereotype, prettyDisplay, start, timeScale, url
-
-
Constructor Summary
Constructors Constructor Description TaskDrawDiamond(TimeScale timeScale, Real y, java.lang.String prettyDisplay, Day start, Task task, ToTaskDraw toTaskDraw, StyleBuilder styleBuilder)
-
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)doublegetHeightMax(StringBounder stringBounder)protected doublegetShapeHeight(StringBounder stringBounder)protected TextBlockgetTitle()doublegetX(StringBounder stringBounder, GSide side, GArrowType arrowType)doublegetY(StringBounder stringBounder, GSide side)-
Methods inherited from class net.sourceforge.plantuml.project.draw.AbstractTaskDraw
getBackgroundColor, getColors, getColorSet, getCompletion, getFontConfiguration, getFullHeightTask, getLineColor, getPragma, getStyle, getStyleBuilder, getTask, getTitleWidth, getTrueRow, getY, setColorsAndCompletion, toString
-
-
-
-
Constructor Detail
-
TaskDrawDiamond
public TaskDrawDiamond(TimeScale timeScale, Real y, java.lang.String prettyDisplay, Day start, Task task, ToTaskDraw toTaskDraw, StyleBuilder styleBuilder)
-
-
Method Detail
-
getHeightMax
public double getHeightMax(StringBounder stringBounder)
-
getShapeHeight
protected double getShapeHeight(StringBounder stringBounder)
- Specified by:
getShapeHeightin classAbstractTaskDraw
-
drawTitle
public final void drawTitle(UGraphic ug, LabelStrategy labelStrategy, double colTitles, double colBars)
-
getTitle
protected TextBlock getTitle()
- Specified by:
getTitlein classAbstractTaskDraw
-
drawU
public void drawU(UGraphic ug)
-
getFingerPrintNote
public FingerPrint getFingerPrintNote(StringBounder stringBounder)
-
getFingerPrint
public FingerPrint getFingerPrint(StringBounder stringBounder)
-
getX
public double getX(StringBounder stringBounder, GSide side, GArrowType arrowType)
-
getY
public double getY(StringBounder stringBounder, GSide side)
- Specified by:
getYin interfaceTaskDraw- Overrides:
getYin classAbstractTaskDraw
-
-