public class TaskDrawRegular extends AbstractTaskDraw
note, prettyDisplay, start, timeScale, url| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
void |
drawShape(UGraphic ug) |
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) |
double |
getShapeHeight(StringBounder stringBounder) |
protected TextBlock |
getTitle() |
double |
getX1(TaskAttribute taskAttribute) |
double |
getX2(TaskAttribute taskAttribute) |
getBackgroundColor, getColors, getColorSet, getCompletion, getFontConfiguration, getFullHeightTask, getLineColor, getStyle, getStyleBuilder, getTask, getTitleWidth, getTrueRow, getY, getY, setColorsAndCompletion, toStringpublic 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)
public double getShapeHeight(StringBounder stringBounder)
getShapeHeight in class AbstractTaskDrawpublic void drawTitle(UGraphic ug, LabelStrategy labelStrategy, double colTitles, double colBars)
protected TextBlock getTitle()
getTitle in class AbstractTaskDrawpublic void drawU(UGraphic ug)
public double getHeightMax(StringBounder stringBounder)
public FingerPrint getFingerPrint(StringBounder stringBounder)
public FingerPrint getFingerPrintNote(StringBounder stringBounder)
public double getX1(TaskAttribute taskAttribute)
public double getX2(TaskAttribute taskAttribute)
public void drawShape(UGraphic ug)