Uses of Interface
com.iamsoft.util.ui.javafx.chart.ClosestDataPointFunction
Packages that use ClosestDataPointFunction
-
Uses of ClosestDataPointFunction in com.iamsoft.util.ui.javafx.chart
Methods in com.iamsoft.util.ui.javafx.chart that return ClosestDataPointFunctionModifier and TypeMethodDescriptionstatic <X,Y> ClosestDataPointFunction<X, Y> ClosestDataPointFunction.byX()static <X,Y> ClosestDataPointFunction<X, Y> ClosestDataPointFunction.byXY()static <X,Y> ClosestDataPointFunction<X, Y> ClosestDataPointFunction.byY()static <X,Y> ClosestDataPointFunction<X, Y> ClosestDataPointFunction.defaultX(javafx.beans.value.ObservableValue<ClosestDataPointFunction<X, Y>> pFunction) final ClosestDataPointFunction<X,Y> MultiXYChart.getClosestDataPointFunction()Gets the value of the property closestDataPointFunction.final ClosestDataPointFunction<Number,Number> SliderChartPane.getClosestDataPointFunction()Gets the value of the property closestDataPointFunction.static <X,Y> ClosestDataPointFunction<X, Y> ClosestDataPointFunction.safeFunction(ClosestDataPointFunction<X, Y> pFunction) Methods in com.iamsoft.util.ui.javafx.chart that return types with arguments of type ClosestDataPointFunctionModifier and TypeMethodDescriptionfinal javafx.beans.property.ObjectProperty<ClosestDataPointFunction<X,Y>> MultiXYChart.closestDataPointFunctionProperty()final javafx.beans.property.ObjectProperty<ClosestDataPointFunction<Number,Number>> SliderChartPane.closestDataPointFunctionProperty()Methods in com.iamsoft.util.ui.javafx.chart with parameters of type ClosestDataPointFunctionModifier and TypeMethodDescriptionstatic <X,Y> javafx.event.EventHandler<? super javafx.scene.input.MouseEvent> ChartUtil.createClosestDataPointHandler(List<javafx.scene.chart.LineChart<X, Y>> pCharts, boolean pNullValueOnMouseExit, Consumer<javafx.scene.chart.XYChart.Data<X, Y>> pClosestDataPointConsumer, ClosestDataPointFunction<X, Y> pClosestDataPointFunction) static <X,Y> javafx.event.EventHandler<? super javafx.scene.input.MouseEvent> ChartUtil.createClosestDataPointHandler(javafx.scene.chart.LineChart<X, Y> pChart, boolean pNullValueOnMouseExit, Consumer<javafx.scene.chart.XYChart.Data<X, Y>> pClosestDataPointConsumer, ClosestDataPointFunction<X, Y> pClosestDataPointFunction) static <X,Y> javafx.beans.property.ReadOnlyObjectProperty<javafx.scene.chart.XYChart.Data<X, Y>> ChartUtil.createClosestToMouseDataPointProperty(javafx.collections.ObservableList<javafx.scene.chart.LineChart<X, Y>> pCharts, boolean pNullValueOnMouseExit, ClosestDataPointFunction<X, Y> pClosestDataPointFunction) static <X,Y> javafx.beans.property.ReadOnlyObjectProperty<javafx.scene.chart.XYChart.Data<X, Y>> ChartUtil.createClosestToMouseDataPointProperty(javafx.scene.chart.LineChart<X, Y> pChart, boolean pNullValueOnMouseExit, ClosestDataPointFunction<X, Y> pClosestDataPointFunction) static <X,Y> javafx.beans.property.ReadOnlyObjectProperty<javafx.scene.chart.XYChart.Data<X, Y>> ChartUtil.displayClosestToMouseMarker(javafx.collections.ObservableList<javafx.scene.chart.LineChart<X, Y>> pCharts, boolean pHideOnMouseExit, ClosestDataPointFunction<X, Y> pClosestDataPointFunction) static <X,Y> javafx.beans.property.ReadOnlyObjectProperty<javafx.scene.chart.XYChart.Data<X, Y>> ChartUtil.displayClosestToMouseMarker(javafx.scene.chart.LineChart<X, Y> pChart, boolean pHideOnMouseExit, ClosestDataPointFunction<X, Y> pClosestDataPointFunction) static <X,Y> javafx.scene.chart.XYChart.Data<X, Y> ChartUtil.getClosestDataPoint(List<javafx.scene.chart.LineChart<X, Y>> pCharts, double pXPos, double pYPos, ClosestDataPointFunction<X, Y> pClosestDataPointFunction) static <X,Y> ClosestDataPointFunction<X, Y> ClosestDataPointFunction.safeFunction(ClosestDataPointFunction<X, Y> pFunction) final voidMultiXYChart.setClosestDataPointFunction(ClosestDataPointFunction<X, Y> pClosestDataPointFunction) Sets the value of the property closestDataPointFunction.final voidSliderChartPane.setClosestDataPointFunction(ClosestDataPointFunction<Number, Number> pClosestDataPointFunction) Sets the value of the property closestDataPointFunction.Method parameters in com.iamsoft.util.ui.javafx.chart with type arguments of type ClosestDataPointFunctionModifier and TypeMethodDescriptionstatic <X,Y> ClosestDataPointFunction<X, Y> ClosestDataPointFunction.defaultX(javafx.beans.value.ObservableValue<ClosestDataPointFunction<X, Y>> pFunction)