Interface TaskDraw
-
- All Superinterfaces:
UDrawable
- All Known Implementing Classes:
AbstractTaskDraw
,TaskDrawDiamond
,TaskDrawGroup
,TaskDrawRegular
,TaskDrawSeparator
public interface TaskDraw extends UDrawable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
getTrueRow
TaskDraw getTrueRow()
-
setColorsAndCompletion
void setColorsAndCompletion(CenterBorderColor colors, int completion, Url url, Display note)
-
getY
Real getY(StringBounder stringBounder)
-
getY
double getY(StringBounder stringBounder, Direction direction)
-
drawTitle
void drawTitle(UGraphic ug, LabelStrategy labelStrategy, double colTitles, double colBars)
-
getTitleWidth
double getTitleWidth(StringBounder stringBounder)
-
getFullHeightTask
double getFullHeightTask(StringBounder stringBounder)
-
getHeightMax
double getHeightMax(StringBounder stringBounder)
-
getTask
Task getTask()
-
getFingerPrint
FingerPrint getFingerPrint(StringBounder stringBounder)
-
getFingerPrintNote
FingerPrint getFingerPrintNote(StringBounder stringBounder)
-
getX1
double getX1(TaskAttribute taskAttribute)
-
getX2
double getX2(TaskAttribute taskAttribute)
-
-