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
colors, completion, note, prettyDisplay, skinParam, start, timeScale, url
-
-
Constructor Summary
Constructors Constructor Description TaskDrawRegular(TimeScale timeScale, double y, java.lang.String prettyDisplay, Day start, Day end, boolean oddStart, boolean oddEnd, ISkinParam skinParam, Task task, ToTaskDraw toTaskDraw, java.util.Collection<GanttConstraint> constraints)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
drawTitle(UGraphic ug)
void
drawU(UGraphic ug)
FingerPrint
getFingerPrint()
FingerPrint
getFingerPrintNote(StringBounder stringBounder)
double
getHeightMax(StringBounder stringBounder)
protected Style
getStyle()
-
Methods inherited from class net.sourceforge.plantuml.project.draw.AbstractTaskDraw
getBackgroundColor, getFontConfiguration, getHeightTask, getLineColor, getShapeHeight, getTask, getTrueRow, getY, getY, pushMe, setColorsAndCompletion, toString
-
-
-
-
Constructor Detail
-
TaskDrawRegular
public TaskDrawRegular(TimeScale timeScale, double y, java.lang.String prettyDisplay, Day start, Day end, boolean oddStart, boolean oddEnd, ISkinParam skinParam, Task task, ToTaskDraw toTaskDraw, java.util.Collection<GanttConstraint> constraints)
-
-
Method Detail
-
drawTitle
public void drawTitle(UGraphic ug)
-
getStyle
protected Style getStyle()
- Specified by:
getStyle
in classAbstractTaskDraw
-
drawU
public void drawU(UGraphic ug)
-
getHeightMax
public double getHeightMax(StringBounder stringBounder)
-
getFingerPrint
public FingerPrint getFingerPrint()
-
getFingerPrintNote
public FingerPrint getFingerPrintNote(StringBounder stringBounder)
-
-