-
- All Implemented Interfaces:
-
cz.applifting.appgraph.decorations.CanvasDrawable
public final class VerticalGridLines implements CanvasDrawable
Component that draws vertical gridlines to the canvas. Line is drawn on each x-axis point.
-
-
Constructor Summary
Constructors Constructor Description VerticalGridLines(Color color, Integer widthPx)
-
Method Summary
Modifier and Type Method Description final ColorgetColor()final IntegergetWidthPx()UnitdrawToCanvas(BasicChartDrawer basicChartDrawer)-
-
Constructor Detail
-
VerticalGridLines
VerticalGridLines(Color color, Integer widthPx)
-
-
Method Detail
-
getColor
final Color getColor()
-
getWidthPx
final Integer getWidthPx()
-
drawToCanvas
Unit drawToCanvas(BasicChartDrawer basicChartDrawer)
-
-
-
-