Uses of Class
de.gsi.chart.plugins.EditDataSet.DataPoint
-
Packages that use EditDataSet.DataPoint Package Description de.gsi.chart.plugins -
-
Uses of EditDataSet.DataPoint in de.gsi.chart.plugins
Methods in de.gsi.chart.plugins that return EditDataSet.DataPoint Modifier and Type Method Description protected EditDataSet.DataPointEditDataSet. findNearestDataPoint(Chart chart, javafx.geometry.Point2D mouseLocation)Methods in de.gsi.chart.plugins that return types with arguments of type EditDataSet.DataPoint Modifier and Type Method Description protected java.util.List<EditDataSet.DataPoint>EditDataSet. findNeighborPoints(XYChart chart, double searchedX)protected javafx.util.Pair<EditDataSet.DataPoint,EditDataSet.DataPoint>EditDataSet. findNeighborPoints(de.gsi.dataset.DataSet dataSet, double searchedX)Handles series that have data sorted or not sorted with respect to X coordinate.protected javafx.util.Pair<EditDataSet.DataPoint,EditDataSet.DataPoint>EditDataSet. findNeighborPoints(de.gsi.dataset.DataSet dataSet, double searchedX)Handles series that have data sorted or not sorted with respect to X coordinate.
-