Index
All Classes|All Packages
A
- AbstractBaseTheme - Class in org.knowm.xchart.style.theme
- AbstractBaseTheme() - Constructor for class org.knowm.xchart.style.theme.AbstractBaseTheme
- addFileExtension(String, String) - Static method in class org.knowm.xchart.internal.Utils
-
Only adds the extension of the fileExtension to the filename if the filename doesn't already have it.
- addFileExtension(String, BitmapEncoder.BitmapFormat) - Static method in class org.knowm.xchart.BitmapEncoder
-
Only adds the extension of the BitmapFormat to the filename if the filename doesn't already have it.
- addFileExtension(String, VectorGraphicsEncoder.VectorGraphicsFormat) - Static method in class org.knowm.xchart.VectorGraphicsEncoder
-
Only adds the extension of the VectorGraphicsFormat to the filename if the filename doesn't already have it.
- addSeries(String, double) - Method in class org.knowm.xchart.DialChart
-
Add a series for a Dial type chart
- addSeries(String, double[]) - Method in class org.knowm.xchart.BoxChart
- addSeries(String, double[]) - Method in class org.knowm.xchart.RadarChart
-
Add a series for a Radar type chart
- addSeries(String, double[]) - Method in class org.knowm.xchart.XYChart
-
Add a series for a X-Y type chart using using double arrays
- addSeries(String, double[], double[]) - Method in class org.knowm.xchart.CategoryChart
-
Add a series for a Category type chart using using double arrays
- addSeries(String, double[], double[]) - Method in class org.knowm.xchart.OHLCChart
-
Add a series for a Line type chart using double arrays
- addSeries(String, double[], double[]) - Method in class org.knowm.xchart.XYChart
-
Add a series for a X-Y type chart using using double arrays
- addSeries(String, double[], double[], double[]) - Method in class org.knowm.xchart.BubbleChart
-
Add a series for a Bubble type chart using using Lists
- addSeries(String, double[], double[], double[]) - Method in class org.knowm.xchart.CategoryChart
-
Add a series for a Category type chart using using double arrays with error bars
- addSeries(String, double[], double[], double[]) - Method in class org.knowm.xchart.XYChart
- addSeries(String, double[], double[], double[], double[]) - Method in class org.knowm.xchart.OHLCChart
-
Add a series for a OHLC type chart using using double arrays
- addSeries(String, double[], double[], double[], double[], double[]) - Method in class org.knowm.xchart.OHLCChart
- addSeries(String, double[], double[], double[], double[], double[], long[]) - Method in class org.knowm.xchart.OHLCChart
-
Add a series for a OHLC type chart using using double arrays
- addSeries(String, double[], String[]) - Method in class org.knowm.xchart.RadarChart
-
Add a series for a Radar type chart
- addSeries(String, double, String) - Method in class org.knowm.xchart.DialChart
-
Add a series for a Dial type chart
- addSeries(String, float[]) - Method in class org.knowm.xchart.XYChart
-
Add a series for a X-Y type chart using using float arrays
- addSeries(String, float[], float[]) - Method in class org.knowm.xchart.OHLCChart
-
Add a series for a Line type chart using float arrays
- addSeries(String, float[], float[]) - Method in class org.knowm.xchart.XYChart
-
Add a series for a X-Y type chart using using float arrays
- addSeries(String, float[], float[], float[]) - Method in class org.knowm.xchart.XYChart
-
Add a series for a X-Y type chart using using float arrays with error bars
- addSeries(String, float[], float[], float[], float[]) - Method in class org.knowm.xchart.OHLCChart
-
Add a series for a OHLC type chart using using float arrays
- addSeries(String, float[], float[], float[], float[], float[]) - Method in class org.knowm.xchart.OHLCChart
-
Add a series for a OHLC type chart using using float arrays
- addSeries(String, float[], float[], float[], float[], float[], float[]) - Method in class org.knowm.xchart.OHLCChart
-
Add a series for a OHLC type chart using using float arrays
- addSeries(String, int[]) - Method in class org.knowm.xchart.BoxChart
- addSeries(String, int[]) - Method in class org.knowm.xchart.XYChart
-
Add a series for a X-Y type chart using using int arrays
- addSeries(String, int[], int[]) - Method in class org.knowm.xchart.CategoryChart
-
Add a series for a Category type chart using using int arrays
- addSeries(String, int[], int[]) - Method in class org.knowm.xchart.OHLCChart
-
Add a series for a Line type chart using int arrays
- addSeries(String, int[], int[]) - Method in class org.knowm.xchart.XYChart
-
Add a series for a X-Y type chart using using int arrays
- addSeries(String, int[], int[], int[]) - Method in class org.knowm.xchart.CategoryChart
-
Add a series for a Category type chart using int arrays with error bars
- addSeries(String, int[], int[], int[]) - Method in class org.knowm.xchart.XYChart
-
Add a series for a X-Y type chart using using int arrays with error bars
- addSeries(String, int[], int[], int[][]) - Method in class org.knowm.xchart.HeatMapChart
-
Add a series for a HeatMap type chart using using int arrays
- addSeries(String, int[], int[], int[], int[]) - Method in class org.knowm.xchart.OHLCChart
-
Add a series for a OHLC type chart using using int arrays
- addSeries(String, int[], int[], int[], int[], int[]) - Method in class org.knowm.xchart.OHLCChart
-
Add a series for a OHLC type chart using using int arrays
- addSeries(String, int[], int[], int[], int[], int[], int[]) - Method in class org.knowm.xchart.OHLCChart
-
Add a series for a OHLC type chart using using int arrays
- addSeries(String, Number) - Method in class org.knowm.xchart.PieChart
-
Add a series for a Pie type chart
- addSeries(String, List<?>, List<?>, List<Number[]>) - Method in class org.knowm.xchart.HeatMapChart
-
Add a series for a HeatMap type chart using using List>
- addSeries(String, List<?>, List<? extends Number>) - Method in class org.knowm.xchart.CategoryChart
-
Add a series for a Category type chart using Lists
- addSeries(String, List<?>, List<? extends Number>) - Method in class org.knowm.xchart.OHLCChart
-
Add a series for a Line type chart using Lists
- addSeries(String, List<?>, List<? extends Number>) - Method in class org.knowm.xchart.XYChart
-
Add a series for a X-Y type chart using Lists
- addSeries(String, List<?>, List<? extends Number>, List<? extends Number>) - Method in class org.knowm.xchart.CategoryChart
-
Add a series for a Category type chart using Lists with error bars
- addSeries(String, List<?>, List<? extends Number>, List<? extends Number>) - Method in class org.knowm.xchart.XYChart
-
Add a series for a X-Y type chart using Lists
- addSeries(String, List<?>, List<? extends Number>, List<? extends Number>, List<? extends Number>, List<? extends Number>) - Method in class org.knowm.xchart.OHLCChart
-
Add a series for a OHLC type chart using Lists
- addSeries(String, List<?>, List<? extends Number>, List<? extends Number>, List<? extends Number>, List<? extends Number>, List<? extends Number>) - Method in class org.knowm.xchart.OHLCChart
-
Add a series for a OHLC type chart using Lists
- addSeries(String, List<? extends Number>) - Method in class org.knowm.xchart.BoxChart
- addSeries(String, List<? extends Number>) - Method in class org.knowm.xchart.XYChart
-
Add a series for a X-Y type chart using Lists
- addSeries(String, List<? extends Number>, List<? extends Number>, List<? extends Number>) - Method in class org.knowm.xchart.BubbleChart
-
Add a series for a Bubble type chart using using double arrays
- addSeries(String, List<? extends Number>, List<? extends Number>, List<? extends Number>, List<? extends Number>) - Method in class org.knowm.xchart.OHLCChart
-
Add a series for a OHLC type chart using Lists
- AnnotationImage - Class in org.knowm.xchart
- AnnotationImage(BufferedImage, double, double, boolean) - Constructor for class org.knowm.xchart.AnnotationImage
-
Constructor
- AnnotationLine - Class in org.knowm.xchart
- AnnotationLine(double, boolean, boolean) - Constructor for class org.knowm.xchart.AnnotationLine
-
Constructor
- AnnotationText - Class in org.knowm.xchart
- AnnotationText(String, double, double, boolean) - Constructor for class org.knowm.xchart.AnnotationText
-
Constructor
- AnnotationTextPanel - Class in org.knowm.xchart
- AnnotationTextPanel(String, double, double, boolean) - Constructor for class org.knowm.xchart.AnnotationTextPanel
-
Constructor
- Area - org.knowm.xchart.CategorySeries.CategorySeriesRenderStyle
- Area - org.knowm.xchart.XYSeries.XYSeriesRenderStyle
- AxesChartStyler - Class in org.knowm.xchart.style
- AxesChartStyler() - Constructor for class org.knowm.xchart.style.AxesChartStyler
- AxesChartStyler.TextAlignment - Enum in org.knowm.xchart.style
B
- Bar - org.knowm.xchart.CategorySeries.CategorySeriesRenderStyle
- BASE_FONT - Static variable in interface org.knowm.xchart.style.theme.Theme
- BASE_STROKE - Static variable in interface org.knowm.xchart.style.theme.Theme
- BaseSeriesColors - Class in org.knowm.xchart.style.colors
-
Colors are taken from http://colorbrewer2.org/#type=qualitative&scheme=Set3&n=12.
- BaseSeriesColors() - Constructor for class org.knowm.xchart.style.colors.BaseSeriesColors
-
Constructor.
- BaseSeriesLines - Class in org.knowm.xchart.style.lines
- BaseSeriesLines() - Constructor for class org.knowm.xchart.style.lines.BaseSeriesLines
-
Constructor
- BaseSeriesMarkers - Class in org.knowm.xchart.style.markers
- BaseSeriesMarkers() - Constructor for class org.knowm.xchart.style.markers.BaseSeriesMarkers
-
Constructor
- BitmapEncoder - Class in org.knowm.xchart
-
A helper class with static methods for saving Charts as bitmaps
- BitmapEncoder.BitmapFormat - Enum in org.knowm.xchart
- BLACK - org.knowm.xchart.style.colors.ChartColor
-
BLACK
- BLACK - Static variable in class org.knowm.xchart.style.colors.XChartSeriesColors
- BLUE - org.knowm.xchart.style.colors.ChartColor
-
BLUE
- BLUE - Static variable in class org.knowm.xchart.style.colors.GGPlot2SeriesColors
- BLUE - Static variable in class org.knowm.xchart.style.colors.MatlabSeriesColors
- BLUE - Static variable in class org.knowm.xchart.style.colors.XChartSeriesColors
- BMP - org.knowm.xchart.BitmapEncoder.BitmapFormat
- BoxChart - Class in org.knowm.xchart
- BoxChart(int, int) - Constructor for class org.knowm.xchart.BoxChart
- BoxChart(int, int, Styler.ChartTheme) - Constructor for class org.knowm.xchart.BoxChart
- BoxChart(int, int, Theme) - Constructor for class org.knowm.xchart.BoxChart
- BoxChart(BoxChartBuilder) - Constructor for class org.knowm.xchart.BoxChart
- BoxChartBuilder - Class in org.knowm.xchart
- BoxChartBuilder() - Constructor for class org.knowm.xchart.BoxChartBuilder
- BoxSeries - Class in org.knowm.xchart
- BoxSeries(String, List<?>, List<? extends Number>, List<? extends Number>, Series.DataType) - Constructor for class org.knowm.xchart.BoxSeries
- BoxStyler - Class in org.knowm.xchart.style
- BoxStyler() - Constructor for class org.knowm.xchart.style.BoxStyler
- BoxStyler.BoxplotCalCulationMethod - Enum in org.knowm.xchart.style
-
Box plot calculation method, method for determining the position of the quartile
- BROWN - Static variable in class org.knowm.xchart.style.colors.XChartSeriesColors
- BubbleChart - Class in org.knowm.xchart
- BubbleChart(int, int) - Constructor for class org.knowm.xchart.BubbleChart
-
Constructor - the default Chart Theme will be used (XChartTheme)
- BubbleChart(int, int, Styler.ChartTheme) - Constructor for class org.knowm.xchart.BubbleChart
-
Constructor
- BubbleChart(int, int, Theme) - Constructor for class org.knowm.xchart.BubbleChart
-
Constructor
- BubbleChart(BubbleChartBuilder) - Constructor for class org.knowm.xchart.BubbleChart
-
Constructor
- BubbleChartBuilder - Class in org.knowm.xchart
- BubbleChartBuilder() - Constructor for class org.knowm.xchart.BubbleChartBuilder
- BubbleSeries - Class in org.knowm.xchart
-
A Series containing X, Y and bubble size data to be plotted on a Chart
- BubbleSeries(String, double[], double[], double[]) - Constructor for class org.knowm.xchart.BubbleSeries
-
Constructor
- BubbleSeries.BubbleSeriesRenderStyle - Enum in org.knowm.xchart
- BubbleStyler - Class in org.knowm.xchart.style
- BubbleStyler() - Constructor for class org.knowm.xchart.style.BubbleStyler
-
Constructor
- build() - Method in class org.knowm.xchart.BoxChartBuilder
- build() - Method in class org.knowm.xchart.BubbleChartBuilder
-
return fully built BubbleChart
- build() - Method in class org.knowm.xchart.CategoryChartBuilder
-
return fully built Chart_Category
- build() - Method in class org.knowm.xchart.DialChartBuilder
- build() - Method in class org.knowm.xchart.HeatMapChartBuilder
-
return fully built HeatMapChart
- build() - Method in class org.knowm.xchart.internal.ChartBuilder
- build() - Method in class org.knowm.xchart.OHLCChartBuilder
-
return fully built XYChart
- build() - Method in class org.knowm.xchart.PieChartBuilder
-
return fully built ChartPie
- build() - Method in class org.knowm.xchart.RadarChartBuilder
- build() - Method in class org.knowm.xchart.XYChartBuilder
-
return fully built XYChart
C
- calculateMinMax() - Method in class org.knowm.xchart.HeatMapSeries
- calculateMinMax() - Method in class org.knowm.xchart.OHLCSeries
- calculateMinMax() - Method in class org.knowm.xchart.RadarSeries
- Candle - org.knowm.xchart.OHLCSeries.OHLCSeriesRenderStyle
- CategoryChart - Class in org.knowm.xchart
- CategoryChart(int, int) - Constructor for class org.knowm.xchart.CategoryChart
-
Constructor - the default Chart Theme will be used (XChartTheme)
- CategoryChart(int, int, Styler.ChartTheme) - Constructor for class org.knowm.xchart.CategoryChart
-
Constructor
- CategoryChart(int, int, Theme) - Constructor for class org.knowm.xchart.CategoryChart
-
Constructor
- CategoryChart(CategoryChartBuilder) - Constructor for class org.knowm.xchart.CategoryChart
-
Constructor
- CategoryChartBuilder - Class in org.knowm.xchart
- CategoryChartBuilder() - Constructor for class org.knowm.xchart.CategoryChartBuilder
- CategorySeries - Class in org.knowm.xchart
-
A Series containing category data to be plotted on a Chart
- CategorySeries(String, List<?>, List<? extends Number>, List<? extends Number>, Series.DataType) - Constructor for class org.knowm.xchart.CategorySeries
-
Constructor
- CategorySeries.CategorySeriesRenderStyle - Enum in org.knowm.xchart
- CategoryStyler - Class in org.knowm.xchart.style
- CategoryStyler() - Constructor for class org.knowm.xchart.style.CategoryStyler
-
Constructor
- Centre - org.knowm.xchart.style.AxesChartStyler.TextAlignment
- ChartBuilder<T extends ChartBuilder<?,?>,C extends org.knowm.xchart.internal.chartpart.Chart> - Class in org.knowm.xchart.internal
-
A "Builder" to make creating charts easier
- ChartBuilder() - Constructor for class org.knowm.xchart.internal.ChartBuilder
-
Constructor
- ChartColor - Enum in org.knowm.xchart.style.colors
-
Pre-defined Colors used for various Chart Elements
- chartTheme - Variable in class org.knowm.xchart.internal.ChartBuilder
- Circle - Class in org.knowm.xchart.style.markers
- Circle - org.knowm.xchart.style.RadarStyler.RadarRenderStyle
- Circle() - Constructor for class org.knowm.xchart.style.markers.Circle
- CIRCLE - Static variable in interface org.knowm.xchart.style.markers.SeriesMarkers
- CLOCKWISE - org.knowm.xchart.style.PieStyler.ClockwiseDirectionType
- ColorBlindFriendlySeriesColors - Class in org.knowm.xchart.style.colors
- ColorBlindFriendlySeriesColors() - Constructor for class org.knowm.xchart.style.colors.ColorBlindFriendlySeriesColors
-
Constructor
- Columns - org.knowm.xchart.CSVImporter.DataOrientation
- COUNTER_CLOCKWISE - org.knowm.xchart.style.PieStyler.ClockwiseDirectionType
- Cross - Class in org.knowm.xchart.style.markers
- Cross() - Constructor for class org.knowm.xchart.style.markers.Cross
- CROSS - Static variable in interface org.knowm.xchart.style.markers.SeriesMarkers
- CSVExporter - Class in org.knowm.xchart
-
This class is used to export Chart data to a folder containing one or more CSV files.
- CSVExporter() - Constructor for class org.knowm.xchart.CSVExporter
- CSVImporter - Class in org.knowm.xchart
-
This class is used to create a Chart object from a folder containing one or more CSV files.
- CSVImporter() - Constructor for class org.knowm.xchart.CSVImporter
- CSVImporter.DataOrientation - Enum in org.knowm.xchart
- CSVImporter.SeriesData - Class in org.knowm.xchart
- CYAN - Static variable in class org.knowm.xchart.style.colors.XChartSeriesColors
D
- DARK_GREY - org.knowm.xchart.style.colors.ChartColor
-
DARK_GREY
- DARK_GREY - Static variable in class org.knowm.xchart.style.colors.MatlabSeriesColors
- DASH_DASH - Static variable in interface org.knowm.xchart.style.lines.SeriesLines
- DASH_DOT - Static variable in interface org.knowm.xchart.style.lines.SeriesLines
- DialChart - Class in org.knowm.xchart
- DialChart(int, int) - Constructor for class org.knowm.xchart.DialChart
-
Constructor - the default Chart Theme will be used (XChartTheme)
- DialChart(int, int, Styler.ChartTheme) - Constructor for class org.knowm.xchart.DialChart
-
Constructor
- DialChart(int, int, Theme) - Constructor for class org.knowm.xchart.DialChart
-
Constructor
- DialChart(DialChartBuilder) - Constructor for class org.knowm.xchart.DialChart
-
Constructor
- DialChartBuilder - Class in org.knowm.xchart
- DialChartBuilder() - Constructor for class org.knowm.xchart.DialChartBuilder
- DialSeries - Class in org.knowm.xchart
-
A Series containing Radar data to be plotted on a Chart
- DialSeries(String, double, String) - Constructor for class org.knowm.xchart.DialSeries
- DialStyler - Class in org.knowm.xchart.style
- DialStyler() - Constructor for class org.knowm.xchart.style.DialStyler
- Diamond - Class in org.knowm.xchart.style.markers
- Diamond() - Constructor for class org.knowm.xchart.style.markers.Diamond
- DIAMOND - Static variable in interface org.knowm.xchart.style.markers.SeriesMarkers
- displayChart() - Method in class org.knowm.xchart.SwingWrapper
-
Display the chart in a Swing JFrame
- displayChartMatrix() - Method in class org.knowm.xchart.SwingWrapper
-
Display the chart in a Swing JFrame
- Donut - org.knowm.xchart.PieSeries.PieSeriesRenderStyle
- DOT_DOT - Static variable in interface org.knowm.xchart.style.lines.SeriesLines
E
- EPS - org.knowm.xchart.VectorGraphicsEncoder.VectorGraphicsFormat
F
- FontColorDetector - Class in org.knowm.xchart.style.colors
- FontColorDetector() - Constructor for class org.knowm.xchart.style.colors.FontColorDetector
G
- getAnnotationLineColor() - Method in class org.knowm.xchart.style.Styler
- getAnnotationLineColor() - Method in interface org.knowm.xchart.style.theme.Theme
- getAnnotationLineStroke() - Method in class org.knowm.xchart.style.Styler
- getAnnotationLineStroke() - Method in interface org.knowm.xchart.style.theme.Theme
- getAnnotationTextFont() - Method in class org.knowm.xchart.style.Styler
- getAnnotationTextFont() - Method in interface org.knowm.xchart.style.theme.Theme
- getAnnotationTextFontColor() - Method in class org.knowm.xchart.style.Styler
- getAnnotationTextFontColor() - Method in interface org.knowm.xchart.style.theme.Theme
- getAnnotationTextPanelBackgroundColor() - Method in class org.knowm.xchart.style.Styler
- getAnnotationTextPanelBackgroundColor() - Method in interface org.knowm.xchart.style.theme.Theme
- getAnnotationTextPanelBorderColor() - Method in class org.knowm.xchart.style.Styler
- getAnnotationTextPanelBorderColor() - Method in interface org.knowm.xchart.style.theme.Theme
- getAnnotationTextPanelFont() - Method in class org.knowm.xchart.style.Styler
- getAnnotationTextPanelFont() - Method in interface org.knowm.xchart.style.theme.Theme
- getAnnotationTextPanelFontColor() - Method in class org.knowm.xchart.style.Styler
- getAnnotationTextPanelFontColor() - Method in interface org.knowm.xchart.style.theme.Theme
- getAnnotationTextPanelPadding() - Method in class org.knowm.xchart.style.Styler
- getAnnotationTextPanelPadding() - Method in interface org.knowm.xchart.style.theme.Theme
- getAntiAlias() - Method in class org.knowm.xchart.style.Styler
- getArcAngle() - Method in class org.knowm.xchart.style.DialStyler
- getArrowArcAngle() - Method in class org.knowm.xchart.style.DialStyler
- getArrowArcPercentage() - Method in class org.knowm.xchart.style.DialStyler
- getArrowColor() - Method in class org.knowm.xchart.style.DialStyler
- getArrowLengthPercentage() - Method in class org.knowm.xchart.style.DialStyler
- getAutomaticFontColor(Color, Color, Color) - Static method in class org.knowm.xchart.style.colors.FontColorDetector
- getAvailableSpaceFill() - Method in class org.knowm.xchart.style.CategoryStyler
- getAvailableSpaceFill() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getAvailableSpaceFill() - Method in interface org.knowm.xchart.style.theme.Theme
- getAxisTickLabels() - Method in class org.knowm.xchart.style.DialStyler
- getAxisTickLabelsColor() - Method in class org.knowm.xchart.style.AxesChartStyler
- getAxisTickLabelsColor() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getAxisTickLabelsColor() - Method in class org.knowm.xchart.style.theme.GGPlot2Theme
- getAxisTickLabelsColor() - Method in interface org.knowm.xchart.style.theme.Theme
- getAxisTickLabelsFont() - Method in class org.knowm.xchart.style.AxesChartStyler
- getAxisTickLabelsFont() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getAxisTickLabelsFont() - Method in class org.knowm.xchart.style.theme.GGPlot2Theme
- getAxisTickLabelsFont() - Method in interface org.knowm.xchart.style.theme.Theme
- getAxisTickMarkLength() - Method in class org.knowm.xchart.style.AxesChartStyler
- getAxisTickMarkLength() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getAxisTickMarkLength() - Method in class org.knowm.xchart.style.theme.GGPlot2Theme
- getAxisTickMarkLength() - Method in class org.knowm.xchart.style.theme.MatlabTheme
- getAxisTickMarkLength() - Method in interface org.knowm.xchart.style.theme.Theme
- getAxisTickMarksColor() - Method in class org.knowm.xchart.style.AxesChartStyler
- getAxisTickMarksColor() - Method in class org.knowm.xchart.style.DialStyler
- getAxisTickMarksColor() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getAxisTickMarksColor() - Method in class org.knowm.xchart.style.theme.MatlabTheme
- getAxisTickMarksColor() - Method in interface org.knowm.xchart.style.theme.Theme
- getAxisTickMarksStroke() - Method in class org.knowm.xchart.style.AxesChartStyler
- getAxisTickMarksStroke() - Method in class org.knowm.xchart.style.DialStyler
- getAxisTickMarksStroke() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getAxisTickMarksStroke() - Method in class org.knowm.xchart.style.theme.GGPlot2Theme
- getAxisTickMarksStroke() - Method in class org.knowm.xchart.style.theme.MatlabTheme
- getAxisTickMarksStroke() - Method in interface org.knowm.xchart.style.theme.Theme
- getAxisTickPadding() - Method in class org.knowm.xchart.style.AxesChartStyler
- getAxisTickPadding() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getAxisTickPadding() - Method in class org.knowm.xchart.style.theme.GGPlot2Theme
- getAxisTickPadding() - Method in interface org.knowm.xchart.style.theme.Theme
- getAxisTickValues() - Method in class org.knowm.xchart.style.DialStyler
- getAxisTitleFont() - Method in class org.knowm.xchart.style.AxesChartStyler
- getAxisTitleFont() - Method in class org.knowm.xchart.style.DialStyler
- getAxisTitleFont() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getAxisTitleFont() - Method in class org.knowm.xchart.style.theme.GGPlot2Theme
- getAxisTitleFont() - Method in class org.knowm.xchart.style.theme.MatlabTheme
- getAxisTitleFont() - Method in interface org.knowm.xchart.style.theme.Theme
- getAxisTitlePadding() - Method in class org.knowm.xchart.style.AxesChartStyler
- getAxisTitlePadding() - Method in class org.knowm.xchart.style.DialStyler
- getAxisTitlePadding() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getAxisTitlePadding() - Method in interface org.knowm.xchart.style.theme.Theme
- getBaseFont() - Method in class org.knowm.xchart.style.Styler
- getBaseFont() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getBaseFont() - Method in interface org.knowm.xchart.style.theme.Theme
- getBitmapBytes(T, BitmapEncoder.BitmapFormat) - Static method in class org.knowm.xchart.BitmapEncoder
-
Generates a byte[] for a given chart
- getBoxplotCalCulationMethod() - Method in class org.knowm.xchart.style.BoxStyler
- getBubbleSeriesRenderStyle() - Method in class org.knowm.xchart.BubbleSeries
- getBufferedImage(T) - Static method in class org.knowm.xchart.BitmapEncoder
- getChart() - Method in class org.knowm.xchart.XChartPanel
- getChart(String, String, String, String[], double[], double[][]) - Static method in class org.knowm.xchart.QuickChart
-
Creates a Chart with multiple Series for the same X-Axis data with default style
- getChart(String, String, String, String, double[], double[]) - Static method in class org.knowm.xchart.QuickChart
-
Creates a Chart with default style
- getChart(String, String, String, String, List<? extends Number>, List<? extends Number>) - Static method in class org.knowm.xchart.QuickChart
-
Creates a Chart with default style
- getChartBackgroundColor() - Method in class org.knowm.xchart.style.Styler
- getChartBackgroundColor() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getChartBackgroundColor() - Method in interface org.knowm.xchart.style.theme.Theme
- getChartBackgroundColor() - Method in class org.knowm.xchart.style.theme.XChartTheme
- getChartButtonBackgroundColor() - Method in class org.knowm.xchart.style.Styler
- getChartButtonBackgroundColor() - Method in interface org.knowm.xchart.style.theme.Theme
- getChartButtonBorderColor() - Method in class org.knowm.xchart.style.Styler
- getChartButtonBorderColor() - Method in interface org.knowm.xchart.style.theme.Theme
- getChartButtonFont() - Method in class org.knowm.xchart.style.Styler
- getChartButtonFont() - Method in interface org.knowm.xchart.style.theme.Theme
- getChartButtonFontColor() - Method in class org.knowm.xchart.style.Styler
- getChartButtonFontColor() - Method in interface org.knowm.xchart.style.theme.Theme
- getChartButtonHoverColor() - Method in interface org.knowm.xchart.style.theme.Theme
- getChartButtonMargin() - Method in class org.knowm.xchart.style.Styler
- getChartButtonMargin() - Method in interface org.knowm.xchart.style.theme.Theme
- getChartButtonPosition() - Method in class org.knowm.xchart.style.Styler
- getChartCategorySeriesRenderStyle() - Method in class org.knowm.xchart.CategorySeries
- getChartFontColor() - Method in class org.knowm.xchart.style.Styler
- getChartFontColor() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getChartFontColor() - Method in interface org.knowm.xchart.style.theme.Theme
- getChartFromCSVDir(String, CSVImporter.DataOrientation, int, int) - Static method in class org.knowm.xchart.CSVImporter
- getChartFromCSVDir(String, CSVImporter.DataOrientation, int, int, Styler.ChartTheme) - Static method in class org.knowm.xchart.CSVImporter
- getChartPadding() - Method in class org.knowm.xchart.style.Styler
- getChartPadding() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getChartPadding() - Method in interface org.knowm.xchart.style.theme.Theme
- getChartPieSeriesRenderStyle() - Method in class org.knowm.xchart.PieSeries
- getChartTitleBoxBackgroundColor() - Method in class org.knowm.xchart.style.Styler
- getChartTitleBoxBackgroundColor() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getChartTitleBoxBackgroundColor() - Method in class org.knowm.xchart.style.theme.GGPlot2Theme
- getChartTitleBoxBackgroundColor() - Method in interface org.knowm.xchart.style.theme.Theme
- getChartTitleBoxBackgroundColor() - Method in class org.knowm.xchart.style.theme.XChartTheme
- getChartTitleBoxBorderColor() - Method in class org.knowm.xchart.style.Styler
- getChartTitleBoxBorderColor() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getChartTitleBoxBorderColor() - Method in class org.knowm.xchart.style.theme.GGPlot2Theme
- getChartTitleBoxBorderColor() - Method in interface org.knowm.xchart.style.theme.Theme
- getChartTitleBoxBorderColor() - Method in class org.knowm.xchart.style.theme.XChartTheme
- getChartTitleFont() - Method in class org.knowm.xchart.style.Styler
- getChartTitleFont() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
-
Base font, bold, size 14.
- getChartTitleFont() - Method in class org.knowm.xchart.style.theme.GGPlot2Theme
- getChartTitleFont() - Method in interface org.knowm.xchart.style.theme.Theme
- getChartTitlePadding() - Method in class org.knowm.xchart.style.Styler
- getChartTitlePadding() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getChartTitlePadding() - Method in interface org.knowm.xchart.style.theme.Theme
- getClockwiseDirectionType() - Method in class org.knowm.xchart.style.PieStyler
- getCloseData() - Method in class org.knowm.xchart.OHLCSeries
- getColor() - Method in enum org.knowm.xchart.style.colors.ChartColor
- getColorTranslucent() - Method in enum org.knowm.xchart.style.colors.ChartColor
- getCursorBackgroundColor() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getCursorBackgroundColor() - Method in interface org.knowm.xchart.style.theme.Theme
- getCursorBackgroundColor() - Method in class org.knowm.xchart.style.XYStyler
- getCursorColor() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getCursorColor() - Method in interface org.knowm.xchart.style.theme.Theme
- getCursorColor() - Method in class org.knowm.xchart.style.XYStyler
- getCursorFont() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getCursorFont() - Method in interface org.knowm.xchart.style.theme.Theme
- getCursorFont() - Method in class org.knowm.xchart.style.XYStyler
- getCursorFontColor() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getCursorFontColor() - Method in interface org.knowm.xchart.style.theme.Theme
- getCursorFontColor() - Method in class org.knowm.xchart.style.XYStyler
- getCursorLineWidth() - Method in class org.knowm.xchart.style.XYStyler
- getCursorSize() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getCursorSize() - Method in interface org.knowm.xchart.style.theme.Theme
- getCustomCursorXDataFormattingFunction() - Method in class org.knowm.xchart.style.XYStyler
- getCustomCursorYDataFormattingFunction() - Method in class org.knowm.xchart.style.XYStyler
- getDatePattern() - Method in class org.knowm.xchart.style.AxesChartStyler
- getDecimalPattern() - Method in class org.knowm.xchart.style.Styler
- getDefaultSeriesRenderStyle() - Method in class org.knowm.xchart.style.BubbleStyler
- getDefaultSeriesRenderStyle() - Method in class org.knowm.xchart.style.CategoryStyler
- getDefaultSeriesRenderStyle() - Method in class org.knowm.xchart.style.OHLCStyler
- getDefaultSeriesRenderStyle() - Method in class org.knowm.xchart.style.PieStyler
- getDefaultSeriesRenderStyle() - Method in class org.knowm.xchart.style.XYStyler
- getDonutThickness() - Method in class org.knowm.xchart.style.DialStyler
- getDonutThickness() - Method in class org.knowm.xchart.style.PieStyler
- getDonutThickness() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getDonutThickness() - Method in class org.knowm.xchart.style.theme.GGPlot2Theme
- getDonutThickness() - Method in interface org.knowm.xchart.style.theme.Theme
- getDoubleArrayFromDateList(List<?>) - Static method in class org.knowm.xchart.internal.Utils
- getDoubleArrayFromFloatArray(float[]) - Static method in class org.knowm.xchart.internal.Utils
- getDoubleArrayFromIntArray(int[]) - Static method in class org.knowm.xchart.internal.Utils
- getDoubleArrayFromNumberList(List<?>) - Static method in class org.knowm.xchart.internal.Utils
- getDownColor() - Method in class org.knowm.xchart.OHLCSeries
- getErrorBarsColor() - Method in class org.knowm.xchart.style.AxesChartStyler
- getErrorBarsColor() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getErrorBarsColor() - Method in class org.knowm.xchart.style.theme.GGPlot2Theme
- getErrorBarsColor() - Method in interface org.knowm.xchart.style.theme.Theme
- getGeneratedDataAsArray(int) - Static method in class org.knowm.xchart.internal.Utils
- getGeneratedDataAsList(int) - Static method in class org.knowm.xchart.internal.Utils
- getGradientColorColumnHeight() - Method in class org.knowm.xchart.style.HeatMapStyler
- getGradientColorColumnWeight() - Method in class org.knowm.xchart.style.HeatMapStyler
- getHeatData() - Method in class org.knowm.xchart.HeatMapSeries
- getHeatMapDecimalValueFormatter() - Method in class org.knowm.xchart.style.HeatMapStyler
- getHeatMapSeries() - Method in class org.knowm.xchart.HeatMapChart
- getHeatMapValueDecimalPattern() - Method in class org.knowm.xchart.style.HeatMapStyler
- getHighData() - Method in class org.knowm.xchart.OHLCSeries
- getLabel() - Method in class org.knowm.xchart.DialSeries
- getLabelsDistance() - Method in class org.knowm.xchart.style.PieStyler
- getLabelsDistance() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getLabelsDistance() - Method in interface org.knowm.xchart.style.theme.Theme
- getLabelsFont() - Method in class org.knowm.xchart.style.CategoryStyler
- getLabelsFont() - Method in class org.knowm.xchart.style.DialStyler
- getLabelsFont() - Method in class org.knowm.xchart.style.PieStyler
- getLabelsFontColor() - Method in class org.knowm.xchart.style.CategoryStyler
- getLabelsFontColor() - Method in class org.knowm.xchart.style.PieStyler
- getLabelsFontColor(Color) - Method in class org.knowm.xchart.style.CategoryStyler
- getLabelsFontColor(Color) - Method in class org.knowm.xchart.style.PieStyler
- getLabelsFontColorAutomaticDark() - Method in class org.knowm.xchart.style.CategoryStyler
- getLabelsFontColorAutomaticDark() - Method in class org.knowm.xchart.style.PieStyler
- getLabelsFontColorAutomaticDark() - Method in interface org.knowm.xchart.style.theme.Theme
- getLabelsFontColorAutomaticLight() - Method in class org.knowm.xchart.style.CategoryStyler
- getLabelsFontColorAutomaticLight() - Method in class org.knowm.xchart.style.PieStyler
- getLabelsFontColorAutomaticLight() - Method in interface org.knowm.xchart.style.theme.Theme
- getLabelsPosition() - Method in class org.knowm.xchart.style.CategoryStyler
- getLabelsRotation() - Method in class org.knowm.xchart.style.CategoryStyler
- getLabelType() - Method in class org.knowm.xchart.style.PieStyler
- getLabelType() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getLabelType() - Method in class org.knowm.xchart.style.theme.GGPlot2Theme
- getLabelType() - Method in class org.knowm.xchart.style.theme.MatlabTheme
- getLabelType() - Method in interface org.knowm.xchart.style.theme.Theme
- getLegendBackgroundColor() - Method in class org.knowm.xchart.style.Styler
- getLegendBackgroundColor() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getLegendBackgroundColor() - Method in interface org.knowm.xchart.style.theme.Theme
- getLegendBorderColor() - Method in class org.knowm.xchart.style.Styler
-
Set the chart legend border color
- getLegendBorderColor() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getLegendBorderColor() - Method in class org.knowm.xchart.style.theme.GGPlot2Theme
- getLegendBorderColor() - Method in class org.knowm.xchart.style.theme.MatlabTheme
- getLegendBorderColor() - Method in interface org.knowm.xchart.style.theme.Theme
- getLegendFont() - Method in class org.knowm.xchart.style.Styler
- getLegendFont() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getLegendFont() - Method in class org.knowm.xchart.style.theme.GGPlot2Theme
- getLegendFont() - Method in interface org.knowm.xchart.style.theme.Theme
- getLegendLayout() - Method in class org.knowm.xchart.style.Styler
-
Set the legend layout
- getLegendPadding() - Method in class org.knowm.xchart.style.Styler
- getLegendPadding() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getLegendPadding() - Method in interface org.knowm.xchart.style.theme.Theme
- getLegendPosition() - Method in class org.knowm.xchart.style.Styler
- getLegendPosition() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getLegendPosition() - Method in interface org.knowm.xchart.style.theme.Theme
- getLegendRenderType() - Method in class org.knowm.xchart.BoxSeries
- getLegendRenderType() - Method in enum org.knowm.xchart.BubbleSeries.BubbleSeriesRenderStyle
- getLegendRenderType() - Method in class org.knowm.xchart.BubbleSeries
- getLegendRenderType() - Method in enum org.knowm.xchart.CategorySeries.CategorySeriesRenderStyle
- getLegendRenderType() - Method in class org.knowm.xchart.CategorySeries
- getLegendRenderType() - Method in class org.knowm.xchart.DialSeries
- getLegendRenderType() - Method in class org.knowm.xchart.HeatMapSeries
- getLegendRenderType() - Method in class org.knowm.xchart.OHLCSeries
- getLegendRenderType() - Method in enum org.knowm.xchart.OHLCSeries.OHLCSeriesRenderStyle
- getLegendRenderType() - Method in class org.knowm.xchart.PieSeries
- getLegendRenderType() - Method in class org.knowm.xchart.RadarSeries
- getLegendRenderType() - Method in class org.knowm.xchart.XYSeries
- getLegendRenderType() - Method in enum org.knowm.xchart.XYSeries.XYSeriesRenderStyle
- getLegendSeriesLineLength() - Method in class org.knowm.xchart.style.Styler
- getLegendSeriesLineLength() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getLegendSeriesLineLength() - Method in interface org.knowm.xchart.style.theme.Theme
- getLineColor() - Method in class org.knowm.xchart.RadarSeries
- getLineStyle() - Method in class org.knowm.xchart.RadarSeries
- getLineWidth() - Method in class org.knowm.xchart.RadarSeries
- getLocale() - Method in class org.knowm.xchart.style.AxesChartStyler
- getLongArrayFromFloatArray(float[]) - Static method in class org.knowm.xchart.internal.Utils
- getLongArrayFromIntArray(int[]) - Static method in class org.knowm.xchart.internal.Utils
- getLongArrayFromNumberList(List<?>) - Static method in class org.knowm.xchart.internal.Utils
- getLowData() - Method in class org.knowm.xchart.OHLCSeries
- getLowerColor() - Method in class org.knowm.xchart.style.DialStyler
- getLowerFrom() - Method in class org.knowm.xchart.style.DialStyler
- getLowerTo() - Method in class org.knowm.xchart.style.DialStyler
- getMarker() - Method in class org.knowm.xchart.RadarSeries
- getMarkerColor() - Method in class org.knowm.xchart.RadarSeries
- getMarkerSize() - Method in class org.knowm.xchart.style.RadarStyler
- getMarkerSize() - Method in class org.knowm.xchart.style.Styler
- getMarkerSize() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getMarkerSize() - Method in interface org.knowm.xchart.style.theme.Theme
- getMax() - Method in class org.knowm.xchart.HeatMapSeries
- getMax() - Method in class org.knowm.xchart.Histogram
- getMax() - Method in class org.knowm.xchart.style.HeatMapStyler
- getMiddleColor() - Method in class org.knowm.xchart.style.DialStyler
- getMiddleFrom() - Method in class org.knowm.xchart.style.DialStyler
- getMiddleTo() - Method in class org.knowm.xchart.style.DialStyler
- getMin() - Method in class org.knowm.xchart.HeatMapSeries
- getMin() - Method in class org.knowm.xchart.Histogram
- getMin() - Method in class org.knowm.xchart.style.HeatMapStyler
- getNumberListFromDoubleArray(double[]) - Static method in class org.knowm.xchart.internal.Utils
- getNumberListFromIntArray(int[]) - Static method in class org.knowm.xchart.internal.Utils
- getNumBins() - Method in class org.knowm.xchart.Histogram
- getOhlcSeriesRenderStyle() - Method in class org.knowm.xchart.OHLCSeries
- getOpenData() - Method in class org.knowm.xchart.OHLCSeries
- getOriginalData() - Method in class org.knowm.xchart.Histogram
- getPieFont() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
-
Base font, size 15.
- getPieFont() - Method in interface org.knowm.xchart.style.theme.Theme
- getPlotBackgroundColor() - Method in class org.knowm.xchart.style.Styler
- getPlotBackgroundColor() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getPlotBackgroundColor() - Method in class org.knowm.xchart.style.theme.GGPlot2Theme
- getPlotBackgroundColor() - Method in interface org.knowm.xchart.style.theme.Theme
- getPlotBorderColor() - Method in class org.knowm.xchart.style.Styler
- getPlotBorderColor() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getPlotBorderColor() - Method in class org.knowm.xchart.style.theme.GGPlot2Theme
- getPlotBorderColor() - Method in class org.knowm.xchart.style.theme.MatlabTheme
- getPlotBorderColor() - Method in interface org.knowm.xchart.style.theme.Theme
- getPlotContentSize() - Method in class org.knowm.xchart.style.Styler
- getPlotContentSize() - Method in interface org.knowm.xchart.style.theme.Theme
- getPlotGridLinesColor() - Method in class org.knowm.xchart.style.AxesChartStyler
- getPlotGridLinesColor() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getPlotGridLinesColor() - Method in class org.knowm.xchart.style.theme.GGPlot2Theme
- getPlotGridLinesColor() - Method in class org.knowm.xchart.style.theme.MatlabTheme
- getPlotGridLinesColor() - Method in interface org.knowm.xchart.style.theme.Theme
- getPlotGridLinesStroke() - Method in class org.knowm.xchart.style.AxesChartStyler
- getPlotGridLinesStroke() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getPlotGridLinesStroke() - Method in class org.knowm.xchart.style.theme.GGPlot2Theme
- getPlotGridLinesStroke() - Method in class org.knowm.xchart.style.theme.MatlabTheme
- getPlotGridLinesStroke() - Method in interface org.knowm.xchart.style.theme.Theme
- getPlotMargin() - Method in class org.knowm.xchart.style.AxesChartStyler
- getPlotMargin() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getPlotMargin() - Method in class org.knowm.xchart.style.theme.GGPlot2Theme
- getPlotMargin() - Method in class org.knowm.xchart.style.theme.MatlabTheme
- getPlotMargin() - Method in interface org.knowm.xchart.style.theme.Theme
- getPreferredSize() - Method in class org.knowm.xchart.XChartPanel
- getRadarRenderStyle() - Method in class org.knowm.xchart.style.RadarStyler
- getRadiiLabels() - Method in class org.knowm.xchart.RadarChart
- getRadiiTickMarksColor() - Method in class org.knowm.xchart.style.RadarStyler
- getRadiiTickMarksCount() - Method in class org.knowm.xchart.style.RadarStyler
- getRadiiTickMarksStroke() - Method in class org.knowm.xchart.style.RadarStyler
- getRadiiTitleFont() - Method in class org.knowm.xchart.style.RadarStyler
- getRadiiTitlePadding() - Method in class org.knowm.xchart.style.RadarStyler
- getRangeColors() - Method in class org.knowm.xchart.style.HeatMapStyler
- getSeriesColors() - Method in class org.knowm.xchart.style.colors.BaseSeriesColors
- getSeriesColors() - Method in class org.knowm.xchart.style.colors.ColorBlindFriendlySeriesColors
- getSeriesColors() - Method in class org.knowm.xchart.style.colors.GGPlot2SeriesColors
- getSeriesColors() - Method in class org.knowm.xchart.style.colors.MatlabSeriesColors
- getSeriesColors() - Method in class org.knowm.xchart.style.colors.PrinterFriendlySeriesColors
- getSeriesColors() - Method in interface org.knowm.xchart.style.colors.SeriesColors
- getSeriesColors() - Method in class org.knowm.xchart.style.colors.XChartSeriesColors
- getSeriesColors() - Method in class org.knowm.xchart.style.Styler
- getSeriesColors() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getSeriesColors() - Method in class org.knowm.xchart.style.theme.GGPlot2Theme
- getSeriesColors() - Method in class org.knowm.xchart.style.theme.MatlabTheme
- getSeriesColors() - Method in class org.knowm.xchart.style.theme.XChartTheme
- getSeriesDataFromCSVFile(String, CSVImporter.DataOrientation) - Static method in class org.knowm.xchart.CSVImporter
- getSeriesLines() - Method in class org.knowm.xchart.style.lines.BaseSeriesLines
- getSeriesLines() - Method in class org.knowm.xchart.style.lines.GGPlot2SeriesLines
- getSeriesLines() - Method in class org.knowm.xchart.style.lines.MatlabSeriesLines
- getSeriesLines() - Method in interface org.knowm.xchart.style.lines.SeriesLines
- getSeriesLines() - Method in class org.knowm.xchart.style.lines.XChartSeriesLines
- getSeriesLines() - Method in class org.knowm.xchart.style.Styler
- getSeriesLines() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getSeriesLines() - Method in class org.knowm.xchart.style.theme.GGPlot2Theme
- getSeriesLines() - Method in class org.knowm.xchart.style.theme.MatlabTheme
- getSeriesLines() - Method in class org.knowm.xchart.style.theme.XChartTheme
- getSeriesMarkers() - Method in class org.knowm.xchart.style.markers.BaseSeriesMarkers
- getSeriesMarkers() - Method in class org.knowm.xchart.style.markers.GGPlot2SeriesMarkers
- getSeriesMarkers() - Method in class org.knowm.xchart.style.markers.MatlabSeriesMarkers
- getSeriesMarkers() - Method in interface org.knowm.xchart.style.markers.SeriesMarkers
- getSeriesMarkers() - Method in class org.knowm.xchart.style.markers.XChartSeriesMarkers
- getSeriesMarkers() - Method in class org.knowm.xchart.style.Styler
- getSeriesMarkers() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getSeriesMarkers() - Method in class org.knowm.xchart.style.theme.GGPlot2Theme
- getSeriesMarkers() - Method in class org.knowm.xchart.style.theme.MatlabTheme
- getSeriesMarkers() - Method in class org.knowm.xchart.style.theme.XChartTheme
- getSeriesName() - Method in class org.knowm.xchart.CSVImporter.SeriesData
- getShowWithinAreaPoint() - Method in class org.knowm.xchart.style.Styler
- getSliceBorderWidth() - Method in class org.knowm.xchart.style.PieStyler
- getSplitNumber() - Method in class org.knowm.xchart.style.HeatMapStyler
- getStartAngleInDegrees() - Method in class org.knowm.xchart.style.PieStyler
- getStartAngleInDegrees() - Method in class org.knowm.xchart.style.RadarStyler
- getStartAngleInDegrees() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getStartAngleInDegrees() - Method in interface org.knowm.xchart.style.theme.Theme
- getSumFont() - Method in class org.knowm.xchart.style.PieStyler
- getSumFont() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getSumFont() - Method in interface org.knowm.xchart.style.theme.Theme
- getSumFormat() - Method in class org.knowm.xchart.style.PieStyler
-
Access the current sumFormat value, a value of "" or null implies use the original sum formatted using the PieStyler DecimalFormat.
- getTheme() - Method in class org.knowm.xchart.style.Styler
- getTickStartOffset(double, double) - Static method in class org.knowm.xchart.internal.Utils
-
Gets the offset for the beginning of the tick marks
- getTimezone() - Method in class org.knowm.xchart.style.AxesChartStyler
- getToolTipBackgroundColor() - Method in class org.knowm.xchart.style.Styler
- getToolTipBackgroundColor() - Method in class org.knowm.xchart.style.theme.GGPlot2Theme
- getToolTipBackgroundColor() - Method in class org.knowm.xchart.style.theme.MatlabTheme
- getToolTipBackgroundColor() - Method in interface org.knowm.xchart.style.theme.Theme
- getToolTipBorderColor() - Method in class org.knowm.xchart.style.Styler
- getToolTipBorderColor() - Method in class org.knowm.xchart.style.theme.GGPlot2Theme
- getToolTipBorderColor() - Method in class org.knowm.xchart.style.theme.MatlabTheme
- getToolTipBorderColor() - Method in interface org.knowm.xchart.style.theme.Theme
- getToolTipFont() - Method in class org.knowm.xchart.style.Styler
- getToolTipFont() - Method in interface org.knowm.xchart.style.theme.Theme
- getToolTipHighlightColor() - Method in class org.knowm.xchart.style.Styler
- getToolTipHighlightColor() - Method in class org.knowm.xchart.style.theme.GGPlot2Theme
- getToolTipHighlightColor() - Method in class org.knowm.xchart.style.theme.MatlabTheme
- getToolTipHighlightColor() - Method in interface org.knowm.xchart.style.theme.Theme
- getTooltipOverrides() - Method in class org.knowm.xchart.RadarSeries
- getToolTipType() - Method in class org.knowm.xchart.style.Styler
- getToolTipType() - Method in interface org.knowm.xchart.style.theme.Theme
- getUpColor() - Method in class org.knowm.xchart.OHLCSeries
- getUpperColor() - Method in class org.knowm.xchart.style.DialStyler
- getUpperFrom() - Method in class org.knowm.xchart.style.DialStyler
- getUpperTo() - Method in class org.knowm.xchart.style.DialStyler
- getValue() - Method in class org.knowm.xchart.DialSeries
- getValue() - Method in class org.knowm.xchart.PieSeries
- getValueFont() - Method in class org.knowm.xchart.style.HeatMapStyler
- getValueFontColor() - Method in class org.knowm.xchart.style.HeatMapStyler
- getValues() - Method in class org.knowm.xchart.RadarSeries
- getVolumeData() - Method in class org.knowm.xchart.OHLCSeries
- getxAxisData() - Method in class org.knowm.xchart.CSVImporter.SeriesData
- getxAxisData() - Method in class org.knowm.xchart.Histogram
- getXAxisDecimalPattern() - Method in class org.knowm.xchart.style.AxesChartStyler
- getXAxisLabelAlignment() - Method in class org.knowm.xchart.style.AxesChartStyler
- getXAxisLabelAlignmentVertical() - Method in class org.knowm.xchart.style.AxesChartStyler
- getXAxisLabelRotation() - Method in class org.knowm.xchart.style.AxesChartStyler
- getXAxisMax() - Method in class org.knowm.xchart.style.AxesChartStyler
- getXAxisMaxLabelCount() - Method in class org.knowm.xchart.style.AxesChartStyler
- getXAxisMin() - Method in class org.knowm.xchart.style.AxesChartStyler
- getXAxisTickLabelsColor() - Method in class org.knowm.xchart.style.AxesChartStyler
- getxAxisTickLabelsFormattingFunction() - Method in class org.knowm.xchart.style.AxesChartStyler
- getXAxisTickMarksColor() - Method in class org.knowm.xchart.style.AxesChartStyler
- getXAxisTickMarkSpacingHint() - Method in class org.knowm.xchart.style.AxesChartStyler
- getXAxisTickMarkSpacingHint() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getXAxisTickMarkSpacingHint() - Method in interface org.knowm.xchart.style.theme.Theme
- getXAxisTitleColor() - Method in class org.knowm.xchart.style.Styler
- getXChartPanel() - Method in class org.knowm.xchart.SwingWrapper
-
Get the default XChartPanel.
- getXChartPanel(int) - Method in class org.knowm.xchart.SwingWrapper
-
Get the XChartPanel given the provided index.
- getXData() - Method in class org.knowm.xchart.HeatMapSeries
- getXData() - Method in class org.knowm.xchart.OHLCSeries
- getXYSeriesRenderStyle() - Method in class org.knowm.xchart.XYSeries
- getyAxisData() - Method in class org.knowm.xchart.CSVImporter.SeriesData
- getyAxisData() - Method in class org.knowm.xchart.Histogram
- getYAxisDecimalPattern() - Method in class org.knowm.xchart.style.AxesChartStyler
- getYAxisGroupDecimalPatternMap() - Method in class org.knowm.xchart.style.AxesChartStyler
- getYAxisGroupPosistion(int) - Method in class org.knowm.xchart.style.Styler
- getYAxisGroupTickLabelsColorMap(int) - Method in class org.knowm.xchart.style.AxesChartStyler
- getYAxisGroupTickMarksColorMap(int) - Method in class org.knowm.xchart.style.AxesChartStyler
- getYAxisGroupTitleColor(int) - Method in class org.knowm.xchart.style.Styler
- getYAxisLabelAlignment() - Method in class org.knowm.xchart.style.AxesChartStyler
- getYAxisLeftWidthHint() - Method in class org.knowm.xchart.style.Styler
- getYAxisMax() - Method in class org.knowm.xchart.style.AxesChartStyler
- getYAxisMax(Integer) - Method in class org.knowm.xchart.style.AxesChartStyler
- getYAxisMin() - Method in class org.knowm.xchart.style.AxesChartStyler
- getYAxisMin(Integer) - Method in class org.knowm.xchart.style.AxesChartStyler
- getYAxisTickLabelsColor() - Method in class org.knowm.xchart.style.AxesChartStyler
- getyAxisTickLabelsFormattingFunction() - Method in class org.knowm.xchart.style.AxesChartStyler
- getYAxisTickMarksColor() - Method in class org.knowm.xchart.style.AxesChartStyler
- getYAxisTickMarkSpacingHint() - Method in class org.knowm.xchart.style.AxesChartStyler
- getYAxisTickMarkSpacingHint() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getYAxisTickMarkSpacingHint() - Method in interface org.knowm.xchart.style.theme.Theme
- getYAxisTitleColor() - Method in class org.knowm.xchart.style.Styler
- getYData() - Method in class org.knowm.xchart.HeatMapSeries
- getYData() - Method in class org.knowm.xchart.OHLCSeries
- getZoomSelectionColor() - Method in class org.knowm.xchart.style.XYStyler
- GGPlot2 - org.knowm.xchart.style.Styler.ChartTheme
- GGPlot2SeriesColors - Class in org.knowm.xchart.style.colors
- GGPlot2SeriesColors() - Constructor for class org.knowm.xchart.style.colors.GGPlot2SeriesColors
-
Constructor
- GGPlot2SeriesLines - Class in org.knowm.xchart.style.lines
- GGPlot2SeriesLines() - Constructor for class org.knowm.xchart.style.lines.GGPlot2SeriesLines
-
Constructor
- GGPlot2SeriesMarkers - Class in org.knowm.xchart.style.markers
- GGPlot2SeriesMarkers() - Constructor for class org.knowm.xchart.style.markers.GGPlot2SeriesMarkers
-
Constructor
- GGPlot2Theme - Class in org.knowm.xchart.style.theme
- GGPlot2Theme() - Constructor for class org.knowm.xchart.style.theme.GGPlot2Theme
- GIF - org.knowm.xchart.BitmapEncoder.BitmapFormat
- GifEncoder - Class in org.knowm.xchart
-
A helper class with static methods for saving Charts as a GIF file
- GifEncoder() - Constructor for class org.knowm.xchart.GifEncoder
- GREEN - org.knowm.xchart.style.colors.ChartColor
-
GREEN
- GREEN - Static variable in class org.knowm.xchart.style.colors.GGPlot2SeriesColors
- GREEN - Static variable in class org.knowm.xchart.style.colors.MatlabSeriesColors
- GREEN - Static variable in class org.knowm.xchart.style.colors.XChartSeriesColors
- GREY - org.knowm.xchart.style.colors.ChartColor
-
GREY
H
- HeatMapChart - Class in org.knowm.xchart
- HeatMapChart(int, int) - Constructor for class org.knowm.xchart.HeatMapChart
-
Constructor - the default Chart Theme will be used (XChartTheme)
- HeatMapChart(int, int, Styler.ChartTheme) - Constructor for class org.knowm.xchart.HeatMapChart
-
Constructor
- HeatMapChart(int, int, Theme) - Constructor for class org.knowm.xchart.HeatMapChart
-
Constructor
- HeatMapChart(HeatMapChartBuilder) - Constructor for class org.knowm.xchart.HeatMapChart
-
Constructor
- HeatMapChartBuilder - Class in org.knowm.xchart
- HeatMapChartBuilder() - Constructor for class org.knowm.xchart.HeatMapChartBuilder
- HeatMapSeries - Class in org.knowm.xchart
-
A Series containing X, Y and heatData data to be plotted on a Chart
- HeatMapSeries(String, List<?>, List<?>, List<Number[]>) - Constructor for class org.knowm.xchart.HeatMapSeries
-
Constructor
- HeatMapStyler - Class in org.knowm.xchart.style
- HeatMapStyler() - Constructor for class org.knowm.xchart.style.HeatMapStyler
- height - Variable in class org.knowm.xchart.internal.ChartBuilder
- height(int) - Method in class org.knowm.xchart.internal.ChartBuilder
- HiLo - org.knowm.xchart.OHLCSeries.OHLCSeriesRenderStyle
- Histogram - Class in org.knowm.xchart
-
This class can be used to create histogram
- Histogram(Collection<? extends Number>, int) - Constructor for class org.knowm.xchart.Histogram
-
Constructor
- Histogram(Collection<? extends Number>, int, double, double) - Constructor for class org.knowm.xchart.Histogram
-
Constructor
- Horizontal - org.knowm.xchart.style.Styler.LegendLayout
I
- init(Chart) - Method in class org.knowm.xchart.AnnotationImage
- init(Chart) - Method in class org.knowm.xchart.AnnotationTextPanel
- InsideN - org.knowm.xchart.style.Styler.ChartButtonPosition
- InsideN - org.knowm.xchart.style.Styler.LegendPosition
- InsideNE - org.knowm.xchart.style.Styler.ChartButtonPosition
- InsideNE - org.knowm.xchart.style.Styler.LegendPosition
- InsideNW - org.knowm.xchart.style.Styler.ChartButtonPosition
- InsideNW - org.knowm.xchart.style.Styler.LegendPosition
- InsideS - org.knowm.xchart.style.Styler.ChartButtonPosition
- InsideS - org.knowm.xchart.style.Styler.LegendPosition
- InsideSE - org.knowm.xchart.style.Styler.ChartButtonPosition
- InsideSE - org.knowm.xchart.style.Styler.LegendPosition
- InsideSW - org.knowm.xchart.style.Styler.ChartButtonPosition
- InsideSW - org.knowm.xchart.style.Styler.LegendPosition
- isAxisTickLabelsVisible() - Method in class org.knowm.xchart.style.DialStyler
- isAxisTicksLineVisible() - Method in class org.knowm.xchart.style.AxesChartStyler
- isAxisTicksLineVisible() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- isAxisTicksLineVisible() - Method in class org.knowm.xchart.style.theme.GGPlot2Theme
- isAxisTicksLineVisible() - Method in class org.knowm.xchart.style.theme.MatlabTheme
- isAxisTicksLineVisible() - Method in interface org.knowm.xchart.style.theme.Theme
- isAxisTicksMarksVisible() - Method in class org.knowm.xchart.style.AxesChartStyler
- isAxisTicksMarksVisible() - Method in class org.knowm.xchart.style.DialStyler
- isAxisTicksMarksVisible() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- isAxisTicksMarksVisible() - Method in class org.knowm.xchart.style.theme.MatlabTheme
- isAxisTicksMarksVisible() - Method in interface org.knowm.xchart.style.theme.Theme
- isAxisTitleVisible() - Method in class org.knowm.xchart.style.DialStyler
- isCentered(boolean) - Method in class org.knowm.xchart.SwingWrapper
-
Set the Window in the center of screen
- isChartTitleBoxVisible() - Method in class org.knowm.xchart.style.Styler
- isChartTitleBoxVisible() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- isChartTitleBoxVisible() - Method in class org.knowm.xchart.style.theme.MatlabTheme
- isChartTitleBoxVisible() - Method in interface org.knowm.xchart.style.theme.Theme
- isChartTitleBoxVisible() - Method in class org.knowm.xchart.style.theme.XChartTheme
- isChartTitleVisible() - Method in class org.knowm.xchart.style.Styler
- isChartTitleVisible() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- isChartTitleVisible() - Method in interface org.knowm.xchart.style.theme.Theme
- isCircular() - Method in class org.knowm.xchart.style.DialStyler
- isCircular() - Method in class org.knowm.xchart.style.PieStyler
- isCircular() - Method in class org.knowm.xchart.style.RadarStyler
- isCircular() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- isCircular() - Method in interface org.knowm.xchart.style.theme.Theme
- isCursorEnabled() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- isCursorEnabled() - Method in interface org.knowm.xchart.style.theme.Theme
- isCursorEnabled() - Method in class org.knowm.xchart.style.XYStyler
- isDrawBorder() - Method in class org.knowm.xchart.style.HeatMapStyler
- isErrorBarsColorSeriesColor() - Method in class org.knowm.xchart.style.AxesChartStyler
- isErrorBarsColorSeriesColor() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- isErrorBarsColorSeriesColor() - Method in interface org.knowm.xchart.style.theme.Theme
- isForceAllLabelsVisible() - Method in class org.knowm.xchart.style.PieStyler
- isLabelsFontColorAutomaticEnabled() - Method in class org.knowm.xchart.style.CategoryStyler
- isLabelsFontColorAutomaticEnabled() - Method in class org.knowm.xchart.style.PieStyler
- isLabelsFontColorAutomaticEnabled() - Method in interface org.knowm.xchart.style.theme.Theme
- isLabelsVisible() - Method in class org.knowm.xchart.style.CategoryStyler
- isLabelsVisible() - Method in class org.knowm.xchart.style.DialStyler
- isLabelsVisible() - Method in class org.knowm.xchart.style.PieStyler
- isLegendVisible() - Method in class org.knowm.xchart.style.Styler
- isLegendVisible() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- isLegendVisible() - Method in interface org.knowm.xchart.style.theme.Theme
- isOverlapped() - Method in class org.knowm.xchart.style.CategoryStyler
- isOverlapped() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- isOverlapped() - Method in interface org.knowm.xchart.style.theme.Theme
- isPiecewise() - Method in class org.knowm.xchart.style.HeatMapStyler
- isPiecewiseRanged() - Method in class org.knowm.xchart.style.HeatMapStyler
- isPlotBorderVisible() - Method in class org.knowm.xchart.style.Styler
- isPlotBorderVisible() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- isPlotBorderVisible() - Method in class org.knowm.xchart.style.theme.GGPlot2Theme
- isPlotBorderVisible() - Method in interface org.knowm.xchart.style.theme.Theme
- isPlotGridHorizontalLinesVisible() - Method in class org.knowm.xchart.style.AxesChartStyler
- isPlotGridHorizontalLinesVisible() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- isPlotGridHorizontalLinesVisible() - Method in interface org.knowm.xchart.style.theme.Theme
- isPlotGridLinesVisible() - Method in class org.knowm.xchart.style.AxesChartStyler
- isPlotGridLinesVisible() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- isPlotGridLinesVisible() - Method in interface org.knowm.xchart.style.theme.Theme
- isPlotGridVerticalLinesVisible() - Method in class org.knowm.xchart.style.AxesChartStyler
- isPlotGridVerticalLinesVisible() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- isPlotGridVerticalLinesVisible() - Method in interface org.knowm.xchart.style.theme.Theme
- isPlotTicksMarksVisible() - Method in class org.knowm.xchart.style.AxesChartStyler
- isPlotTicksMarksVisible() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- isPlotTicksMarksVisible() - Method in class org.knowm.xchart.style.theme.GGPlot2Theme
- isPlotTicksMarksVisible() - Method in interface org.knowm.xchart.style.theme.Theme
- isPlotTicksMarksVisible() - Method in class org.knowm.xchart.style.theme.XChartTheme
- isRadiiTicksMarksVisible() - Method in class org.knowm.xchart.style.RadarStyler
- isRadiiTitleVisible() - Method in class org.knowm.xchart.style.RadarStyler
- isSeriesFilled() - Method in class org.knowm.xchart.style.RadarStyler
- isShowStackSum() - Method in class org.knowm.xchart.style.CategoryStyler
- isShowValue() - Method in class org.knowm.xchart.style.HeatMapStyler
- isSmooth() - Method in class org.knowm.xchart.XYSeries
- isStacked() - Method in class org.knowm.xchart.style.CategoryStyler
- isSumVisible() - Method in class org.knowm.xchart.style.PieStyler
- isSumVisible() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- isSumVisible() - Method in interface org.knowm.xchart.style.theme.Theme
- isToolTipsAlwaysVisible() - Method in class org.knowm.xchart.style.Styler
- isToolTipsEnabled() - Method in class org.knowm.xchart.style.Styler
- isToolTipsEnabled() - Method in interface org.knowm.xchart.style.theme.Theme
- isXAxisLogarithmic() - Method in class org.knowm.xchart.style.AxesChartStyler
- isXAxisLogarithmicDecadeOnly() - Method in class org.knowm.xchart.style.AxesChartStyler
- isXAxisTicksVisible() - Method in class org.knowm.xchart.style.AxesChartStyler
- isXAxisTicksVisible() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- isXAxisTicksVisible() - Method in interface org.knowm.xchart.style.theme.Theme
- isXAxisTitleVisible() - Method in class org.knowm.xchart.style.AxesChartStyler
- isXAxisTitleVisible() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- isXAxisTitleVisible() - Method in interface org.knowm.xchart.style.theme.Theme
- isYAxisLogarithmic() - Method in class org.knowm.xchart.style.AxesChartStyler
- isYAxisLogarithmicDecadeOnly() - Method in class org.knowm.xchart.style.AxesChartStyler
- isYAxisTicksVisible() - Method in class org.knowm.xchart.style.AxesChartStyler
- isYAxisTicksVisible() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- isYAxisTicksVisible() - Method in interface org.knowm.xchart.style.theme.Theme
- isYAxisTitleVisible() - Method in class org.knowm.xchart.style.AxesChartStyler
- isYAxisTitleVisible() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- isYAxisTitleVisible() - Method in interface org.knowm.xchart.style.theme.Theme
- isZoomEnabled() - Method in interface org.knowm.xchart.style.theme.Theme
- isZoomEnabled() - Method in class org.knowm.xchart.style.XYStyler
- isZoomResetByButton() - Method in class org.knowm.xchart.style.XYStyler
- isZoomResetByDoubleClick() - Method in class org.knowm.xchart.style.XYStyler
J
- JPG - org.knowm.xchart.BitmapEncoder.BitmapFormat
L
- Left - org.knowm.xchart.style.AxesChartStyler.TextAlignment
- Left - org.knowm.xchart.style.Styler.YAxisPosition
- LIGHT_GREY - org.knowm.xchart.style.colors.ChartColor
-
LIGHT_GREY
- LIGHT_GREY - Static variable in class org.knowm.xchart.style.colors.XChartSeriesColors
- Line - org.knowm.xchart.CategorySeries.CategorySeriesRenderStyle
- Line - org.knowm.xchart.OHLCSeries.OHLCSeriesRenderStyle
- Line - org.knowm.xchart.XYSeries.XYSeriesRenderStyle
M
- MAGENTA - Static variable in class org.knowm.xchart.style.colors.MatlabSeriesColors
- MAGENTA - Static variable in class org.knowm.xchart.style.colors.XChartSeriesColors
- Marker - Class in org.knowm.xchart.style.markers
- Marker() - Constructor for class org.knowm.xchart.style.markers.Marker
- Matlab - org.knowm.xchart.style.Styler.ChartTheme
- MatlabSeriesColors - Class in org.knowm.xchart.style.colors
- MatlabSeriesColors() - Constructor for class org.knowm.xchart.style.colors.MatlabSeriesColors
-
Constructor
- MatlabSeriesLines - Class in org.knowm.xchart.style.lines
- MatlabSeriesLines() - Constructor for class org.knowm.xchart.style.lines.MatlabSeriesLines
-
Constructor
- MatlabSeriesMarkers - Class in org.knowm.xchart.style.markers
- MatlabSeriesMarkers() - Constructor for class org.knowm.xchart.style.markers.MatlabSeriesMarkers
-
Constructor
- MatlabTheme - Class in org.knowm.xchart.style.theme
- MatlabTheme() - Constructor for class org.knowm.xchart.style.theme.MatlabTheme
N
- N_LESS_1 - org.knowm.xchart.style.BoxStyler.BoxplotCalCulationMethod
-
Determine the position of the quartile, where Qi is = i (n-1) / 4, where i = 1, 2, and 3.
- N_LESS_1_PLUS_1 - org.knowm.xchart.style.BoxStyler.BoxplotCalCulationMethod
-
Determine the position of the quartile, where Qi is = i (n-1) / 4 + 1, where i = 1, 2, 3 n represents the number of items contained in the sequence.
- N_PLUS_1 - org.knowm.xchart.style.BoxStyler.BoxplotCalCulationMethod
-
Determine the position of the quartile, where Qi is = i (n + 1) / 4, where i = 1, 2, and 3.
- Name - org.knowm.xchart.style.PieStyler.LabelType
- NameAndPercentage - org.knowm.xchart.style.PieStyler.LabelType
- NameAndValue - org.knowm.xchart.style.PieStyler.LabelType
- newInstance(Styler.ChartTheme) - Method in enum org.knowm.xchart.style.Styler.ChartTheme
- None - Class in org.knowm.xchart.style.markers
- None() - Constructor for class org.knowm.xchart.style.markers.None
- NONE - Static variable in interface org.knowm.xchart.style.lines.SeriesLines
- NONE - Static variable in interface org.knowm.xchart.style.markers.SeriesMarkers
- NP - org.knowm.xchart.style.BoxStyler.BoxplotCalCulationMethod
-
Determine the position of the quartile, where Qi is np = (i * n) / 4, where i = 1, 2, 3 n represents the number of items contained in the sequence.
O
- OHLCChart - Class in org.knowm.xchart
- OHLCChart(int, int) - Constructor for class org.knowm.xchart.OHLCChart
-
Constructor - the default Chart Theme will be used (XChartTheme)
- OHLCChart(int, int, Styler.ChartTheme) - Constructor for class org.knowm.xchart.OHLCChart
-
Constructor
- OHLCChart(int, int, Theme) - Constructor for class org.knowm.xchart.OHLCChart
-
Constructor
- OHLCChart(OHLCChartBuilder) - Constructor for class org.knowm.xchart.OHLCChart
-
Constructor
- OHLCChartBuilder - Class in org.knowm.xchart
- OHLCChartBuilder() - Constructor for class org.knowm.xchart.OHLCChartBuilder
- OHLCSeries - Class in org.knowm.xchart
- OHLCSeries(String, double[], double[], double[], double[], double[], long[], Series.DataType) - Constructor for class org.knowm.xchart.OHLCSeries
-
Constructor
- OHLCSeries(String, double[], double[], double[], double[], double[], Series.DataType) - Constructor for class org.knowm.xchart.OHLCSeries
-
Constructor
- OHLCSeries(String, double[], double[], Series.DataType) - Constructor for class org.knowm.xchart.OHLCSeries
-
Constructor
- OHLCSeries.OHLCSeriesRenderStyle - Enum in org.knowm.xchart
- OHLCStyler - Class in org.knowm.xchart.style
- OHLCStyler() - Constructor for class org.knowm.xchart.style.OHLCStyler
-
Constructor
- ORANGE - Static variable in class org.knowm.xchart.style.colors.XChartSeriesColors
- org.knowm.xchart - package org.knowm.xchart
- org.knowm.xchart.internal - package org.knowm.xchart.internal
-
Classes in this package are internal and are not intended to be accessed directly.
- org.knowm.xchart.style - package org.knowm.xchart.style
- org.knowm.xchart.style.colors - package org.knowm.xchart.style.colors
- org.knowm.xchart.style.lines - package org.knowm.xchart.style.lines
- org.knowm.xchart.style.markers - package org.knowm.xchart.style.markers
- org.knowm.xchart.style.theme - package org.knowm.xchart.style.theme
- OutsideE - org.knowm.xchart.style.Styler.LegendPosition
- OutsideS - org.knowm.xchart.style.Styler.LegendPosition
- Oval - Class in org.knowm.xchart.style.markers
- Oval() - Constructor for class org.knowm.xchart.style.markers.Oval
- OVAL - Static variable in interface org.knowm.xchart.style.markers.SeriesMarkers
P
- paint(Graphics2D) - Method in class org.knowm.xchart.AnnotationImage
- paint(Graphics2D) - Method in class org.knowm.xchart.AnnotationLine
- paint(Graphics2D) - Method in class org.knowm.xchart.AnnotationText
- paint(Graphics2D) - Method in class org.knowm.xchart.AnnotationTextPanel
- paint(Graphics2D, double, double, int) - Method in class org.knowm.xchart.style.markers.Circle
- paint(Graphics2D, double, double, int) - Method in class org.knowm.xchart.style.markers.Cross
- paint(Graphics2D, double, double, int) - Method in class org.knowm.xchart.style.markers.Diamond
- paint(Graphics2D, double, double, int) - Method in class org.knowm.xchart.style.markers.Marker
- paint(Graphics2D, double, double, int) - Method in class org.knowm.xchart.style.markers.None
- paint(Graphics2D, double, double, int) - Method in class org.knowm.xchart.style.markers.Oval
- paint(Graphics2D, double, double, int) - Method in class org.knowm.xchart.style.markers.Plus
- paint(Graphics2D, double, double, int) - Method in class org.knowm.xchart.style.markers.Rectangle
- paint(Graphics2D, double, double, int) - Method in class org.knowm.xchart.style.markers.Square
- paint(Graphics2D, double, double, int) - Method in class org.knowm.xchart.style.markers.Trapezoid
- paint(Graphics2D, double, double, int) - Method in class org.knowm.xchart.style.markers.TriangleDown
- paint(Graphics2D, double, double, int) - Method in class org.knowm.xchart.style.markers.TriangleUp
- paint(Graphics2D, int, int) - Method in class org.knowm.xchart.BoxChart
- paint(Graphics2D, int, int) - Method in class org.knowm.xchart.BubbleChart
- paint(Graphics2D, int, int) - Method in class org.knowm.xchart.CategoryChart
- paint(Graphics2D, int, int) - Method in class org.knowm.xchart.DialChart
- paint(Graphics2D, int, int) - Method in class org.knowm.xchart.HeatMapChart
- paint(Graphics2D, int, int) - Method in class org.knowm.xchart.OHLCChart
- paint(Graphics2D, int, int) - Method in class org.knowm.xchart.PieChart
- paint(Graphics2D, int, int) - Method in class org.knowm.xchart.RadarChart
- paint(Graphics2D, int, int) - Method in class org.knowm.xchart.XYChart
- paintComponent(Graphics) - Method in class org.knowm.xchart.XChartPanel
- PDF - org.knowm.xchart.VectorGraphicsEncoder.VectorGraphicsFormat
- PdfboxGraphicsEncoder - Class in org.knowm.xchart
-
A helper class with static methods for saving Charts as a PDF file
- Percentage - org.knowm.xchart.style.PieStyler.LabelType
- Pie - org.knowm.xchart.PieSeries.PieSeriesRenderStyle
- PieChart - Class in org.knowm.xchart
- PieChart(int, int) - Constructor for class org.knowm.xchart.PieChart
-
Constructor - the default Chart Theme will be used (XChartTheme)
- PieChart(int, int, Styler.ChartTheme) - Constructor for class org.knowm.xchart.PieChart
-
Constructor
- PieChart(int, int, Theme) - Constructor for class org.knowm.xchart.PieChart
-
Constructor
- PieChart(PieChartBuilder) - Constructor for class org.knowm.xchart.PieChart
-
Constructor
- PieChartBuilder - Class in org.knowm.xchart
- PieChartBuilder() - Constructor for class org.knowm.xchart.PieChartBuilder
- PieSeries - Class in org.knowm.xchart
-
A Series containing Pie data to be plotted on a Chart
- PieSeries(String, Number) - Constructor for class org.knowm.xchart.PieSeries
-
Constructor
- PieSeries.PieSeriesRenderStyle - Enum in org.knowm.xchart
- PieStyler - Class in org.knowm.xchart.style
- PieStyler() - Constructor for class org.knowm.xchart.style.PieStyler
- PieStyler.ClockwiseDirectionType - Enum in org.knowm.xchart.style
- PieStyler.LabelType - Enum in org.knowm.xchart.style
- PINK - Static variable in class org.knowm.xchart.style.colors.XChartSeriesColors
- Plus - Class in org.knowm.xchart.style.markers
- Plus() - Constructor for class org.knowm.xchart.style.markers.Plus
- PLUS - Static variable in interface org.knowm.xchart.style.markers.SeriesMarkers
- PNG - org.knowm.xchart.BitmapEncoder.BitmapFormat
- Polygon - org.knowm.xchart.style.RadarStyler.RadarRenderStyle
- PolygonArea - org.knowm.xchart.XYSeries.XYSeriesRenderStyle
- pow(double, int) - Static method in class org.knowm.xchart.internal.Utils
- print(Graphics, PageFormat, int) - Method in class org.knowm.xchart.XChartPanel.Printer
- PrinterFriendlySeriesColors - Class in org.knowm.xchart.style.colors
- PrinterFriendlySeriesColors() - Constructor for class org.knowm.xchart.style.colors.PrinterFriendlySeriesColors
-
Constructor
- PURPLE - Static variable in class org.knowm.xchart.style.colors.GGPlot2SeriesColors
- PURPLE - Static variable in class org.knowm.xchart.style.colors.XChartSeriesColors
- putYAxisGroupDecimalPatternMap(int, String) - Method in class org.knowm.xchart.style.AxesChartStyler
Q
- QuickChart - Class in org.knowm.xchart
-
A convenience class for making Charts with one line of code
R
- RadarChart - Class in org.knowm.xchart
- RadarChart(int, int) - Constructor for class org.knowm.xchart.RadarChart
-
Constructor - the default Chart Theme will be used (XChartTheme)
- RadarChart(int, int, Styler.ChartTheme) - Constructor for class org.knowm.xchart.RadarChart
-
Constructor
- RadarChart(int, int, Theme) - Constructor for class org.knowm.xchart.RadarChart
-
Constructor
- RadarChart(RadarChartBuilder) - Constructor for class org.knowm.xchart.RadarChart
-
Constructor
- RadarChartBuilder - Class in org.knowm.xchart
- RadarChartBuilder() - Constructor for class org.knowm.xchart.RadarChartBuilder
- RadarSeries - Class in org.knowm.xchart
-
A Series containing Radar data to be plotted on a Chart
- RadarSeries(String, double[], String[]) - Constructor for class org.knowm.xchart.RadarSeries
- RadarStyler - Class in org.knowm.xchart.style
- RadarStyler() - Constructor for class org.knowm.xchart.style.RadarStyler
- RadarStyler.RadarRenderStyle - Enum in org.knowm.xchart.style
- Rectangle - Class in org.knowm.xchart.style.markers
- Rectangle() - Constructor for class org.knowm.xchart.style.markers.Rectangle
- RECTANGLE - Static variable in interface org.knowm.xchart.style.markers.SeriesMarkers
- RED - org.knowm.xchart.style.colors.ChartColor
-
RED
- RED - Static variable in class org.knowm.xchart.style.colors.GGPlot2SeriesColors
- RED - Static variable in class org.knowm.xchart.style.colors.MatlabSeriesColors
- RED - Static variable in class org.knowm.xchart.style.colors.XChartSeriesColors
- repaintChart() - Method in class org.knowm.xchart.SwingWrapper
-
Repaint the default XChartPanel.
- repaintChart(int) - Method in class org.knowm.xchart.SwingWrapper
-
Repaint the XChartPanel given the provided index.
- replaceData(Number) - Method in class org.knowm.xchart.PieSeries
-
*This is an internal method which shouldn't be called from client code.
- replaceData(List<?>, List<?>, List<Number[]>) - Method in class org.knowm.xchart.HeatMapSeries
- Right - org.knowm.xchart.style.AxesChartStyler.TextAlignment
- Right - org.knowm.xchart.style.Styler.YAxisPosition
- Round - org.knowm.xchart.BubbleSeries.BubbleSeriesRenderStyle
- Rows - org.knowm.xchart.CSVImporter.DataOrientation
S
- saveBitmap(List<T>, Integer, Integer, OutputStream, BitmapEncoder.BitmapFormat) - Static method in class org.knowm.xchart.BitmapEncoder
-
Save list of Charts into a given stream.
- saveBitmap(List<T>, Integer, Integer, String, BitmapEncoder.BitmapFormat) - Static method in class org.knowm.xchart.BitmapEncoder
-
Save list of Charts as an image file.
- saveBitmap(T, OutputStream, BitmapEncoder.BitmapFormat) - Static method in class org.knowm.xchart.BitmapEncoder
-
Write a Chart into a given stream.
- saveBitmap(T, String, BitmapEncoder.BitmapFormat) - Static method in class org.knowm.xchart.BitmapEncoder
-
Save a Chart as an image file
- saveBitmapWithDPI(T, String, BitmapEncoder.BitmapFormat, int) - Static method in class org.knowm.xchart.BitmapEncoder
-
Save a chart as a PNG with a custom DPI.
- saveGif(String, List<BufferedImage>) - Static method in class org.knowm.xchart.GifEncoder
-
images saved as GIF file, repeated countless times with 100ms delay
- saveGif(String, List<BufferedImage>, int, int) - Static method in class org.knowm.xchart.GifEncoder
-
images saved as GIF file, Set repeat times and delay time
- saveJPGWithQuality(T, String, float) - Static method in class org.knowm.xchart.BitmapEncoder
-
Save a Chart as a JPEG file
- savePdfboxGraphics(List<? extends Chart>, File) - Static method in class org.knowm.xchart.PdfboxGraphicsEncoder
-
Write multiple charts to a file
- savePdfboxGraphics(List<? extends Chart>, OutputStream) - Static method in class org.knowm.xchart.PdfboxGraphicsEncoder
-
Write multiple charts to an OutputStream
- savePdfboxGraphics(List<? extends Chart>, String) - Static method in class org.knowm.xchart.PdfboxGraphicsEncoder
-
Write multiple charts to a file
- savePdfboxGraphics(Chart, File) - Static method in class org.knowm.xchart.PdfboxGraphicsEncoder
-
Write a chart to a file
- savePdfboxGraphics(Chart, OutputStream) - Static method in class org.knowm.xchart.PdfboxGraphicsEncoder
-
Write a chart to an OutputStream
- savePdfboxGraphics(Chart, String) - Static method in class org.knowm.xchart.PdfboxGraphicsEncoder
-
Write a chart to a file
- saveVectorGraphic(Chart, OutputStream, VectorGraphicsEncoder.VectorGraphicsFormat) - Static method in class org.knowm.xchart.VectorGraphicsEncoder
-
Write a chart to an OutputStream.
- saveVectorGraphic(Chart, String, VectorGraphicsEncoder.VectorGraphicsFormat) - Static method in class org.knowm.xchart.VectorGraphicsEncoder
-
Write a chart to a file.
- Scatter - org.knowm.xchart.CategorySeries.CategorySeriesRenderStyle
- Scatter - org.knowm.xchart.XYSeries.XYSeriesRenderStyle
- SeriesColors - Interface in org.knowm.xchart.style.colors
- SeriesData(List<Number>, List<Number>, String) - Constructor for class org.knowm.xchart.CSVImporter.SeriesData
- SeriesLines - Interface in org.knowm.xchart.style.lines
-
Pre-defined Line Styles used for Series Lines
- SeriesMarkers - Interface in org.knowm.xchart.style.markers
- setAllStyles() - Method in class org.knowm.xchart.style.BubbleStyler
- setAllStyles() - Method in class org.knowm.xchart.style.CategoryStyler
- setAllStyles() - Method in class org.knowm.xchart.style.HeatMapStyler
- setAllStyles() - Method in class org.knowm.xchart.style.OHLCStyler
- setAllStyles() - Method in class org.knowm.xchart.style.XYStyler
- setAnnotationLineColor(Color) - Method in class org.knowm.xchart.style.Styler
- setAnnotationLineStroke(BasicStroke) - Method in class org.knowm.xchart.style.Styler
- setAnnotationTextFont(Font) - Method in class org.knowm.xchart.style.Styler
- setAnnotationTextFontColor(Color) - Method in class org.knowm.xchart.style.Styler
- setAnnotationTextPanelBackgroundColor(Color) - Method in class org.knowm.xchart.style.Styler
- setAnnotationTextPanelBorderColor(Color) - Method in class org.knowm.xchart.style.Styler
- setAnnotationTextPanelFont(Font) - Method in class org.knowm.xchart.style.Styler
- setAnnotationTextPanelFontColor(Color) - Method in class org.knowm.xchart.style.Styler
- setAnnotationTextPanelPadding(int) - Method in class org.knowm.xchart.style.Styler
- setAntiAlias(boolean) - Method in class org.knowm.xchart.style.Styler
- setArcAngle(double) - Method in class org.knowm.xchart.style.DialStyler
- setArrowArcAngle(double) - Method in class org.knowm.xchart.style.DialStyler
- setArrowArcPercentage(double) - Method in class org.knowm.xchart.style.DialStyler
- setArrowColor(Color) - Method in class org.knowm.xchart.style.DialStyler
-
Set the line color of the series
- setArrowLengthPercentage(double) - Method in class org.knowm.xchart.style.DialStyler
- setAvailableSpaceFill(double) - Method in class org.knowm.xchart.style.CategoryStyler
-
Sets the available space for rendering each category as a percentage.
- setAxisTickLabels(String[]) - Method in class org.knowm.xchart.style.DialStyler
- setAxisTickLabelsColor(Color) - Method in class org.knowm.xchart.style.AxesChartStyler
-
sets the axis tick label color
- setAxisTickLabelsFont(Font) - Method in class org.knowm.xchart.style.AxesChartStyler
-
Set the x- and y-axis tick label font
- setAxisTickLabelsVisible(boolean) - Method in class org.knowm.xchart.style.DialStyler
- setAxisTickMarkLength(int) - Method in class org.knowm.xchart.style.AxesChartStyler
-
Set the axis tick mark length (in pixels)
- setAxisTickMarksColor(Color) - Method in class org.knowm.xchart.style.AxesChartStyler
-
sets the axis tick mark color
- setAxisTickMarksColor(Color) - Method in class org.knowm.xchart.style.DialStyler
- setAxisTickMarksStroke(BasicStroke) - Method in class org.knowm.xchart.style.AxesChartStyler
-
sets the axis tick marks Stroke
- setAxisTickMarksStroke(BasicStroke) - Method in class org.knowm.xchart.style.DialStyler
- setAxisTickPadding(int) - Method in class org.knowm.xchart.style.AxesChartStyler
-
sets the padding (in pixels) between the tick labels and the tick marks
- setAxisTicksLineVisible(boolean) - Method in class org.knowm.xchart.style.AxesChartStyler
-
sets the visibility of the line parallel to the plot edges that go along with the tick marks
- setAxisTicksMarksVisible(boolean) - Method in class org.knowm.xchart.style.AxesChartStyler
-
sets the visibility of the tick marks
- setAxisTicksMarksVisible(boolean) - Method in class org.knowm.xchart.style.DialStyler
- setAxisTicksVisible(boolean) - Method in class org.knowm.xchart.style.AxesChartStyler
-
Set the x- and y-axis tick marks and labels visibility
- setAxisTickValues(double[]) - Method in class org.knowm.xchart.style.DialStyler
- setAxisTitleFont(Font) - Method in class org.knowm.xchart.style.AxesChartStyler
-
Set the x- and y-axis title font
- setAxisTitleFont(Font) - Method in class org.knowm.xchart.style.DialStyler
- setAxisTitlePadding(int) - Method in class org.knowm.xchart.style.AxesChartStyler
-
sets the padding (in pixels) between the axis title and the tick labels
- setAxisTitlePadding(int) - Method in class org.knowm.xchart.style.DialStyler
- setAxisTitlesVisible(boolean) - Method in class org.knowm.xchart.style.AxesChartStyler
-
Set the x- and y-axis titles visibility
- setAxisTitleVisible(boolean) - Method in class org.knowm.xchart.style.DialStyler
- setBaseFont(Font) - Method in class org.knowm.xchart.style.Styler
-
Set the base font
- setBoxplotCalCulationMethod(BoxStyler.BoxplotCalCulationMethod) - Method in class org.knowm.xchart.style.BoxStyler
- setBubbleSeriesRenderStyle(BubbleSeries.BubbleSeriesRenderStyle) - Method in class org.knowm.xchart.BubbleSeries
- setChartBackgroundColor(Color) - Method in class org.knowm.xchart.style.Styler
-
Set the chart background color - the part around the edge of the chart
- setChartButtonBackgroundColor(Color) - Method in class org.knowm.xchart.style.Styler
- setChartButtonBorderColor(Color) - Method in class org.knowm.xchart.style.Styler
- setChartButtonFont(Font) - Method in class org.knowm.xchart.style.Styler
- setChartButtonFontColor(Color) - Method in class org.knowm.xchart.style.Styler
- setChartButtonMargin(int) - Method in class org.knowm.xchart.style.Styler
- setChartButtonPosition(Styler.ChartButtonPosition) - Method in class org.knowm.xchart.style.Styler
- setChartCategorySeriesRenderStyle(CategorySeries.CategorySeriesRenderStyle) - Method in class org.knowm.xchart.CategorySeries
- setChartFontColor(Color) - Method in class org.knowm.xchart.style.Styler
-
Set the chart font color.
- setChartPadding(int) - Method in class org.knowm.xchart.style.Styler
-
Set the chart padding
- setChartPieSeriesRenderStyle(PieSeries.PieSeriesRenderStyle) - Method in class org.knowm.xchart.PieSeries
- setChartTitleBoxBackgroundColor(Color) - Method in class org.knowm.xchart.style.Styler
-
set the chart title box background color
- setChartTitleBoxBorderColor(Color) - Method in class org.knowm.xchart.style.Styler
-
set the chart title box border color
- setChartTitleBoxVisible(boolean) - Method in class org.knowm.xchart.style.Styler
-
Set the chart title box visibility
- setChartTitleFont(Font) - Method in class org.knowm.xchart.style.Styler
-
Set the chart title font
- setChartTitlePadding(int) - Method in class org.knowm.xchart.style.Styler
-
set the chart title padding; the space between the chart title and the plot area
- setChartTitleVisible(boolean) - Method in class org.knowm.xchart.style.Styler
-
Set the chart title visibility
- setCircular(boolean) - Method in class org.knowm.xchart.style.DialStyler
-
Sets whether or not the radar chart is forced to be circular.
- setCircular(boolean) - Method in class org.knowm.xchart.style.PieStyler
-
Sets whether or not the pie chart is forced to be circular.
- setCircular(boolean) - Method in class org.knowm.xchart.style.RadarStyler
-
Sets whether or not the radar chart is forced to be circular.
- setClockwiseDirectionType(PieStyler.ClockwiseDirectionType) - Method in class org.knowm.xchart.style.PieStyler
- setCursorBackgroundColor(Color) - Method in class org.knowm.xchart.style.XYStyler
- setCursorColor(Color) - Method in class org.knowm.xchart.style.XYStyler
- setCursorEnabled(boolean) - Method in class org.knowm.xchart.style.XYStyler
- setCursorFont(Font) - Method in class org.knowm.xchart.style.XYStyler
- setCursorFontColor(Color) - Method in class org.knowm.xchart.style.XYStyler
- setCursorLineWidth(float) - Method in class org.knowm.xchart.style.XYStyler
- setCustomCursorXDataFormattingFunction(Function<Double, String>) - Method in class org.knowm.xchart.style.XYStyler
-
Set the custom function for formatting the cursor tooltip based on the series X-Axis data
- setCustomCursorYDataFormattingFunction(Function<Double, String>) - Method in class org.knowm.xchart.style.XYStyler
-
Set the custom function for formatting the cursor tooltip based on the series Y-Axis data
- setDatePattern(String) - Method in class org.knowm.xchart.style.AxesChartStyler
-
Set the String formatter for Data x-axis
- setDecimalPattern(String) - Method in class org.knowm.xchart.style.Styler
-
Set the decimal formatter for all numbers on the chart
- setDefaultSeriesRenderStyle(BubbleSeries.BubbleSeriesRenderStyle) - Method in class org.knowm.xchart.style.BubbleStyler
-
Sets the default series render style for the chart (Round is the only one for now) You can override the series render style individually on each Series object.
- setDefaultSeriesRenderStyle(CategorySeries.CategorySeriesRenderStyle) - Method in class org.knowm.xchart.style.CategoryStyler
-
Sets the default series render style for the chart (bar, stick, line, scatter, area, etc.) You can override the series render style individually on each Series object.
- setDefaultSeriesRenderStyle(OHLCSeries.OHLCSeriesRenderStyle) - Method in class org.knowm.xchart.style.OHLCStyler
-
Sets the default series render style for the chart (candle, hilo, etc.) You can override the series render style individually on each Series object.
- setDefaultSeriesRenderStyle(PieSeries.PieSeriesRenderStyle) - Method in class org.knowm.xchart.style.PieStyler
-
Sets the default series render style for the chart (line, scatter, area, etc.) You can override the series render style individually on each Series object.
- setDefaultSeriesRenderStyle(XYSeries.XYSeriesRenderStyle) - Method in class org.knowm.xchart.style.XYStyler
-
Sets the default series render style for the chart (line, scatter, area, etc.) You can override the series render style individually on each Series object.
- setDonutThickness(double) - Method in class org.knowm.xchart.style.DialStyler
- setDonutThickness(double) - Method in class org.knowm.xchart.style.PieStyler
-
Sets the thickness of the donut ring for donut style pie chart series.
- setDownColor(Color) - Method in class org.knowm.xchart.OHLCSeries
-
Set the down color of the series
- setDrawBorder(boolean) - Method in class org.knowm.xchart.style.HeatMapStyler
- setErrorBarsColor(Color) - Method in class org.knowm.xchart.style.AxesChartStyler
-
Sets the color of the error bars
- setErrorBarsColorSeriesColor(boolean) - Method in class org.knowm.xchart.style.AxesChartStyler
-
Set true if the the error bar color should match the series color
- setExportAsString(String) - Method in class org.knowm.xchart.XChartPanel
-
Set the "Export As..." String if you want to localize it.
- setForceAllLabelsVisible() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- setForceAllLabelsVisible() - Method in interface org.knowm.xchart.style.theme.Theme
- setForceAllLabelsVisible(boolean) - Method in class org.knowm.xchart.style.PieStyler
-
By default, only the labels that will "fit", as determined algorithmically, will be drawn.
- setGradientColorColumnHeight(int) - Method in class org.knowm.xchart.style.HeatMapStyler
- setGradientColorColumnWeight(int) - Method in class org.knowm.xchart.style.HeatMapStyler
- setHeatMapDecimalValueFormatter(Function<Double, String>) - Method in class org.knowm.xchart.style.HeatMapStyler
- setHeatMapValueDecimalPattern(String) - Method in class org.knowm.xchart.style.HeatMapStyler
- setImage(BufferedImage) - Method in class org.knowm.xchart.AnnotationImage
- setLabelFont(Font) - Method in class org.knowm.xchart.style.DialStyler
-
Sets the Font used for chart labels
- setLabelsDistance(double) - Method in class org.knowm.xchart.style.PieStyler
-
Sets the distance of the pie chart's annotation where 0 is the center, 1 is at the edge and greater than 1 is outside of the pie chart.
- setLabelsFont(Font) - Method in class org.knowm.xchart.style.CategoryStyler
-
Sets the Font used for chart labels
- setLabelsFont(Font) - Method in class org.knowm.xchart.style.PieStyler
-
Sets the Font used for chart annotations
- setLabelsFontColor(Color) - Method in class org.knowm.xchart.style.CategoryStyler
-
Sets the color of the Font used for chart labels
- setLabelsFontColor(Color) - Method in class org.knowm.xchart.style.PieStyler
-
Sets the color of the Font used for chart annotations
- setLabelsFontColorAutomaticDark(Color) - Method in class org.knowm.xchart.style.CategoryStyler
- setLabelsFontColorAutomaticDark(Color) - Method in class org.knowm.xchart.style.PieStyler
- setLabelsFontColorAutomaticEnabled(boolean) - Method in class org.knowm.xchart.style.CategoryStyler
- setLabelsFontColorAutomaticEnabled(boolean) - Method in class org.knowm.xchart.style.PieStyler
- setLabelsFontColorAutomaticLight(Color) - Method in class org.knowm.xchart.style.CategoryStyler
- setLabelsFontColorAutomaticLight(Color) - Method in class org.knowm.xchart.style.PieStyler
- setLabelsPosition(double) - Method in class org.knowm.xchart.style.CategoryStyler
-
A number between 0 and 1 setting the vertical position of the data label.
- setLabelsRotation(int) - Method in class org.knowm.xchart.style.CategoryStyler
-
Sets the rotation (in degrees) for chart labels.
- setLabelsVisible(boolean) - Method in class org.knowm.xchart.style.CategoryStyler
-
Sets if labels should be added to charts.
- setLabelsVisible(boolean) - Method in class org.knowm.xchart.style.PieStyler
-
Sets if annotations should be added to charts.
- setLabelType(PieStyler.LabelType) - Method in class org.knowm.xchart.style.PieStyler
-
Sets the Pie chart's annotation type
- setLabelVisible(boolean) - Method in class org.knowm.xchart.style.DialStyler
-
Sets if labels should be added to charts.
- setLegendBackgroundColor(Color) - Method in class org.knowm.xchart.style.Styler
-
Set the chart legend background color
- setLegendBorderColor(Color) - Method in class org.knowm.xchart.style.Styler
- setLegendFont(Font) - Method in class org.knowm.xchart.style.Styler
-
Set the chart legend font
- setLegendLayout(Styler.LegendLayout) - Method in class org.knowm.xchart.style.Styler
- setLegendPadding(int) - Method in class org.knowm.xchart.style.Styler
-
Set the chart legend padding
- setLegendPosition(Styler.LegendPosition) - Method in class org.knowm.xchart.style.HeatMapStyler
- setLegendPosition(Styler.LegendPosition) - Method in class org.knowm.xchart.style.Styler
-
sets the legend position
- setLegendSeriesLineLength(int) - Method in class org.knowm.xchart.style.Styler
-
Set the chart legend series line length
- setLegendVisible(boolean) - Method in class org.knowm.xchart.style.Styler
-
Set the chart legend visibility
- setLineColor(Color) - Method in class org.knowm.xchart.RadarSeries
-
Set the line color of the series
- setLines(List<String>) - Method in class org.knowm.xchart.AnnotationTextPanel
- setLineStyle(BasicStroke) - Method in class org.knowm.xchart.RadarSeries
-
Set the line style of the series
- setLineWidth(float) - Method in class org.knowm.xchart.RadarSeries
-
Set the line width of the series
- setLocale(Locale) - Method in class org.knowm.xchart.style.AxesChartStyler
-
Set the locale to use for rendering the chart
- setLowerColor(Color) - Method in class org.knowm.xchart.style.DialStyler
- setLowerFrom(double) - Method in class org.knowm.xchart.style.DialStyler
- setLowerTo(double) - Method in class org.knowm.xchart.style.DialStyler
- setMarker(Marker) - Method in class org.knowm.xchart.RadarSeries
-
Sets the marker for the series
- setMarkerColor(Color) - Method in class org.knowm.xchart.RadarSeries
-
Sets the marker color for the series
- setMarkerSize(int) - Method in class org.knowm.xchart.style.RadarStyler
-
Sets the size of the markers (in pixels)
- setMarkerSize(int) - Method in class org.knowm.xchart.style.Styler
-
Sets the size of the markers (in pixels)
- setMax(double) - Method in class org.knowm.xchart.HeatMapSeries
- setMax(double) - Method in class org.knowm.xchart.style.HeatMapStyler
- setMiddleColor(Color) - Method in class org.knowm.xchart.style.DialStyler
- setMiddleFrom(double) - Method in class org.knowm.xchart.style.DialStyler
- setMiddleTo(double) - Method in class org.knowm.xchart.style.DialStyler
- setMin(double) - Method in class org.knowm.xchart.HeatMapSeries
- setMin(double) - Method in class org.knowm.xchart.style.HeatMapStyler
- setOhlcSeriesRenderStyle(OHLCSeries.OHLCSeriesRenderStyle) - Method in class org.knowm.xchart.OHLCSeries
- setOverlapped(boolean) - Method in class org.knowm.xchart.style.CategoryStyler
-
set whether or not series renderings (i.e.
- setPiecewise(boolean) - Method in class org.knowm.xchart.style.HeatMapStyler
- setPiecewiseRanged(boolean) - Method in class org.knowm.xchart.style.HeatMapStyler
- setPlotBackgroundColor(Color) - Method in class org.knowm.xchart.style.Styler
-
set the plot area's background color
- setPlotBorderColor(Color) - Method in class org.knowm.xchart.style.Styler
-
set the plot area's border color
- setPlotBorderVisible(boolean) - Method in class org.knowm.xchart.style.Styler
-
sets the visibility of the border around the plot area
- setPlotContentSize(double) - Method in class org.knowm.xchart.style.Styler
-
Sets the content size of the plot inside the plot area of the chart.
- setPlotGridHorizontalLinesVisible(boolean) - Method in class org.knowm.xchart.style.AxesChartStyler
-
sets the visibility of the horizontal gridlines on the plot area
- setPlotGridLinesColor(Color) - Method in class org.knowm.xchart.style.AxesChartStyler
-
set the plot area's grid lines color
- setPlotGridLinesStroke(BasicStroke) - Method in class org.knowm.xchart.style.AxesChartStyler
-
set the plot area's grid lines Stroke
- setPlotGridLinesVisible(boolean) - Method in class org.knowm.xchart.style.AxesChartStyler
-
sets the visibility of the gridlines inside the plot area
- setPlotGridVerticalLinesVisible(boolean) - Method in class org.knowm.xchart.style.AxesChartStyler
-
sets the visibility of the vertical gridlines on the plot area
- setPlotMargin(int) - Method in class org.knowm.xchart.style.AxesChartStyler
-
sets the margin (in pixels) around the plot area
- setPlotTicksMarksVisible(boolean) - Method in class org.knowm.xchart.style.AxesChartStyler
-
sets the visibility of the ticks marks inside the plot area
- setPrintString(String) - Method in class org.knowm.xchart.XChartPanel
-
Set the "Print..." String if you want to localize it.
- setRadarRenderStyle(RadarStyler.RadarRenderStyle) - Method in class org.knowm.xchart.style.RadarStyler
- setRadiiLabels(String[]) - Method in class org.knowm.xchart.RadarChart
-
Sets the radii labels
- setRadiiTickMarksColor(Color) - Method in class org.knowm.xchart.style.RadarStyler
- setRadiiTickMarksCount(int) - Method in class org.knowm.xchart.style.RadarStyler
- setRadiiTickMarksStroke(BasicStroke) - Method in class org.knowm.xchart.style.RadarStyler
- setRadiiTicksMarksVisible(boolean) - Method in class org.knowm.xchart.style.RadarStyler
- setRadiiTitleFont(Font) - Method in class org.knowm.xchart.style.RadarStyler
- setRadiiTitlePadding(int) - Method in class org.knowm.xchart.style.RadarStyler
- setRadiiTitleVisible(boolean) - Method in class org.knowm.xchart.style.RadarStyler
- setRangeColors(Color[]) - Method in class org.knowm.xchart.style.HeatMapStyler
- setResetString(String) - Method in class org.knowm.xchart.XChartPanel
-
Set the "Reset" String if you want to localize it.
- setSaveAsString(String) - Method in class org.knowm.xchart.XChartPanel
-
Set the "Save As..." String if you want to localize it.
- setSeriesColors(Color[]) - Method in class org.knowm.xchart.style.Styler
- setSeriesFilled(boolean) - Method in class org.knowm.xchart.style.RadarStyler
- setSeriesLines(BasicStroke[]) - Method in class org.knowm.xchart.style.Styler
- setSeriesMarkers(Marker[]) - Method in class org.knowm.xchart.style.Styler
- setShowStackSum(boolean) - Method in class org.knowm.xchart.style.CategoryStyler
-
If the category chart is set to be "stacked", the total value of the stack can be painted above the stack.
- setShowValue(boolean) - Method in class org.knowm.xchart.style.HeatMapStyler
- setShowWithinAreaPoint(boolean) - Method in class org.knowm.xchart.style.Styler
- setSliceBorderWidth(double) - Method in class org.knowm.xchart.style.PieStyler
- setSmooth(boolean) - Method in class org.knowm.xchart.XYSeries
- setSplitNumber(int) - Method in class org.knowm.xchart.style.HeatMapStyler
- setStacked(boolean) - Method in class org.knowm.xchart.style.CategoryStyler
-
Set whether or not series renderings (i.e.
- setStartAngleInDegrees(double) - Method in class org.knowm.xchart.style.PieStyler
-
Sets the start angle in degrees.
- setStartAngleInDegrees(double) - Method in class org.knowm.xchart.style.RadarStyler
-
Sets the start angle in degrees.
- setSumFont(Font) - Method in class org.knowm.xchart.style.PieStyler
-
Sets the font for the sum.
- setSumFontSize(float) - Method in class org.knowm.xchart.style.PieStyler
-
Sets the font size for the sum.
- setSumFormat(String) - Method in class org.knowm.xchart.style.PieStyler
-
Set the Format to be applied to the sum, the default is just to display the sum as a number using the PieStyler DecimalFormat.
- setSumVisible(boolean) - Method in class org.knowm.xchart.style.PieStyler
-
Sets whether or not the sum is visible in the centre of the pie chart.
- setText(String) - Method in class org.knowm.xchart.AnnotationText
- setTheme(Theme) - Method in class org.knowm.xchart.style.BoxStyler
- setTheme(Theme) - Method in class org.knowm.xchart.style.BubbleStyler
-
Set the theme the styler should use
- setTheme(Theme) - Method in class org.knowm.xchart.style.CategoryStyler
-
Set the theme the styler should use
- setTheme(Theme) - Method in class org.knowm.xchart.style.DialStyler
-
Set the theme the styler should use
- setTheme(Theme) - Method in class org.knowm.xchart.style.HeatMapStyler
-
Set the theme the styler should use
- setTheme(Theme) - Method in class org.knowm.xchart.style.OHLCStyler
-
Set the theme the styler should use
- setTheme(Theme) - Method in class org.knowm.xchart.style.PieStyler
-
Set the theme the styler should use
- setTheme(Theme) - Method in class org.knowm.xchart.style.RadarStyler
-
Set the theme the styler should use
- setTheme(Theme) - Method in class org.knowm.xchart.style.XYStyler
-
Set the theme the styler should use
- setTimezone(TimeZone) - Method in class org.knowm.xchart.style.AxesChartStyler
-
Set the timezone to use for formatting Date axis tick labels
- setTitle(String) - Method in class org.knowm.xchart.SwingWrapper
-
Set the Window Title
- setToolTipBackgroundColor(Color) - Method in class org.knowm.xchart.style.Styler
- setToolTipBorderColor(Color) - Method in class org.knowm.xchart.style.Styler
- setToolTipFont(Font) - Method in class org.knowm.xchart.style.Styler
- setToolTipHighlightColor(Color) - Method in class org.knowm.xchart.style.Styler
- setTooltipOverrides(String[]) - Method in class org.knowm.xchart.RadarSeries
- setToolTipsAlwaysVisible(boolean) - Method in class org.knowm.xchart.style.Styler
- setToolTipsEnabled(boolean) - Method in class org.knowm.xchart.style.Styler
- setToolTipType(Styler.ToolTipType) - Method in class org.knowm.xchart.style.Styler
- setUpColor(Color) - Method in class org.knowm.xchart.OHLCSeries
-
Set the up color of the series
- setUpperColor(Color) - Method in class org.knowm.xchart.style.DialStyler
- setUpperFrom(double) - Method in class org.knowm.xchart.style.DialStyler
- setUpperTo(double) - Method in class org.knowm.xchart.style.DialStyler
- setValue(double) - Method in class org.knowm.xchart.AnnotationLine
- setValue(double) - Method in class org.knowm.xchart.DialSeries
- setValue(Number) - Method in class org.knowm.xchart.PieSeries
- setValueFont(Font) - Method in class org.knowm.xchart.style.HeatMapStyler
- setValueFontColor(Color) - Method in class org.knowm.xchart.style.HeatMapStyler
- setValues(double[]) - Method in class org.knowm.xchart.RadarSeries
- setX(double) - Method in class org.knowm.xchart.AnnotationImage
- setX(double) - Method in class org.knowm.xchart.AnnotationText
- setX(double) - Method in class org.knowm.xchart.AnnotationTextPanel
- setXAxisDecimalPattern(String) - Method in class org.knowm.xchart.style.AxesChartStyler
-
Set the decimal formatting pattern for the X-Axis
- setXAxisLabelAlignment(AxesChartStyler.TextAlignment) - Method in class org.knowm.xchart.style.AxesChartStyler
- setXAxisLabelAlignmentVertical(AxesChartStyler.TextAlignment) - Method in class org.knowm.xchart.style.AxesChartStyler
- setXAxisLabelRotation(int) - Method in class org.knowm.xchart.style.AxesChartStyler
- setXAxisLogarithmic(boolean) - Method in class org.knowm.xchart.style.AxesChartStyler
-
sets the X-Axis to be rendered with a logarithmic scale or not
- setXAxisLogarithmicDecadeOnly(boolean) - Method in class org.knowm.xchart.style.AxesChartStyler
-
Set the decade only support for logarithmic Y-Axis
- setXAxisMax(Double) - Method in class org.knowm.xchart.style.AxesChartStyler
- setXAxisMaxLabelCount(int) - Method in class org.knowm.xchart.style.AxesChartStyler
- setXAxisMin(Double) - Method in class org.knowm.xchart.style.AxesChartStyler
- setXAxisTickLabelsColor(Color) - Method in class org.knowm.xchart.style.AxesChartStyler
- setxAxisTickLabelsFormattingFunction(Function<Double, String>) - Method in class org.knowm.xchart.style.AxesChartStyler
- setXAxisTickMarksColor(Color) - Method in class org.knowm.xchart.style.AxesChartStyler
- setXAxisTickMarkSpacingHint(int) - Method in class org.knowm.xchart.style.AxesChartStyler
-
set the spacing (in pixels) between tick marks for the X-Axis
- setXAxisTicksVisible(boolean) - Method in class org.knowm.xchart.style.AxesChartStyler
-
Set the x-axis tick marks and labels visibility
- setXAxisTitleColor(Color) - Method in class org.knowm.xchart.style.Styler
- setXAxisTitleVisible(boolean) - Method in class org.knowm.xchart.style.AxesChartStyler
-
Set the x-axis title visibility
- setXYSeriesRenderStyle(XYSeries.XYSeriesRenderStyle) - Method in class org.knowm.xchart.XYSeries
- setY(double) - Method in class org.knowm.xchart.AnnotationImage
- setY(double) - Method in class org.knowm.xchart.AnnotationText
- setY(double) - Method in class org.knowm.xchart.AnnotationTextPanel
- setYAxisDecimalPattern(String) - Method in class org.knowm.xchart.style.AxesChartStyler
-
Set the decimal formatting pattern for the Y-Axis
- setYAxisGroupPosition(int, Styler.YAxisPosition) - Method in class org.knowm.xchart.style.Styler
-
Set the Y-Axis group position.
- setYAxisGroupTickLabelsColorMap(int, Color) - Method in class org.knowm.xchart.style.AxesChartStyler
- setYAxisGroupTickMarksColorMap(int, Color) - Method in class org.knowm.xchart.style.AxesChartStyler
- setYAxisGroupTitleColor(int, Color) - Method in class org.knowm.xchart.style.Styler
- setYAxisLabelAlignment(AxesChartStyler.TextAlignment) - Method in class org.knowm.xchart.style.AxesChartStyler
- setYAxisLeftWidthHint(int) - Method in class org.knowm.xchart.style.Styler
-
Set the width of the Y-Axis tick labels on the left side of the chart.
- setYAxisLogarithmic(boolean) - Method in class org.knowm.xchart.style.AxesChartStyler
-
sets the Y-Axis to be rendered with a logarithmic scale or not
- setYAxisLogarithmicDecadeOnly(boolean) - Method in class org.knowm.xchart.style.AxesChartStyler
-
Set the decade only support for logarithmic Y-Axis
- setYAxisMax(Double) - Method in class org.knowm.xchart.style.AxesChartStyler
- setYAxisMax(Integer, Double) - Method in class org.knowm.xchart.style.AxesChartStyler
- setYAxisMin(Double) - Method in class org.knowm.xchart.style.AxesChartStyler
- setYAxisMin(Integer, Double) - Method in class org.knowm.xchart.style.AxesChartStyler
- setYAxisTickLabelsColor(Color) - Method in class org.knowm.xchart.style.AxesChartStyler
- setyAxisTickLabelsFormattingFunction(Function<Double, String>) - Method in class org.knowm.xchart.style.AxesChartStyler
- setYAxisTickMarksColor(Color) - Method in class org.knowm.xchart.style.AxesChartStyler
- setYAxisTickMarkSpacingHint(int) - Method in class org.knowm.xchart.style.AxesChartStyler
-
set the spacing (in pixels) between tick marks for the Y-Axis
- setYAxisTicksVisible(boolean) - Method in class org.knowm.xchart.style.AxesChartStyler
-
Set the y-axis tick marks and labels visibility
- setYAxisTitleColor(Color) - Method in class org.knowm.xchart.style.Styler
- setYAxisTitleVisible(boolean) - Method in class org.knowm.xchart.style.AxesChartStyler
-
Set the y-axis title visibility
- setZoomEnabled(boolean) - Method in class org.knowm.xchart.style.XYStyler
- setZoomResetByButton(boolean) - Method in class org.knowm.xchart.style.XYStyler
- setZoomResetByDoubleClick(boolean) - Method in class org.knowm.xchart.style.XYStyler
- setZoomSelectionColor(Color) - Method in class org.knowm.xchart.style.XYStyler
- SOLID - Static variable in interface org.knowm.xchart.style.lines.SeriesLines
- Square - Class in org.knowm.xchart.style.markers
- Square() - Constructor for class org.knowm.xchart.style.markers.Square
- SQUARE - Static variable in interface org.knowm.xchart.style.markers.SeriesMarkers
- Step - org.knowm.xchart.XYSeries.XYSeriesRenderStyle
- StepArea - org.knowm.xchart.XYSeries.XYSeriesRenderStyle
- SteppedBar - org.knowm.xchart.CategorySeries.CategorySeriesRenderStyle
- Stick - org.knowm.xchart.CategorySeries.CategorySeriesRenderStyle
- Styler - Class in org.knowm.xchart.style
-
The styler is used to manage all things related to styling of the vast number of Chart components
- Styler() - Constructor for class org.knowm.xchart.style.Styler
- Styler.ChartButtonPosition - Enum in org.knowm.xchart.style
- Styler.ChartTheme - Enum in org.knowm.xchart.style
- Styler.LegendLayout - Enum in org.knowm.xchart.style
- Styler.LegendPosition - Enum in org.knowm.xchart.style
- Styler.ToolTipType - Enum in org.knowm.xchart.style
- Styler.YAxisPosition - Enum in org.knowm.xchart.style
- SVG - org.knowm.xchart.VectorGraphicsEncoder.VectorGraphicsFormat
- SwingWrapper<T extends org.knowm.xchart.internal.chartpart.Chart<?,?>> - Class in org.knowm.xchart
-
A convenience class used to display a Chart in a barebones Swing application
- SwingWrapper(List<T>) - Constructor for class org.knowm.xchart.SwingWrapper
-
Constructor - The number of rows and columns will be calculated automatically Constructor
- SwingWrapper(List<T>, int, int) - Constructor for class org.knowm.xchart.SwingWrapper
-
Constructor
- SwingWrapper(T) - Constructor for class org.knowm.xchart.SwingWrapper
-
Constructor
T
- theme(Styler.ChartTheme) - Method in class org.knowm.xchart.internal.ChartBuilder
- Theme - Interface in org.knowm.xchart.style.theme
- title - Variable in class org.knowm.xchart.internal.ChartBuilder
- title(String) - Method in class org.knowm.xchart.internal.ChartBuilder
- Trapezoid - Class in org.knowm.xchart.style.markers
- Trapezoid() - Constructor for class org.knowm.xchart.style.markers.Trapezoid
- TRAPEZOID - Static variable in interface org.knowm.xchart.style.markers.SeriesMarkers
- TRIANGLE_DOWN - Static variable in interface org.knowm.xchart.style.markers.SeriesMarkers
- TRIANGLE_UP - Static variable in interface org.knowm.xchart.style.markers.SeriesMarkers
- TriangleDown - Class in org.knowm.xchart.style.markers
- TriangleDown() - Constructor for class org.knowm.xchart.style.markers.TriangleDown
- TriangleUp - Class in org.knowm.xchart.style.markers
- TriangleUp() - Constructor for class org.knowm.xchart.style.markers.TriangleUp
- TURQUOISE - Static variable in class org.knowm.xchart.style.colors.MatlabSeriesColors
U
- updateBoxSeries(String, double[]) - Method in class org.knowm.xchart.BoxChart
- updateBoxSeries(String, int[]) - Method in class org.knowm.xchart.BoxChart
- updateBoxSeries(String, List<? extends Number>) - Method in class org.knowm.xchart.BoxChart
- updateBubbleSeries(String, double[], double[], double[]) - Method in class org.knowm.xchart.BubbleChart
-
Update a series by updating the X-Axis, Y-Axis and bubble data
- updateBubbleSeries(String, List<?>, List<? extends Number>, List<? extends Number>) - Method in class org.knowm.xchart.BubbleChart
-
Update a series by updating the X-Axis, Y-Axis and bubble data
- updateCategorySeries(String, double[], double[], double[]) - Method in class org.knowm.xchart.CategoryChart
-
Update a series by updating the X-Axis, Y-Axis and error bar data
- updateCategorySeries(String, List<?>, List<? extends Number>, List<? extends Number>) - Method in class org.knowm.xchart.CategoryChart
-
Update a series by updating the X-Axis, Y-Axis and error bar data
- updateOHLCSeries(String, double[], double[]) - Method in class org.knowm.xchart.OHLCChart
-
Update a series by updating the X-Axis and Y-Axis data
- updateOHLCSeries(String, double[], double[], double[], double[], double[]) - Method in class org.knowm.xchart.OHLCChart
-
Update a series by updating the xData, openData, highData, lowData and closeData
- updateOHLCSeries(String, double[], double[], double[], double[], double[], long[]) - Method in class org.knowm.xchart.OHLCChart
-
Update a series by updating the xData, openData, highData, lowData,closeData and volumeData
- updateOHLCSeries(String, List<?>, List<? extends Number>) - Method in class org.knowm.xchart.OHLCChart
-
Update a series by updating the X-Axis and Y-Axis data
- updateOHLCSeries(String, List<?>, List<? extends Number>, List<? extends Number>, List<? extends Number>, List<? extends Number>) - Method in class org.knowm.xchart.OHLCChart
-
Update a series by updating the xData, openData, highData, lowData and closeData
- updateOHLCSeries(String, List<?>, List<? extends Number>, List<? extends Number>, List<? extends Number>, List<? extends Number>, List<? extends Number>) - Method in class org.knowm.xchart.OHLCChart
- updatePieSeries(String, Number) - Method in class org.knowm.xchart.PieChart
-
Update a series by updating the pie slide value
- updateSeries(String, int[], int[], int[][]) - Method in class org.knowm.xchart.HeatMapChart
-
Update a series by updating the X-Axis, Y-Axis and heat data
- updateSeries(String, List<?>, List<?>, List<Number[]>) - Method in class org.knowm.xchart.HeatMapChart
-
Update a series by updating the X-Axis, Y-Axis and heat data
- updateXYSeries(String, double[], double[], double[]) - Method in class org.knowm.xchart.XYChart
-
Update a series by updating the X-Axis, Y-Axis and error bar data
- updateXYSeries(String, List<?>, List<? extends Number>, List<? extends Number>) - Method in class org.knowm.xchart.XYChart
-
Update a series by updating the X-Axis, Y-Axis and error bar data
- Utils - Class in org.knowm.xchart.internal
V
- Value - org.knowm.xchart.style.PieStyler.LabelType
- valueOf(String) - Static method in enum org.knowm.xchart.BitmapEncoder.BitmapFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knowm.xchart.BubbleSeries.BubbleSeriesRenderStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knowm.xchart.CategorySeries.CategorySeriesRenderStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knowm.xchart.CSVImporter.DataOrientation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knowm.xchart.OHLCSeries.OHLCSeriesRenderStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knowm.xchart.PieSeries.PieSeriesRenderStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knowm.xchart.style.AxesChartStyler.TextAlignment
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knowm.xchart.style.BoxStyler.BoxplotCalCulationMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knowm.xchart.style.colors.ChartColor
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knowm.xchart.style.PieStyler.ClockwiseDirectionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knowm.xchart.style.PieStyler.LabelType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knowm.xchart.style.RadarStyler.RadarRenderStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knowm.xchart.style.Styler.ChartButtonPosition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knowm.xchart.style.Styler.ChartTheme
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knowm.xchart.style.Styler.LegendLayout
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knowm.xchart.style.Styler.LegendPosition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knowm.xchart.style.Styler.ToolTipType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knowm.xchart.style.Styler.YAxisPosition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knowm.xchart.VectorGraphicsEncoder.VectorGraphicsFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knowm.xchart.XYSeries.XYSeriesRenderStyle
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.knowm.xchart.BitmapEncoder.BitmapFormat
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.knowm.xchart.BubbleSeries.BubbleSeriesRenderStyle
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.knowm.xchart.CategorySeries.CategorySeriesRenderStyle
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.knowm.xchart.CSVImporter.DataOrientation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.knowm.xchart.OHLCSeries.OHLCSeriesRenderStyle
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.knowm.xchart.PieSeries.PieSeriesRenderStyle
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.knowm.xchart.style.AxesChartStyler.TextAlignment
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.knowm.xchart.style.BoxStyler.BoxplotCalCulationMethod
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.knowm.xchart.style.colors.ChartColor
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.knowm.xchart.style.PieStyler.ClockwiseDirectionType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.knowm.xchart.style.PieStyler.LabelType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.knowm.xchart.style.RadarStyler.RadarRenderStyle
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.knowm.xchart.style.Styler.ChartButtonPosition
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.knowm.xchart.style.Styler.ChartTheme
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.knowm.xchart.style.Styler.LegendLayout
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.knowm.xchart.style.Styler.LegendPosition
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.knowm.xchart.style.Styler.ToolTipType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.knowm.xchart.style.Styler.YAxisPosition
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.knowm.xchart.VectorGraphicsEncoder.VectorGraphicsFormat
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.knowm.xchart.XYSeries.XYSeriesRenderStyle
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VectorGraphicsEncoder - Class in org.knowm.xchart
-
A helper class with static methods for saving Charts as vectors
- VectorGraphicsEncoder.VectorGraphicsFormat - Enum in org.knowm.xchart
- Vertical - org.knowm.xchart.style.Styler.LegendLayout
W
- WHITE - org.knowm.xchart.style.colors.ChartColor
-
WHITE
- width - Variable in class org.knowm.xchart.internal.ChartBuilder
- width(int) - Method in class org.knowm.xchart.internal.ChartBuilder
- writeCSVColumns(XYChart, String) - Static method in class org.knowm.xchart.CSVExporter
-
Export all XYChart series as columns in separate CSV files.
- writeCSVColumns(XYSeries, String) - Static method in class org.knowm.xchart.CSVExporter
-
Export a Chart series in columns in a CSV file.
- writeCSVRows(XYChart, String) - Static method in class org.knowm.xchart.CSVExporter
-
Export all XYChart series as rows in separate CSV files.
- writeCSVRows(XYSeries, String) - Static method in class org.knowm.xchart.CSVExporter
-
Export a XYChart series into rows in a CSV file.
X
- x - Variable in class org.knowm.xchart.AnnotationImage
- x - Variable in class org.knowm.xchart.AnnotationText
- x - Variable in class org.knowm.xchart.AnnotationTextPanel
- xAndYLabels - org.knowm.xchart.style.Styler.ToolTipType
- xAxisTitle(String) - Method in class org.knowm.xchart.BoxChartBuilder
- xAxisTitle(String) - Method in class org.knowm.xchart.BubbleChartBuilder
- xAxisTitle(String) - Method in class org.knowm.xchart.CategoryChartBuilder
- xAxisTitle(String) - Method in class org.knowm.xchart.HeatMapChartBuilder
- xAxisTitle(String) - Method in class org.knowm.xchart.OHLCChartBuilder
- xAxisTitle(String) - Method in class org.knowm.xchart.XYChartBuilder
- XChart - org.knowm.xchart.style.Styler.ChartTheme
- XChartPanel<T extends org.knowm.xchart.internal.chartpart.Chart<?,?>> - Class in org.knowm.xchart
-
A Swing JPanel that contains a Chart
- XChartPanel(T) - Constructor for class org.knowm.xchart.XChartPanel
-
Constructor
- XChartPanel.Printer - Class in org.knowm.xchart
- XChartSeriesColors - Class in org.knowm.xchart.style.colors
- XChartSeriesColors() - Constructor for class org.knowm.xchart.style.colors.XChartSeriesColors
-
Constructor
- XChartSeriesLines - Class in org.knowm.xchart.style.lines
- XChartSeriesLines() - Constructor for class org.knowm.xchart.style.lines.XChartSeriesLines
-
Constructor
- XChartSeriesMarkers - Class in org.knowm.xchart.style.markers
- XChartSeriesMarkers() - Constructor for class org.knowm.xchart.style.markers.XChartSeriesMarkers
-
Constructor
- XChartTheme - Class in org.knowm.xchart.style.theme
- XChartTheme() - Constructor for class org.knowm.xchart.style.theme.XChartTheme
- xLabels - org.knowm.xchart.style.Styler.ToolTipType
- XYChart - Class in org.knowm.xchart
- XYChart(int, int) - Constructor for class org.knowm.xchart.XYChart
-
Constructor - the default Chart Theme will be used (XChartTheme)
- XYChart(int, int, Styler.ChartTheme) - Constructor for class org.knowm.xchart.XYChart
-
Constructor
- XYChart(int, int, Theme) - Constructor for class org.knowm.xchart.XYChart
-
Constructor
- XYChart(XYChartBuilder) - Constructor for class org.knowm.xchart.XYChart
-
Constructor
- XYChartBuilder - Class in org.knowm.xchart
- XYChartBuilder() - Constructor for class org.knowm.xchart.XYChartBuilder
- XYSeries - Class in org.knowm.xchart
-
A Series containing X and Y data to be plotted on a Chart
- XYSeries(String, double[], double[], double[], Series.DataType) - Constructor for class org.knowm.xchart.XYSeries
-
Constructor
- XYSeries.XYSeriesRenderStyle - Enum in org.knowm.xchart
- XYStyler - Class in org.knowm.xchart.style
- XYStyler() - Constructor for class org.knowm.xchart.style.XYStyler
-
Constructor
Y
- y - Variable in class org.knowm.xchart.AnnotationImage
- y - Variable in class org.knowm.xchart.AnnotationText
- y - Variable in class org.knowm.xchart.AnnotationTextPanel
- yAxisTitle(String) - Method in class org.knowm.xchart.BoxChartBuilder
- yAxisTitle(String) - Method in class org.knowm.xchart.BubbleChartBuilder
- yAxisTitle(String) - Method in class org.knowm.xchart.CategoryChartBuilder
- yAxisTitle(String) - Method in class org.knowm.xchart.HeatMapChartBuilder
- yAxisTitle(String) - Method in class org.knowm.xchart.OHLCChartBuilder
- yAxisTitle(String) - Method in class org.knowm.xchart.XYChartBuilder
- YELLOW - Static variable in class org.knowm.xchart.style.colors.MatlabSeriesColors
- YELLOW - Static variable in class org.knowm.xchart.style.colors.XChartSeriesColors
- YELLOW_GREEN - Static variable in class org.knowm.xchart.style.colors.GGPlot2SeriesColors
- yLabels - org.knowm.xchart.style.Styler.ToolTipType
All Classes|All Packages