public abstract class AbstractTaskDraw extends java.lang.Object implements TaskDraw
Modifier and Type | Field and Description |
---|---|
protected double |
margin |
protected java.lang.String |
prettyDisplay |
protected Wink |
start |
protected TimeScale |
timeScale |
protected double |
y |
Constructor and Description |
---|
AbstractTaskDraw(TimeScale timeScale,
double y,
java.lang.String prettyDisplay,
Wink start) |
Modifier and Type | Method and Description |
---|---|
protected abstract FontConfiguration |
getFontConfiguration() |
double |
getHeight() |
protected double |
getShapeHeight() |
double |
getY() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
drawTitle, setColorsAndCompletion
protected final TimeScale timeScale
protected final double y
protected final java.lang.String prettyDisplay
protected final Wink start
protected final double margin
protected abstract FontConfiguration getFontConfiguration()
protected final double getShapeHeight()
Copyright © 2020. All Rights Reserved.