Class TaskDrawDiamond
java.lang.Object
net.sourceforge.plantuml.project.draw.AbstractTaskDraw
net.sourceforge.plantuml.project.draw.TaskDrawDiamond
-
Field Summary
Fields inherited from class net.sourceforge.plantuml.project.draw.AbstractTaskDraw
note, noteStereotype, prettyDisplay, start, timeScale, url -
Constructor Summary
ConstructorsConstructorDescriptionTaskDrawDiamond(TimeScale timeScale, Real y, String prettyDisplay, Day start, Task task, ToTaskDraw toTaskDraw, StyleBuilder styleBuilder, ISkinParam skinParam) -
Method Summary
Modifier and TypeMethodDescriptionfinal voiddrawTitle(UGraphic ug, LabelStrategy labelStrategy, double colTitles, double colBars) voidgetFingerPrint(StringBounder stringBounder) getFingerPrintNote(StringBounder stringBounder) doublegetHeightMax(StringBounder stringBounder) protected doublegetShapeHeight(StringBounder stringBounder) protected TextBlockgetTitle()doublegetX(StringBounder stringBounder, GSide side, GArrowType arrowType) doublegetY(StringBounder stringBounder, GSide side) Methods inherited from class net.sourceforge.plantuml.project.draw.AbstractTaskDraw
drawNote, getBackgroundColor, getColors, getColorSet, getCompletion, getFontConfiguration, getFullHeightTask, getLineColor, getOpaleNote, getPragma, getStyle, getStyleBuilder, getTask, getTitleWidth, getTrueRow, getY, setColorsAndCompletion, toString
-
Constructor Details
-
TaskDrawDiamond
public TaskDrawDiamond(TimeScale timeScale, Real y, String prettyDisplay, Day start, Task task, ToTaskDraw toTaskDraw, StyleBuilder styleBuilder, ISkinParam skinParam)
-
-
Method Details
-
getHeightMax
-
getShapeHeight
- Specified by:
getShapeHeightin classAbstractTaskDraw
-
drawTitle
public final void drawTitle(UGraphic ug, LabelStrategy labelStrategy, double colTitles, double colBars) -
getTitle
- Specified by:
getTitlein classAbstractTaskDraw
-
drawU
-
getFingerPrintNote
-
getFingerPrint
-
getX
-
getY
- Specified by:
getYin interfaceTaskDraw- Overrides:
getYin classAbstractTaskDraw
-