Uses of Class
org.knowm.xchart.internal.chartpart.Chart
-
Packages that use Chart Package Description org.knowm.xchart org.knowm.xchart.internal Classes in this package are internal and are not intended to be accessed directly.org.knowm.xchart.internal.chartpart -
-
Uses of Chart in org.knowm.xchart
Classes in org.knowm.xchart with type parameters of type Chart Modifier and Type Class Description classSwingWrapper<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.xchart Modifier and Type Class Description classBoxChartclassBubbleChartclassCategoryChartclassDialChartclassHeatMapChartclassOHLCChartclassPieChartclassRadarChartclassXYChartFields in org.knowm.xchart declared as Chart Modifier and Type Field Description private TXChartPanel. chartMethods in org.knowm.xchart with type parameters of type Chart Modifier and Type Method Description static <T extends Chart<?,?>>
byte[]BitmapEncoder. getBitmapBytes(T chart, BitmapEncoder.BitmapFormat bitmapFormat)Generates a byte[] for a given chartstatic <T extends Chart<?,?>>
java.awt.image.BufferedImageBitmapEncoder. getBufferedImage(T chart)static <T extends Chart<?,?>>
voidBitmapEncoder. saveBitmap(java.util.List<T> charts, java.lang.Integer rows, java.lang.Integer cols, java.io.OutputStream targetStream, BitmapEncoder.BitmapFormat bitmapFormat)Save list of Charts into a given stream.static <T extends Chart<?,?>>
voidBitmapEncoder. saveBitmap(java.util.List<T> charts, java.lang.Integer rows, java.lang.Integer cols, java.lang.String fileName, BitmapEncoder.BitmapFormat bitmapFormat)Save list of Charts as an image file.static <T extends Chart<?,?>>
voidBitmapEncoder. saveBitmap(T chart, java.io.OutputStream targetStream, BitmapEncoder.BitmapFormat bitmapFormat)Write a Chart into a given stream.static <T extends Chart<?,?>>
voidBitmapEncoder. saveBitmap(T chart, java.lang.String fileName, BitmapEncoder.BitmapFormat bitmapFormat)Save a Chart as an image filestatic <T extends Chart<?,?>>
voidBitmapEncoder. saveBitmapWithDPI(T chart, java.lang.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, java.lang.String fileName, float quality)Save a Chart as a JPEG fileMethods in org.knowm.xchart with parameters of type Chart Modifier and Type Method Description voidAnnotationImage. init(Chart chart)voidAnnotationTextPanel. init(Chart chart)voidVectorGraphicsEncoder.PDFBoxProcessor. savePdf(Chart chart, java.io.OutputStream os)static voidPdfboxGraphicsEncoder. savePdfboxGraphics(Chart chart, java.io.File file)Write a chart to a filestatic voidPdfboxGraphicsEncoder. savePdfboxGraphics(Chart chart, java.io.OutputStream os)Write a chart to an OutputStreamstatic voidPdfboxGraphicsEncoder. savePdfboxGraphics(Chart chart, java.lang.String fileName)Write a chart to a filestatic voidVectorGraphicsEncoder. saveVectorGraphic(Chart chart, java.io.OutputStream os, VectorGraphicsEncoder.VectorGraphicsFormat vectorGraphicsFormat)Write a chart to an OutputStream.static voidVectorGraphicsEncoder. saveVectorGraphic(Chart chart, java.lang.String fileName, VectorGraphicsEncoder.VectorGraphicsFormat vectorGraphicsFormat)Write a chart to a file.Method parameters in org.knowm.xchart with type arguments of type Chart Modifier and Type Method Description static voidPdfboxGraphicsEncoder. savePdfboxGraphics(java.util.List<? extends Chart> charts, java.io.File file)Write multiple charts to a filestatic voidPdfboxGraphicsEncoder. savePdfboxGraphics(java.util.List<? extends Chart> charts, java.io.OutputStream os)Write multiple charts to an OutputStreamstatic voidPdfboxGraphicsEncoder. savePdfboxGraphics(java.util.List<? extends Chart> charts, java.lang.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 Chart Modifier and Type Class Description classChartBuilder<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 Chart Modifier and Type Field Description protected ChartAnnotation. chartprivate Chart<ST,S>Axis. chartprivate Chart<ST,S>AxisPair. chartprivate Chart<ST,S>AxisTick. chartprivate Chart<ST,S>AxisTickLabels. chartprivate Chart<ST,S>AxisTickMarks. chartprivate Chart<ST,S>AxisTitle. chartprivate ChartChartButton. chartprivate Chart<ST,S>ChartTitle. chartprivate ChartCursor. chart(package private) Chart<ST,S>Legend_. chart(package private) Chart<ST,S>Plot_. chart(package private) Chart<ST,S>PlotContent_. chart(package private) Chart<ST,S>PlotSurface_. chartprivate ChartToolTips. chartMethods in org.knowm.xchart.internal.chartpart with parameters of type Chart Modifier and Type Method Description voidAnnotation. init(Chart chart)protected 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 Chart Constructor Description Axis(Chart<ST,S> chart, Axis.Direction direction, int index)ConstructorAxisPair(Chart<ST,S> chart)ConstructorAxisTick(Chart<ST,S> chart, Axis.Direction direction, Axis yAxis)ConstructorAxisTickLabels(Chart<ST,S> chart, Axis.Direction direction, Axis yAxis)ConstructorAxisTickMarks(Chart<ST,S> chart, Axis.Direction direction, Axis yAxis)ConstructorAxisTitle(Chart<ST,S> chart, Axis.Direction direction, Axis yAxis, int yIndex)ConstructorChartTitle(Chart<ST,S> chart)ConstructorCursor(Chart chart)ConstructorLegend_(Chart<ST,S> chart)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)ConstructorPlot_(Chart<ST,S> chart)ConstructorPlot_AxesChart(Chart<ST,S> chart)ConstructorPlot_Box(Chart<ST,S> chart)Plot_Bubble(Chart<ST,S> chart)ConstructorPlot_Category(Chart<ST,S> chart)ConstructorPlot_Circular(Chart<ST,S> chart)ConstructorPlot_Dial(Chart<ST,S> chart)ConstructorPlot_HeatMap(Chart<ST,S> chart)ConstructorPlot_OHLC(Chart<ST,S> chart)ConstructorPlot_Pie(Chart<ST,S> chart)ConstructorPlot_Radar(Chart<ST,S> chart)ConstructorPlot_XY(Chart<ST,S> chart)ConstructorPlotContent_(Chart<ST,S> chart)ConstructorPlotContent_Box(Chart<ST,S> chart)PlotContent_Bubble(Chart<ST,S> chart)ConstructorPlotContent_Category_Bar(Chart<ST,S> chart)ConstructorPlotContent_Dial(Chart<ST,S> chart)PlotContent_HeatMap(Chart<ST,S> chart)ConstructorPlotContent_OHLC(Chart<ST,S> chart)ConstructorPlotContent_Pie(Chart<ST,S> chart)ConstructorPlotContent_Radar(Chart<ST,S> chart)ConstructorPlotContent_XY(Chart<ST,S> chart)ConstructorPlotSurface_(Chart<ST,S> chart)ConstructorPlotSurface_AxesChart(Chart<ST,S> chart)ConstructorPlotSurface_Pie(Chart<ST,S> chart)ConstructorToolTips(Chart chart)Constructor
-