Uses of Class
de.gsi.chart.Chart
-
-
Uses of Chart in de.gsi.chart
Subclasses of Chart in de.gsi.chart Modifier and Type Class Description classXYChartChart designed primarily to display data traces using DataSet interfaces which are more flexible and efficient than the observable lists used by XYChart.Methods in de.gsi.chart that return Chart Modifier and Type Method Description ChartChart. fireInvalidated()Notifies listeners that the data has been invalidated.ChartChart. setToolBarPinned(boolean value) -
Uses of Chart in de.gsi.chart.plugins
Fields in de.gsi.chart.plugins declared as Chart Modifier and Type Field Description protected ChartDataPointTooltip.DataPoint. chartMethods in de.gsi.chart.plugins that return Chart Modifier and Type Method Description ChartChartPlugin. getChart()Returns the value of theChartPlugin.chartProperty().ChartDataPointTooltip.DataPoint. getChart()ChartEditDataSet.DataPoint. getChart()Methods in de.gsi.chart.plugins that return types with arguments of type Chart Modifier and Type Method Description javafx.beans.property.ObjectProperty<Chart>ChartPlugin. chartProperty()The associatedChart.Methods in de.gsi.chart.plugins with parameters of type Chart Modifier and Type Method Description protected voidEditAxis. addMouseEventHandlers(Chart newChart)voidTableViewer.DataSetsModel. chartChanged(Chart oldChart, Chart newChart)protected EditDataSet.DataPointEditDataSet. findNearestDataPoint(Chart chart, javafx.geometry.Point2D mouseLocation)protected java.lang.StringAbstractDataFormattingPlugin. formatData(Chart chart, de.gsi.dataset.spi.utils.Tuple<java.lang.Number,java.lang.Number> data)Formats the data to be displayed by this plugin.protected voidEditAxis. removeMouseEventHandlers(Chart oldChart)voidChartPlugin. setChart(Chart chart)Called by theChartwhen the plugin is added to it.Constructors in de.gsi.chart.plugins with parameters of type Chart Constructor Description DataPoint(Chart chart, double x, double y, java.lang.String label)DataPoint(Chart chart, de.gsi.dataset.DataSet dataSet, int index, double x, double y, java.lang.String label) -
Uses of Chart in de.gsi.chart.plugins.measurements
Fields in de.gsi.chart.plugins.measurements with type parameters of type Chart Modifier and Type Field Description protected javafx.beans.value.ChangeListener<Chart>DataSetMeasurements. globalChartChangeListenerprotected javafx.beans.property.ObjectProperty<Chart>DataSetMeasurements. localChartprotected javafx.beans.value.ChangeListener<Chart>DataSetMeasurements. localChartChangeListenerMethods in de.gsi.chart.plugins.measurements with parameters of type Chart Modifier and Type Method Description protected static AxisAbstractChartMeasurement. getFirstAxisForDataSet(Chart chart, de.gsi.dataset.DataSet dataSet, boolean isHorizontal) -
Uses of Chart in de.gsi.chart.plugins.measurements.utils
Fields in de.gsi.chart.plugins.measurements.utils with type parameters of type Chart Modifier and Type Field Description protected javafx.beans.value.ChangeListener<? super Chart>ValueIndicatorSelector. chartChangeListener -
Uses of Chart in de.gsi.chart.renderer
Methods in de.gsi.chart.renderer with parameters of type Chart Modifier and Type Method Description java.util.List<de.gsi.dataset.DataSet>Renderer. render(javafx.scene.canvas.GraphicsContext gc, Chart chart, int dataSetOffset, javafx.collections.ObservableList<de.gsi.dataset.DataSet> datasets) -
Uses of Chart in de.gsi.chart.renderer.spi
Fields in de.gsi.chart.renderer.spi declared as Chart Modifier and Type Field Description protected ChartMetaDataRenderer. chartMethods in de.gsi.chart.renderer.spi with parameters of type Chart Modifier and Type Method Description java.util.List<de.gsi.dataset.DataSet>ContourDataSetRenderer. render(javafx.scene.canvas.GraphicsContext gc, Chart chart, int dataSetOffset, javafx.collections.ObservableList<de.gsi.dataset.DataSet> datasets)java.util.List<de.gsi.dataset.DataSet>ErrorDataSetRenderer. render(javafx.scene.canvas.GraphicsContext gc, Chart chart, int dataSetOffset, javafx.collections.ObservableList<de.gsi.dataset.DataSet> datasets)java.util.List<de.gsi.dataset.DataSet>GridRenderer. render(javafx.scene.canvas.GraphicsContext gc, Chart chart, int dataSetOffset, javafx.collections.ObservableList<de.gsi.dataset.DataSet> datasets)java.util.List<de.gsi.dataset.DataSet>HistoryDataSetRenderer. render(javafx.scene.canvas.GraphicsContext gc, Chart chart, int dataSetOffset, javafx.collections.ObservableList<de.gsi.dataset.DataSet> datasets)java.util.List<de.gsi.dataset.DataSet>LabelledMarkerRenderer. render(javafx.scene.canvas.GraphicsContext gc, Chart chart, int dataSetOffset, javafx.collections.ObservableList<de.gsi.dataset.DataSet> datasets)java.util.List<de.gsi.dataset.DataSet>MetaDataRenderer. render(javafx.scene.canvas.GraphicsContext gc, Chart chart, int dataSetOffset, javafx.collections.ObservableList<de.gsi.dataset.DataSet> datasets)java.util.List<de.gsi.dataset.DataSet>MountainRangeRenderer. render(javafx.scene.canvas.GraphicsContext gc, Chart chart, int dataSetOffset, javafx.collections.ObservableList<de.gsi.dataset.DataSet> datasets)java.util.List<de.gsi.dataset.DataSet>ReducingLineRenderer. render(javafx.scene.canvas.GraphicsContext gc, Chart chart, int dataSetOffset, javafx.collections.ObservableList<de.gsi.dataset.DataSet> datasets)Constructors in de.gsi.chart.renderer.spi with parameters of type Chart Constructor Description MetaDataRenderer(Chart chart) -
Uses of Chart in de.gsi.chart.ui
Constructors in de.gsi.chart.ui with parameters of type Chart Constructor Description ToolBarFlowPane(Chart chart) -
Uses of Chart in de.gsi.chart.utils
Methods in de.gsi.chart.utils that return Chart Modifier and Type Method Description static ChartXYChartUtils. getChart(javafx.scene.Node chartChildNode)Returns Chart instance containing given child node.Methods in de.gsi.chart.utils with parameters of type Chart Modifier and Type Method Description static javafx.scene.layout.RegionXYChartUtils. getChartContent(Chart chart)
-