Class TaskDrawRegular
- java.lang.Object
-
- net.sourceforge.plantuml.project.draw.AbstractTaskDraw
-
- net.sourceforge.plantuml.project.draw.TaskDrawRegular
-
public class TaskDrawRegular extends AbstractTaskDraw
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.project.draw.AbstractTaskDraw
note, prettyDisplay, start, timeScale, url
-
-
Constructor Summary
Constructors Constructor Description TaskDrawRegular(TimeScale timeScale, Real y, String prettyDisplay, Day start, Day end, boolean oddStart, boolean oddEnd, ISkinParam skinParam, Task task, ToTaskDraw toTaskDraw, Collection<GanttConstraint> constraints, 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
-
TaskDrawRegular
public TaskDrawRegular(TimeScale timeScale, Real y, String prettyDisplay, Day start, Day end, boolean oddStart, boolean oddEnd, ISkinParam skinParam, Task task, ToTaskDraw toTaskDraw, Collection<GanttConstraint> constraints, StyleBuilder styleBuilder)
-
-
Method Detail
-
getShapeHeight
protected double getShapeHeight(StringBounder stringBounder)
- Specified by:
getShapeHeight
in classAbstractTaskDraw
-
drawTitle
public 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)
-
getHeightMax
public double getHeightMax(StringBounder stringBounder)
-
getFingerPrint
public FingerPrint getFingerPrint(StringBounder stringBounder)
-
getFingerPrintNote
public FingerPrint getFingerPrintNote(StringBounder stringBounder)
-
getX1
public double getX1(TaskAttribute taskAttribute)
-
getX2
public double getX2(TaskAttribute taskAttribute)
-
-