Uses of Class
adams.gui.visualization.jfreechart.chart.AbstractChartGenerator
-
Packages that use AbstractChartGenerator Package Description adams.flow.sink adams.gui.tools.spreadsheetviewer.chart adams.gui.visualization.jfreechart.chart -
-
Uses of AbstractChartGenerator in adams.flow.sink
Fields in adams.flow.sink declared as AbstractChartGenerator Modifier and Type Field Description protected AbstractChartGeneratorJFreeChartFileWriter. m_Chartthe chart generator.protected AbstractChartGeneratorJFreeChartPlot. m_Chartthe chart generator.Methods in adams.flow.sink that return AbstractChartGenerator Modifier and Type Method Description AbstractChartGeneratorJFreeChartFileWriter. getChart()Returns the chart generator.AbstractChartGeneratorJFreeChartPlot. getChart()Returns the chart generator.Methods in adams.flow.sink with parameters of type AbstractChartGenerator Modifier and Type Method Description voidJFreeChartFileWriter. setChart(AbstractChartGenerator value)Sets the chart generator.voidJFreeChartPlot. setChart(AbstractChartGenerator value)Sets the chart generator. -
Uses of AbstractChartGenerator in adams.gui.tools.spreadsheetviewer.chart
Fields in adams.gui.tools.spreadsheetviewer.chart declared as AbstractChartGenerator Modifier and Type Field Description protected AbstractChartGeneratorJFreeChart. m_Chartthe chart generator.Methods in adams.gui.tools.spreadsheetviewer.chart that return AbstractChartGenerator Modifier and Type Method Description AbstractChartGeneratorJFreeChart. getChart()Returns the chart generator.Methods in adams.gui.tools.spreadsheetviewer.chart with parameters of type AbstractChartGenerator Modifier and Type Method Description voidJFreeChart. setChart(AbstractChartGenerator value)Sets the chart generator. -
Uses of AbstractChartGenerator in adams.gui.visualization.jfreechart.chart
Subclasses of AbstractChartGenerator in adams.gui.visualization.jfreechart.chart Modifier and Type Class Description classAbstractChartGeneratorWithAxisLabels<T extends org.jfree.data.general.Dataset>Ancestor for chart generators that support axis labels.classBarChartGenerates bar chart from category data.classBubbleChartGenerates bubble chart from XYZ data (Z is size of bubble).classDensityScatterPlotGenerates a scatter plot from XY data.classFlowPlotGenerates a flow plot form a FlowDataset.classScatterPlotGenerates a scatter plot from XY data.classXYLineChartGenerates line chart from XY data.
-