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 AbstractChartGenerator
JFreeChartFileWriter. m_Chart
the chart generator.protected AbstractChartGenerator
JFreeChartPlot. m_Chart
the chart generator.Methods in adams.flow.sink that return AbstractChartGenerator Modifier and Type Method Description AbstractChartGenerator
JFreeChartFileWriter. getChart()
Returns the chart generator.AbstractChartGenerator
JFreeChartPlot. getChart()
Returns the chart generator.Methods in adams.flow.sink with parameters of type AbstractChartGenerator Modifier and Type Method Description void
JFreeChartFileWriter. setChart(AbstractChartGenerator value)
Sets the chart generator.void
JFreeChartPlot. 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 AbstractChartGenerator
JFreeChart. m_Chart
the chart generator.Methods in adams.gui.tools.spreadsheetviewer.chart that return AbstractChartGenerator Modifier and Type Method Description AbstractChartGenerator
JFreeChart. getChart()
Returns the chart generator.Methods in adams.gui.tools.spreadsheetviewer.chart with parameters of type AbstractChartGenerator Modifier and Type Method Description void
JFreeChart. 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 class
AbstractChartGeneratorWithAxisLabels<T extends org.jfree.data.general.Dataset>
Ancestor for chart generators that support axis labels.class
BarChart
Generates bar chart from category data.class
BubbleChart
Generates bubble chart from XYZ data (Z is size of bubble).class
ScatterPlot
Generates a scatter plot from XY data.class
XYLineChart
Generates line chart from XY data.
-