Class AbstractTaskDraw
java.lang.Object
net.sourceforge.plantuml.project.draw.AbstractTaskDraw
- Direct Known Subclasses:
TaskDrawDiamond
,TaskDrawGroup
,TaskDrawRegular
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAbstractTaskDraw
(TimeScale timeScale, Real y, String prettyDisplay, Day start, Task task, ToTaskDraw toTaskDraw, StyleBuilder styleBuilder) -
Method Summary
Modifier and TypeMethodDescriptionprotected final HColor
protected CenterBorderColor
protected final HColorSet
protected int
protected final FontConfiguration
final double
getFullHeightTask
(StringBounder stringBounder) protected final HColor
protected Pragma
protected abstract double
getShapeHeight
(StringBounder stringBounder) protected final Style
getStyle()
protected final StyleBuilder
final Task
getTask()
protected abstract TextBlock
getTitle()
final double
getTitleWidth
(StringBounder stringBounder) final TaskDraw
final Real
getY
(StringBounder stringBounder) double
getY
(StringBounder stringBounder, GSide side) final void
setColorsAndCompletion
(CenterBorderColor colors, int completion, Url url, Display note, Stereotype noteStereotype) final String
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.sourceforge.plantuml.project.draw.TaskDraw
drawTitle, getFingerPrint, getFingerPrintNote, getHeightMax, getX
-
Field Details
-
url
-
note
-
noteStereotype
-
timeScale
-
prettyDisplay
-
start
-
-
Constructor Details
-
AbstractTaskDraw
public AbstractTaskDraw(TimeScale timeScale, Real y, String prettyDisplay, Day start, Task task, ToTaskDraw toTaskDraw, StyleBuilder styleBuilder)
-
-
Method Details
-
toString
-
setColorsAndCompletion
public final void setColorsAndCompletion(CenterBorderColor colors, int completion, Url url, Display note, Stereotype noteStereotype) - Specified by:
setColorsAndCompletion
in interfaceTaskDraw
-
getLineColor
-
getBackgroundColor
-
getFontConfiguration
-
getStyle
-
getTitleWidth
- Specified by:
getTitleWidth
in interfaceTaskDraw
-
getTitle
-
getShapeHeight
-
getFullHeightTask
- Specified by:
getFullHeightTask
in interfaceTaskDraw
-
getTrueRow
- Specified by:
getTrueRow
in interfaceTaskDraw
-
getY
-
getTask
-
getY
-
getStyleBuilder
-
getColorSet
-
getColors
-
getCompletion
protected int getCompletion() -
getPragma
-