Uses of Class
com.iamsoft.util.ui.javafx.chart.ChartStackLayer
Packages that use ChartStackLayer
-
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 ChartStackLayerModifier and TypeMethodDescriptionprotected Optional<ChartStackLayer<X,
?>> ChartStack.getBaseChartLayer()
protected Optional<ChartStackLayer<X,
?>> javafx.collections.ObservableList<ChartStackLayer<X,
?>> ChartStack.getXYChartLayers()
Methods in com.iamsoft.util.ui.javafx.chart with parameters of type ChartStackLayerModifier and TypeMethodDescriptionprotected 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 ChartStackLayerModifierConstructorDescriptionChartStack
(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)