Uses of Class
org.knowm.xchart.internal.chartpart.Chart
Packages that use Chart
Package
Description
Classes in this package are internal and are not intended to be accessed directly.
-
Uses of Chart in org.knowm.xchart
Classes in org.knowm.xchart with type parameters of type ChartModifier and TypeClassDescriptionclassSwingWrapper<T extends Chart<?,?>> A convenience class used to display a Chart in a barebones Swing applicationclassXChartPanel<T extends Chart<?,?>> A Swing JPanel that contains a ChartSubclasses of Chart in org.knowm.xchartModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassFields in org.knowm.xchart declared as ChartMethods in org.knowm.xchart with type parameters of type ChartModifier and TypeMethodDescriptionstatic <T extends Chart<?,?>>
byte[]BitmapEncoder.getBitmapBytes(T chart, BitmapEncoder.BitmapFormat bitmapFormat) Generates a byte[] for a given chartstatic <T extends Chart<?,?>>
BufferedImageBitmapEncoder.getBufferedImage(T chart) static <T extends Chart<?,?>>
voidBitmapEncoder.saveBitmap(List<T> charts, Integer rows, Integer cols, OutputStream targetStream, BitmapEncoder.BitmapFormat bitmapFormat) Save list of Charts into a given stream.static <T extends Chart<?,?>>
voidBitmapEncoder.saveBitmap(List<T> charts, Integer rows, Integer cols, String fileName, BitmapEncoder.BitmapFormat bitmapFormat) Save list of Charts as an image file.static <T extends Chart<?,?>>
voidBitmapEncoder.saveBitmap(T chart, OutputStream targetStream, BitmapEncoder.BitmapFormat bitmapFormat) Write a Chart into a given stream.static <T extends Chart<?,?>>
voidBitmapEncoder.saveBitmap(T chart, String fileName, BitmapEncoder.BitmapFormat bitmapFormat) Save a Chart as an image filestatic <T extends Chart<?,?>>
voidBitmapEncoder.saveBitmapWithDPI(T chart, String fileName, BitmapEncoder.BitmapFormat bitmapFormat, int DPI) Save a chart as a PNG with a custom DPI.static <T extends Chart<?,?>>
voidBitmapEncoder.saveJPGWithQuality(T chart, String fileName, float quality) Save a Chart as a JPEG fileMethods in org.knowm.xchart with parameters of type ChartModifier and TypeMethodDescriptionvoidvoidvoidVectorGraphicsEncoder.PDFBoxProcessor.savePdf(Chart chart, OutputStream os) static voidPdfboxGraphicsEncoder.savePdfboxGraphics(Chart chart, File file) Write a chart to a filestatic voidPdfboxGraphicsEncoder.savePdfboxGraphics(Chart chart, OutputStream os) Write a chart to an OutputStreamstatic voidPdfboxGraphicsEncoder.savePdfboxGraphics(Chart chart, String fileName) Write a chart to a filestatic voidVectorGraphicsEncoder.saveVectorGraphic(Chart chart, OutputStream os, VectorGraphicsEncoder.VectorGraphicsFormat vectorGraphicsFormat) Write a chart to an OutputStream.static voidVectorGraphicsEncoder.saveVectorGraphic(Chart chart, String fileName, VectorGraphicsEncoder.VectorGraphicsFormat vectorGraphicsFormat) Write a chart to a file.Method parameters in org.knowm.xchart with type arguments of type ChartModifier and TypeMethodDescriptionstatic voidPdfboxGraphicsEncoder.savePdfboxGraphics(List<? extends Chart> charts, File file) Write multiple charts to a filestatic voidPdfboxGraphicsEncoder.savePdfboxGraphics(List<? extends Chart> charts, OutputStream os) Write multiple charts to an OutputStreamstatic voidPdfboxGraphicsEncoder.savePdfboxGraphics(List<? extends Chart> charts, String fileName) Write multiple charts to a file -
Uses of Chart in org.knowm.xchart.internal
Classes in org.knowm.xchart.internal with type parameters of type ChartModifier and TypeClassDescriptionclassChartBuilder<T extends ChartBuilder<?,?>, C extends Chart> A "Builder" to make creating charts easier -
Uses of Chart in org.knowm.xchart.internal.chartpart
Fields in org.knowm.xchart.internal.chartpart declared as ChartModifier and TypeFieldDescriptionprotected ChartAnnotation.chartAxis.chartAxisPair.chartAxisTick.chartAxisTickLabels.chartAxisTickMarks.chartAxisTitle.chartprivate final ChartChartButton.chartChartTitle.chartprivate final ChartCursor.chartLegend_.chartPlot_.chartPlotContent_.chartPlotSurface_.chartprivate final ChartToolTips.chartMethods in org.knowm.xchart.internal.chartpart with parameters of type ChartModifier and TypeMethodDescriptionvoidprotected abstract voidPlot_Circular.initContentAndSurface(Chart<ST, S> chart) protected voidPlot_Dial.initContentAndSurface(Chart<ST, S> chart) protected voidPlot_Pie.initContentAndSurface(Chart<ST, S> chart) protected voidPlot_Radar.initContentAndSurface(Chart<ST, S> chart) Constructors in org.knowm.xchart.internal.chartpart with parameters of type ChartModifierConstructorDescriptionAxis(Chart<ST, S> chart, Axis.Direction direction, int index) ConstructorConstructor(package private)Constructor(package private)AxisTickLabels(Chart<ST, S> chart, Axis.Direction direction, Axis yAxis) Constructor(package private)AxisTickMarks(Chart<ST, S> chart, Axis.Direction direction, Axis yAxis) Constructor(package private)ConstructorChartTitle(Chart<ST, S> chart) ConstructorConstructor(package private)ConstructorLegend_Bubble(Chart<ST, S> chart) ConstructorLegend_HeatMap(Chart<ST, S> chart) Legend_Marker(Chart<ST, S> chart) ConstructorLegend_OHLC(Chart<ST, S> chart) ConstructorLegend_Pie(Chart<ST, S> chart) Constructor(package private)Constructor(package private)Plot_AxesChart(Chart<ST, S> chart) ConstructorPlot_Bubble(Chart<ST, S> chart) ConstructorPlot_Category(Chart<ST, S> chart) ConstructorPlot_Circular(Chart<ST, S> chart) ConstructorConstructorPlot_HeatMap(Chart<ST, S> chart) ConstructorConstructorConstructorPlot_Radar(Chart<ST, S> chart) ConstructorConstructor(package private)PlotContent_(Chart<ST, S> chart) Constructor(package private)PlotContent_Box(Chart<ST, S> chart) (package private)PlotContent_Bubble(Chart<ST, S> chart) Constructor(package private)PlotContent_Category_Bar(Chart<ST, S> chart) Constructor(package private)PlotContent_Dial(Chart<ST, S> chart) (package private)PlotContent_HeatMap(Chart<ST, S> chart) Constructor(package private)PlotContent_OHLC(Chart<ST, S> chart) Constructor(package private)PlotContent_Pie(Chart<ST, S> chart) Constructor(package private)PlotContent_Radar(Chart<ST, S> chart) Constructor(package private)PlotContent_XY(Chart<ST, S> chart) Constructor(package private)PlotSurface_(Chart<ST, S> chart) Constructor(package private)PlotSurface_AxesChart(Chart<ST, S> chart) Constructor(package private)PlotSurface_Pie(Chart<ST, S> chart) ConstructorConstructor