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 HColorprotected CenterBorderColorprotected final HColorSetprotected intprotected final FontConfigurationfinal doublegetFullHeightTask(StringBounder stringBounder) protected final HColorprotected abstract doublegetShapeHeight(StringBounder stringBounder) protected final StylegetStyle()protected final StyleBuilderfinal TaskgetTask()protected abstract TextBlockgetTitle()final doublegetTitleWidth(StringBounder stringBounder) final TaskDrawfinal RealgetY(StringBounder stringBounder) final doublegetY(StringBounder stringBounder, Direction direction) final voidsetColorsAndCompletion(CenterBorderColor colors, int completion, Url url, Display note) final StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.sourceforge.plantuml.project.draw.TaskDraw
drawTitle, getFingerPrint, getFingerPrintNote, getHeightMax, getX1, getX2
-
Field Details
-
url
-
note
-
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) - Specified by:
setColorsAndCompletionin interfaceTaskDraw
-
getLineColor
-
getBackgroundColor
-
getFontConfiguration
-
getStyle
-
getTitleWidth
- Specified by:
getTitleWidthin interfaceTaskDraw
-
getTitle
-
getShapeHeight
-
getFullHeightTask
- Specified by:
getFullHeightTaskin interfaceTaskDraw
-
getTrueRow
- Specified by:
getTrueRowin interfaceTaskDraw
-
getY
-
getTask
-
getY
-
getStyleBuilder
-
getColorSet
-
getColors
-
getCompletion
protected int getCompletion()
-