Package | Description |
---|---|
com.iamsoft.util.ui.javafx.chart |
Classes related to plotting, charting, etc.
|
Modifier and Type | Method and 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() |
Modifier and Type | Method and 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 and 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) |
Copyright © 2023. All rights reserved.