Uses of Class
de.gsi.chart.XYChart
-
Packages that use XYChart Package Description de.gsi.chart de.gsi.chart.plugins de.gsi.chart.renderer.spi de.gsi.chart.utils -
-
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.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 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 topprotected AxisAbstractDataSetManagement. getFirstAxis(javafx.geometry.Orientation orientation, XYChart fallback)Returns the first axis for a specific orientation and falls back to the first axis of the chart if no such axis exists. -
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)
-