-
- All Implemented Interfaces:
-
cz.applifting.appgraph.decorations.CanvasDrawable
public final class HorizontalGridLines implements CanvasDrawable
Component that draws horizontal grid lines to the canvas. 1 for each y-axis label.
-
-
Constructor Summary
Constructors Constructor Description HorizontalGridLines(Color color, Integer heightPx)
-
Method Summary
Modifier and Type Method Description final ColorgetColor()final IntegergetHeightPx()UnitdrawToCanvas(BasicChartDrawer basicChartDrawer)-
-
Constructor Detail
-
HorizontalGridLines
HorizontalGridLines(Color color, Integer heightPx)
-
-
Method Detail
-
getColor
final Color getColor()
-
getHeightPx
final Integer getHeightPx()
-
drawToCanvas
Unit drawToCanvas(BasicChartDrawer basicChartDrawer)
-
-
-
-