Uses of Class
com.iamsoft.util.ui.javafx.chart.ChartSeriesLineStroke
-
Packages that use ChartSeriesLineStroke Package Description com.iamsoft.util.ui.javafx.chart Classes related to plotting, charting, etc. -
-
Uses of ChartSeriesLineStroke in com.iamsoft.util.ui.javafx.chart
Methods in com.iamsoft.util.ui.javafx.chart that return ChartSeriesLineStroke Modifier and Type Method Description static ChartSeriesLineStroke
ChartSeriesLineStroke. valueOf(String name)
Returns the enum constant of this type with the specified name.static ChartSeriesLineStroke[]
ChartSeriesLineStroke. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.iamsoft.util.ui.javafx.chart with parameters of type ChartSeriesLineStroke Modifier and Type Method Description static <X,Y>
voidChartUtil. setSeriesLineStroke(javafx.collections.ObservableList<javafx.scene.chart.XYChart.Series<X,Y>> pSeriesData, ChartSeriesLineStroke pStroke)
-