public interface TaskDraw extends UDrawable
Modifier and Type | Method and Description |
---|---|
void |
drawTitle(UGraphic ug,
LabelStrategy labelStrategy,
double colTitles,
double colBars) |
FingerPrint |
getFingerPrint(StringBounder stringBounder) |
FingerPrint |
getFingerPrintNote(StringBounder stringBounder) |
double |
getFullHeightTask(StringBounder stringBounder) |
double |
getHeightMax(StringBounder stringBounder) |
Task |
getTask() |
double |
getTitleWidth(StringBounder stringBounder) |
TaskDraw |
getTrueRow() |
double |
getX1(TaskAttribute taskAttribute) |
double |
getX2(TaskAttribute taskAttribute) |
Real |
getY(StringBounder stringBounder) |
double |
getY(StringBounder stringBounder,
Direction direction) |
void |
setColorsAndCompletion(CenterBorderColor colors,
int completion,
Url url,
Display note) |
TaskDraw getTrueRow()
void setColorsAndCompletion(CenterBorderColor colors, int completion, Url url, Display note)
Real getY(StringBounder stringBounder)
double getY(StringBounder stringBounder, Direction direction)
void drawTitle(UGraphic ug, LabelStrategy labelStrategy, double colTitles, double colBars)
double getTitleWidth(StringBounder stringBounder)
double getFullHeightTask(StringBounder stringBounder)
double getHeightMax(StringBounder stringBounder)
Task getTask()
FingerPrint getFingerPrint(StringBounder stringBounder)
FingerPrint getFingerPrintNote(StringBounder stringBounder)
double getX1(TaskAttribute taskAttribute)
double getX2(TaskAttribute taskAttribute)