Uses of Class
adams.gui.visualization.xchart.chart.AbstractChartGenerator
-
Packages that use AbstractChartGenerator Package Description adams.flow.sink adams.gui.visualization.xchart.chart -
-
Uses of AbstractChartGenerator in adams.flow.sink
Fields in adams.flow.sink declared as AbstractChartGenerator Modifier and Type Field Description protected AbstractChartGeneratorXChartFileWriter. m_Chartthe chart generator.protected AbstractChartGeneratorXChartPlot. m_Chartthe chart generator.Methods in adams.flow.sink that return AbstractChartGenerator Modifier and Type Method Description AbstractChartGeneratorXChartFileWriter. getChart()Returns the chart generator.AbstractChartGeneratorXChartPlot. getChart()Returns the chart generator.Methods in adams.flow.sink with parameters of type AbstractChartGenerator Modifier and Type Method Description voidXChartFileWriter. setChart(AbstractChartGenerator value)Sets the chart generator.voidXChartPlot. setChart(AbstractChartGenerator value)Sets the chart generator. -
Uses of AbstractChartGenerator in adams.gui.visualization.xchart.chart
Subclasses of AbstractChartGenerator in adams.gui.visualization.xchart.chart Modifier and Type Class Description classAbstractChartGeneratorWithAxisLabels<C extends org.knowm.xchart.internal.chartpart.Chart,D extends Dataset>Ancestor for chart generators that support axis labels.classAbstractXYChartGeneratorAncestor for XY charts.classDensityScatterPlotChartGenerates an density-based XY scatter plot.classScatterPlotChartGenerates an XY scatter plot.classXYLineChartGenerates an XY line chart.
-