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 voiddrawTitle(UGraphic ug)FingerPrintgetFingerPrint()FingerPrintgetFingerPrintNote(StringBounder stringBounder)doublegetHeightMax(StringBounder stringBounder)doublegetHeightTask()TaskgetTask()TaskDrawgetTrueRow()doublegetY()doublegetY(Direction direction)voidpushMe(double deltaY)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
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)
-
-