Interface TaskDraw
-
- All Superinterfaces:
UDrawable
- All Known Implementing Classes:
TaskDrawRegular
,TaskDrawSeparator
public interface TaskDraw extends UDrawable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
drawTitle(UGraphic ug)
double
getHeight()
double
getY()
double
getY(Direction direction)
void
setColors(ComplementColors colors)
-
-
-
Method Detail
-
setColors
void setColors(ComplementColors colors)
-
getY
double getY()
-
getY
double getY(Direction direction)
-
drawTitle
void drawTitle(UGraphic ug)
-
getHeight
double getHeight()
-
-