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, 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)doublegetHeightMax(StringBounder stringBounder)protected doublegetShapeHeight(StringBounder stringBounder)protected TextBlockgetTitle()doublegetX1(TaskAttribute taskAttribute)doublegetX2(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, HColorSet colorSet)
-
-
Method Detail
-
getShapeHeight
protected double getShapeHeight(StringBounder stringBounder)
- Specified by:
getShapeHeightin classAbstractTaskDraw
-
drawTitle
public void drawTitle(UGraphic ug, LabelStrategy labelStrategy, double colTitles, double colBars)
-
getTitle
protected TextBlock getTitle()
- Specified by:
getTitlein 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)
-
-