Class TaskDrawDiamond
- java.lang.Object
-
- net.sourceforge.plantuml.project.draw.AbstractTaskDraw
-
- net.sourceforge.plantuml.project.draw.TaskDrawDiamond
-
public class TaskDrawDiamond extends AbstractTaskDraw
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.project.draw.AbstractTaskDraw
colors, completion, margin, note, prettyDisplay, skinParam, start, timeScale, url
-
-
Constructor Summary
Constructors Constructor Description TaskDrawDiamond(TimeScale timeScale, double y, java.lang.String prettyDisplay, Day start, ISkinParam skinParam, Task task, ToTaskDraw toTaskDraw)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddrawTitle(UGraphic ug)voiddrawU(UGraphic ug1)FingerPrintgetFingerPrint()FingerPrintgetFingerPrintNote(StringBounder stringBounder)doublegetHeightMax(StringBounder stringBounder)protected StylegetStyle()-
Methods inherited from class net.sourceforge.plantuml.project.draw.AbstractTaskDraw
getBackgroundColor, getFontConfiguration, getHeightTask, getLineColor, getShapeHeight, getTask, getTrueRow, getY, getY, pushMe, setColorsAndCompletion, toString
-
-
-
-
Constructor Detail
-
TaskDrawDiamond
public TaskDrawDiamond(TimeScale timeScale, double y, java.lang.String prettyDisplay, Day start, ISkinParam skinParam, Task task, ToTaskDraw toTaskDraw)
-
-
Method Detail
-
getStyle
protected Style getStyle()
- Specified by:
getStylein classAbstractTaskDraw
-
getHeightMax
public double getHeightMax(StringBounder stringBounder)
-
drawTitle
public final void drawTitle(UGraphic ug)
-
drawU
public void drawU(UGraphic ug1)
-
getFingerPrintNote
public FingerPrint getFingerPrintNote(StringBounder stringBounder)
-
getFingerPrint
public FingerPrint getFingerPrint()
-
-