Uses of Class
com.storedobject.chart.LineStyle
Packages that use LineStyle
-
Uses of LineStyle in com.storedobject.chart
Subclasses of LineStyle in com.storedobject.chartMethods in com.storedobject.chart that return LineStyleModifier and TypeMethodDescriptionAxis.Pointer.getLineStyle
(boolean create) Get the line-style of the pointer.final LineStyle
DataZoom.DataShadowStyle.getLineStyle
(boolean create) Get the line style.LineChart.getLineStyle
(boolean create) Get the line-style.final LineStyle
SankeyChart.Edge.getLineStyle
(boolean create) Get line style.final LineStyle
SankeyChart.getLineStyle
(boolean create) Get line style.Axis.Line.getStyle
(boolean create) Get the style.final LineStyle
GaugeChart.AxisLine.getStyle()
Get the style of the Gauge chart's axis line.Methods in com.storedobject.chart with parameters of type LineStyleModifier and TypeMethodDescriptionvoid
Axis.Pointer.setLineStyle
(LineStyle lineStyle) Set the line-style of the pointer.void
DataZoom.DataShadowStyle.setLineStyle
(LineStyle lineStyle) Set the line style.void
LineChart.setLineStyle
(LineStyle lineStyle) Set the line-style.final void
SankeyChart.Edge.setLineStyle
(LineStyle lineStyle) Set the line style.final void
SankeyChart.setLineStyle
(LineStyle lineStyle) Set the line style.void
Set the style.