-
- All Implemented Interfaces:
-
cz.applifting.appgraph.decorations.CanvasDrawable
public final class HorizontalLine implements CanvasDrawable
Component that draws horizontal line to canvas.
-
-
Constructor Summary
Constructors Constructor Description HorizontalLine(Float y, Color color, Dp widthDp, HorizontalLineStyle style)
-
Method Summary
Modifier and Type Method Description final FloatgetY()final ColorgetColor()final DpgetWidthDp()final HorizontalLineStylegetStyle()UnitdrawToCanvas(BasicChartDrawer basicChartDrawer)-
-
Constructor Detail
-
HorizontalLine
HorizontalLine(Float y, Color color, Dp widthDp, HorizontalLineStyle style)
-
-
Method Detail
-
getColor
final Color getColor()
-
getWidthDp
final Dp getWidthDp()
-
getStyle
final HorizontalLineStyle getStyle()
-
drawToCanvas
Unit drawToCanvas(BasicChartDrawer basicChartDrawer)
-
-
-
-