Package adams.gui.visualization.jfreechart.chart
-
Class Summary Class Description AbstractChartGenerator<T extends org.jfree.data.general.Dataset> Ancestor for chart generators.AbstractChartGeneratorWithAxisLabels<T extends org.jfree.data.general.Dataset> Ancestor for chart generators that support axis labels.BarChart Generates bar chart from category data.BubbleChart Generates bubble chart from XYZ data (Z is size of bubble).ScatterPlot Generates a scatter plot from XY data.XYLineChart Generates line chart from XY data. -
Enum Summary Enum Description Orientation Enumeration of the possible orientations.