Package org.knowm.xchart
-
Class Summary Class Description AnnotationImage AnnotationLine AnnotationText AnnotationTextPanel BitmapEncoder A helper class with static methods for saving Charts as bitmapsBoxChart BoxChartBuilder BoxSeries BubbleChart BubbleChartBuilder BubbleSeries A Series containing X, Y and bubble size data to be plotted on a ChartCategoryChart CategoryChartBuilder CategorySeries A Series containing category data to be plotted on a ChartCSVExporter This class is used to export Chart data to a folder containing one or more CSV files.CSVImporter This class is used to create a Chart object from a folder containing one or more CSV files.CSVImporter.SeriesData DialChart DialChartBuilder DialSeries A Series containing Radar data to be plotted on a ChartGifEncoder A helper class with static methods for saving Charts as a GIF fileHeatMapChart HeatMapChartBuilder HeatMapSeries A Series containing X, Y and heatData data to be plotted on a ChartHistogram This class can be used to create histogramOHLCChart OHLCChartBuilder OHLCSeries PdfboxGraphicsEncoder A helper class with static methods for saving Charts as a PDF filePieChart PieChartBuilder PieSeries A Series containing Pie data to be plotted on a ChartQuickChart A convenience class for making Charts with one line of codeRadarChart RadarChartBuilder RadarSeries A Series containing Radar data to be plotted on a ChartSwingWrapper<T extends org.knowm.xchart.internal.chartpart.Chart<?,?>> A convenience class used to display a Chart in a barebones Swing applicationVectorGraphicsEncoder A helper class with static methods for saving Charts as vectorsXChartPanel<T extends org.knowm.xchart.internal.chartpart.Chart<?,?>> A Swing JPanel that contains a ChartXChartPanel.Printer XYChart XYChartBuilder XYSeries A Series containing X and Y data to be plotted on a Chart