-
public final class DoublePointChartDataPointStyleClass for styling double point chart data points
-
-
Field Summary
Fields Modifier and Type Field Description private final PointStylebottomPointStyleprivate final PointStyletopPointStyleprivate final ColorlineColorprivate final DplineWidth
-
Constructor Summary
Constructors Constructor Description DoublePointChartDataPointStyle(PointStyle bottomPointStyle, PointStyle topPointStyle, Color lineColor, Dp lineWidth)
-
Method Summary
Modifier and Type Method Description final PointStylegetBottomPointStyle()final PointStylegetTopPointStyle()final ColorgetLineColor()final DpgetLineWidth()-
-
Constructor Detail
-
DoublePointChartDataPointStyle
DoublePointChartDataPointStyle(PointStyle bottomPointStyle, PointStyle topPointStyle, Color lineColor, Dp lineWidth)
-
-
Method Detail
-
getBottomPointStyle
final PointStyle getBottomPointStyle()
-
getTopPointStyle
final PointStyle getTopPointStyle()
-
getLineColor
final Color getLineColor()
-
getLineWidth
final Dp getLineWidth()
-
-
-
-