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 voiddrawTitle(UGraphic ug, LabelStrategy labelStrategy, double colTitles, double colBars)FingerPrintgetFingerPrint(StringBounder stringBounder)FingerPrintgetFingerPrintNote(StringBounder stringBounder)doublegetFullHeightTask(StringBounder stringBounder)doublegetHeightMax(StringBounder stringBounder)TaskgetTask()doublegetTitleWidth(StringBounder stringBounder)TaskDrawgetTrueRow()doublegetX1(TaskAttribute taskAttribute)doublegetX2(TaskAttribute taskAttribute)RealgetY(StringBounder stringBounder)doublegetY(StringBounder stringBounder, Direction direction)voidsetColorsAndCompletion(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)
-
-