Uses of Class
de.gsi.chart.XYChart
-
Packages that use XYChart Package Description de.gsi.chart de.gsi.chart.plugins de.gsi.chart.plugins.measurements de.gsi.chart.plugins.measurements.utils de.gsi.chart.renderer.spi de.gsi.chart.utils de.gsi.chart.viewer -
-
Uses of XYChart in de.gsi.chart
Methods in de.gsi.chart that return XYChart Modifier and Type Method Description XYChartXYChart. setPolarPlot(boolean state)Sets whether renderer should use polar coordinates (x -> interpreted as phi, y as radial coordinate) -
Uses of XYChart in de.gsi.chart.plugins
Methods in de.gsi.chart.plugins with parameters of type XYChart Modifier and Type Method Description protected java.util.List<EditDataSet.DataPoint>EditDataSet. findNeighborPoints(XYChart chart, double searchedX) -
Uses of XYChart in de.gsi.chart.plugins.measurements
Fields in de.gsi.chart.plugins.measurements declared as XYChart Modifier and Type Field Description protected XYChartAbstractChartMeasurement. chartConstructors in de.gsi.chart.plugins.measurements with parameters of type XYChart Constructor Description SimpleMeasurements(XYChart chart, SimpleMeasurements.MeasurementType measType)ValueIndicator(XYChart chart, AxisMode axisMode) -
Uses of XYChart in de.gsi.chart.plugins.measurements.utils
Constructors in de.gsi.chart.plugins.measurements.utils with parameters of type XYChart Constructor Description DataSetSelector(XYChart chart) -
Uses of XYChart in de.gsi.chart.renderer.spi
Methods in de.gsi.chart.renderer.spi with parameters of type XYChart Modifier and Type Method Description protected voidGridRenderer. drawEuclideanGrid(javafx.scene.canvas.GraphicsContext gc, XYChart xyChart)protected voidGridRenderer. drawEuclideanGrid2(javafx.scene.canvas.GraphicsContext gc, XYChart xyChart)protected voidLabelledMarkerRenderer. drawHorizontalLabelledMarker(javafx.scene.canvas.GraphicsContext gc, XYChart chart, de.gsi.dataset.DataSet dataSet, int indexMin, int indexMax)Draws horizontal markers with horizontal (default) labels attached to the topprotected voidGridRenderer. drawPolarGrid(javafx.scene.canvas.GraphicsContext gc, XYChart xyChart)protected voidLabelledMarkerRenderer. drawVerticalLabelledMarker(javafx.scene.canvas.GraphicsContext gc, XYChart chart, de.gsi.dataset.DataSet dataSet, int indexMin, int indexMax)Draws vertical markers with vertical (default) labels attached to the topConstructors in de.gsi.chart.renderer.spi with parameters of type XYChart Constructor Description GridRenderer(XYChart chart) -
Uses of XYChart in de.gsi.chart.utils
Methods in de.gsi.chart.utils with parameters of type XYChart Modifier and Type Method Description static javafx.scene.layout.PaneXYChartUtils. getLegend(XYChart chart)static javafx.scene.NodeXYChartUtils. getPlotContent(XYChart chart) -
Uses of XYChart in de.gsi.chart.viewer
Methods in de.gsi.chart.viewer with parameters of type XYChart Modifier and Type Method Description voidDataView. add(java.lang.String chartName, XYChart chart)Sugar method to add DataViewPane with chart.Constructors in de.gsi.chart.viewer with parameters of type XYChart Constructor Description DataViewPane(java.lang.String name, XYChart chart)
-