Interface TaskDraw
-
- All Superinterfaces:
UDrawable
- All Known Implementing Classes:
AbstractTaskDraw
,TaskDrawDiamond
,TaskDrawRegular
,TaskDrawSeparator
public interface TaskDraw extends UDrawable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
drawTitle(UGraphic ug)
FingerPrint
getFingerPrint()
FingerPrint
getFingerPrintNote(StringBounder stringBounder)
double
getHeightMax(StringBounder stringBounder)
double
getHeightTask()
Task
getTask()
TaskDraw
getTrueRow()
double
getY()
double
getY(Direction direction)
void
pushMe(double deltaY)
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
double getY()
-
getY
double getY(Direction direction)
-
pushMe
void pushMe(double deltaY)
-
drawTitle
void drawTitle(UGraphic ug)
-
getHeightTask
double getHeightTask()
-
getHeightMax
double getHeightMax(StringBounder stringBounder)
-
getTask
Task getTask()
-
getFingerPrint
FingerPrint getFingerPrint()
-
getFingerPrintNote
FingerPrint getFingerPrintNote(StringBounder stringBounder)
-
-