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, java.lang.String prettyDisplay, Day start, Day end, boolean oddStart, boolean oddEnd, ISkinSimple skinSimple, Task task, ToTaskDraw toTaskDraw, java.util.Collection<GanttConstraint> constraints, StyleBuilder styleBuilder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddrawShape(UGraphic ug)voiddrawTitle(UGraphic ug, LabelStrategy labelStrategy, double colTitles, double colBars)voiddrawU(UGraphic ug)FingerPrintgetFingerPrint(StringBounder stringBounder)FingerPrintgetFingerPrintNote(StringBounder stringBounder)doublegetHeightMax(StringBounder stringBounder)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, java.lang.String prettyDisplay, Day start, Day end, boolean oddStart, boolean oddEnd, ISkinSimple skinSimple, Task task, ToTaskDraw toTaskDraw, java.util.Collection<GanttConstraint> constraints, StyleBuilder styleBuilder)
-
-
Method Detail
-
getShapeHeight
public 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)
-
drawShape
public void drawShape(UGraphic ug)
-
-