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
getX(StringBounder stringBounder, GSide side, GArrowType arrowType)
Real
getY(StringBounder stringBounder)
double
getY(StringBounder stringBounder, GSide side)
void
setColorsAndCompletion(CenterBorderColor colors, int completion, Url url, Display note, Stereotype noteStereotype)
-
-
-
Method Detail
-
getTrueRow
TaskDraw getTrueRow()
-
setColorsAndCompletion
void setColorsAndCompletion(CenterBorderColor colors, int completion, Url url, Display note, Stereotype noteStereotype)
-
getY
Real getY(StringBounder stringBounder)
-
getY
double getY(StringBounder stringBounder, GSide side)
-
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)
-
getX
double getX(StringBounder stringBounder, GSide side, GArrowType arrowType)
-
-