@groovy.transform.CompileStatic class LineDiagramScene extends DiagramScene
Fields inherited from class | Fields |
---|---|
class DiagramScene |
DIAGRAM_MARGIN_BOTTOM, DIAGRAM_MARGIN_LEFT, DIAGRAM_MARGIN_RIGHT, DIAGRAM_MARGIN_TOP, FONT_SIZE, LEGEND_MARGIN, LEGEND_RECT_HEIGHT, LEGEND_RECT_TEXT_SPACING, LEGEND_RECT_WIDTH, diagramMarginTop, height, legendFullColor, render, width, yDataPerKey |
Constructor and description |
---|
LineDiagramScene
(taack.ui.diagram.render.IDiagramRender render, java.util.List<java.lang.String> xLabels, java.util.Map<java.lang.String, java.util.List<BigDecimal>> yDataPerKey) |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
draw() |
|
void |
drawDataLine() |
|
void |
drawHorizontalBackground() |
|
void |
drawVerticalBackground() |
Methods inherited from class | Name |
---|---|
class DiagramScene |
drawLegend |