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, prettyDisplay, start, timeScale, url
-
-
Constructor Summary
Constructors Constructor Description TaskDrawDiamond(TimeScale timeScale, Real y, String prettyDisplay, Day start, ISkinParam skinParam, Task task, ToTaskDraw toTaskDraw, StyleBuilder styleBuilder)
-
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
getHeightMax(StringBounder stringBounder)
protected double
getShapeHeight(StringBounder stringBounder)
protected TextBlock
getTitle()
double
getX1(TaskAttribute taskAttribute)
double
getX2(TaskAttribute taskAttribute)
-
Methods inherited from class net.sourceforge.plantuml.project.draw.AbstractTaskDraw
getBackgroundColor, getColors, getColorSet, getCompletion, getFontConfiguration, getFullHeightTask, getLineColor, getStyle, getStyleBuilder, getTask, getTitleWidth, getTrueRow, getY, getY, setColorsAndCompletion, toString
-
-
-
-
Constructor Detail
-
TaskDrawDiamond
public TaskDrawDiamond(TimeScale timeScale, Real y, String prettyDisplay, Day start, ISkinParam skinParam, Task task, ToTaskDraw toTaskDraw, StyleBuilder styleBuilder)
-
-
Method Detail
-
getHeightMax
public double getHeightMax(StringBounder stringBounder)
-
getShapeHeight
protected double getShapeHeight(StringBounder stringBounder)
- Specified by:
getShapeHeight
in classAbstractTaskDraw
-
drawTitle
public final void drawTitle(UGraphic ug, LabelStrategy labelStrategy, double colTitles, double colBars)
-
getTitle
protected TextBlock getTitle()
- Specified by:
getTitle
in classAbstractTaskDraw
-
drawU
public void drawU(UGraphic ug)
-
getFingerPrintNote
public FingerPrint getFingerPrintNote(StringBounder stringBounder)
-
getFingerPrint
public FingerPrint getFingerPrint(StringBounder stringBounder)
-
getX1
public double getX1(TaskAttribute taskAttribute)
-
getX2
public double getX2(TaskAttribute taskAttribute)
-
-