Uses of Class
com.iamsoft.util.ui.javafx.chart.ChartStackLayer
-
Packages that use ChartStackLayer Package Description com.iamsoft.util.ui.javafx.chart Classes related to plotting, charting, etc. -
-
Uses of ChartStackLayer in com.iamsoft.util.ui.javafx.chart
Methods in com.iamsoft.util.ui.javafx.chart that return types with arguments of type ChartStackLayer Modifier and Type Method Description protected Optional<ChartStackLayer<X,?>>
ChartStack. getBaseChartLayer()
protected Optional<ChartStackLayer<X,?>>
ChartStack. getLayer(javafx.scene.chart.XYChart<X,?> pChart)
javafx.collections.ObservableList<ChartStackLayer<X,?>>
ChartStack. getXYChartLayers()
Methods in com.iamsoft.util.ui.javafx.chart with parameters of type ChartStackLayer Modifier and Type Method Description protected double
ChartStack. toBaseChartYValue(ChartStackLayer<?,?> pLayer, double pYVal)
Transforms the specified Y value of the specified layer to base chart relative Y value.Constructor parameters in com.iamsoft.util.ui.javafx.chart with type arguments of type ChartStackLayer Constructor Description ChartStack(BiFunction<javafx.scene.chart.Axis,javafx.scene.chart.Axis,? extends javafx.scene.chart.XYChart> pXYChartFunction, javafx.scene.chart.Axis<X> pXAxis, Supplier<? extends javafx.scene.chart.Axis<X>> pXAxisFunction, List<ChartStackLayer<X,?>> pXYChartLayers, Double pStrokeWidth, boolean pDistinctStrokes)
-