Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractBaseTheme - Class in org.knowm.xchart.style.theme
- AbstractBaseTheme() - Constructor for class org.knowm.xchart.style.theme.AbstractBaseTheme
- addDataPointListener(DataPointListener) - Method in class org.knowm.xchart.XChartPanel
-
Registers a listener that is notified when the mouse hovers over, leaves, or clicks an individual rendered data point (bar, marker, bubble, etc.).
- 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.HorizontalBarChart
-
Add a series for a horizontal bar type chart using double arrays with error bars
- 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.HorizontalBarChart
-
Add a series for a horizontal bar type chart using int arrays with error bars
- 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 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 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<?>) - Method in class org.knowm.xchart.HorizontalBarChart
-
Add a series for a horizontal bar 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
- AdvancedExample - Class in org.knowm.xchart.standalone.readme
- AdvancedExample() - Constructor for class org.knowm.xchart.standalone.readme.AdvancedExample
- 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 - Enum constant in enum class org.knowm.xchart.CategorySeries.CategorySeriesRenderStyle
- Area - Enum constant in enum class org.knowm.xchart.XYSeries.XYSeriesRenderStyle
- AreaChart01 - Class in org.knowm.xchart.demo.charts.area
-
Area Chart with 3 series
- AreaChart01() - Constructor for class org.knowm.xchart.demo.charts.area.AreaChart01
- AreaChart02 - Class in org.knowm.xchart.demo.charts.area
-
Null Y-Axis Data Points
- AreaChart02() - Constructor for class org.knowm.xchart.demo.charts.area.AreaChart02
- AreaChart03 - Class in org.knowm.xchart.demo.charts.area
-
Combination of Line and Area Chart
- AreaChart03() - Constructor for class org.knowm.xchart.demo.charts.area.AreaChart03
- AreaChart04 - Class in org.knowm.xchart.demo.charts.area
-
Area Chart with 3 series
- AreaChart04() - Constructor for class org.knowm.xchart.demo.charts.area.AreaChart04
- AreaChart05 - Class in org.knowm.xchart.demo.charts.area
-
Area Chart with 1 series
- AreaChart05() - Constructor for class org.knowm.xchart.demo.charts.area.AreaChart05
- AxesChartStyler - Class in org.knowm.xchart.style
- AxesChartStyler() - Constructor for class org.knowm.xchart.style.AxesChartStyler
- AxesChartStyler.TextAlignment - Enum Class in org.knowm.xchart.style
B
- Bar - Enum constant in enum class org.knowm.xchart.CategorySeries.CategorySeriesRenderStyle
- BarChart01 - Class in org.knowm.xchart.demo.charts.bar
-
Basic Bar Chart
- BarChart01() - Constructor for class org.knowm.xchart.demo.charts.bar.BarChart01
- BarChart02 - Class in org.knowm.xchart.demo.charts.bar
-
Date Categories
- BarChart02() - Constructor for class org.knowm.xchart.demo.charts.bar.BarChart02
- BarChart03 - Class in org.knowm.xchart.demo.charts.bar
-
Stacked Bar Chart
- BarChart03() - Constructor for class org.knowm.xchart.demo.charts.bar.BarChart03
- BarChart04 - Class in org.knowm.xchart.demo.charts.bar
-
Missing Point in Series
- BarChart04() - Constructor for class org.knowm.xchart.demo.charts.bar.BarChart04
- BarChart05 - Class in org.knowm.xchart.demo.charts.bar
-
GGPlot2 Theme Bar chart
- BarChart05() - Constructor for class org.knowm.xchart.demo.charts.bar.BarChart05
- BarChart06 - Class in org.knowm.xchart.demo.charts.bar
-
Histogram Overlapped
- BarChart06() - Constructor for class org.knowm.xchart.demo.charts.bar.BarChart06
- BarChart07 - Class in org.knowm.xchart.demo.charts.bar
-
Histogram Not Overlapped
- BarChart07() - Constructor for class org.knowm.xchart.demo.charts.bar.BarChart07
- BarChart08 - Class in org.knowm.xchart.demo.charts.bar
-
Histogram with Error Bars
- BarChart08() - Constructor for class org.knowm.xchart.demo.charts.bar.BarChart08
- BarChart09 - Class in org.knowm.xchart.demo.charts.bar
-
Category chart with Bar, Line and Scatter Series
- BarChart09() - Constructor for class org.knowm.xchart.demo.charts.bar.BarChart09
- BarChart10 - Class in org.knowm.xchart.demo.charts.bar
-
Stepped Chart Histogram
- BarChart10() - Constructor for class org.knowm.xchart.demo.charts.bar.BarChart10
- BarChart11 - Class in org.knowm.xchart.demo.charts.bar
-
Stacked Bar Chart
- BarChart11() - Constructor for class org.knowm.xchart.demo.charts.bar.BarChart11
- BarChart12 - Class in org.knowm.xchart.demo.charts.bar
-
Stacked Bars with Overlapped Line Chart
- BarChart12() - Constructor for class org.knowm.xchart.demo.charts.bar.BarChart12
- BarChart13 - Class in org.knowm.xchart.demo.charts.bar
-
Stacked Bars with a Line on a secondary Y-Axis
- BarChart13() - Constructor for class org.knowm.xchart.demo.charts.bar.BarChart13
- 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 colorbrewer2.org.
- 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 Class in org.knowm.xchart
- BLACK - Enum constant in enum class org.knowm.xchart.style.colors.ChartColor
-
BLACK
- BLACK - Static variable in class org.knowm.xchart.demo.charts.theme.MyCustomSeriesColors
- BLACK - Static variable in class org.knowm.xchart.style.colors.XChartSeriesColors
- BLUE - Enum constant in enum class 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 - Enum constant in enum class 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
- BoxChart01 - Class in org.knowm.xchart.demo.charts.box
- BoxChart01() - Constructor for class org.knowm.xchart.demo.charts.box.BoxChart01
- BoxChart02 - Class in org.knowm.xchart.demo.charts.box
- BoxChart02() - Constructor for class org.knowm.xchart.demo.charts.box.BoxChart02
- BoxChart03 - Class in org.knowm.xchart.demo.charts.box
- BoxChart03() - Constructor for class org.knowm.xchart.demo.charts.box.BoxChart03
- BoxChartBuilder - Class in org.knowm.xchart
- BoxChartBuilder() - Constructor for class org.knowm.xchart.BoxChartBuilder
- BoxSeries - Class in org.knowm.xchart
- BoxSeries(String, List<?>, double[], double[], Series.DataType) - Constructor for class org.knowm.xchart.BoxSeries
-
Constructor — direct primitive-array path; avoids boxing entirely.
- 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 Class 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
- BubbleChart01 - Class in org.knowm.xchart.demo.charts.bubble
-
Basic Bubble Chart
- BubbleChart01() - Constructor for class org.knowm.xchart.demo.charts.bubble.BubbleChart01
- BubbleChart02 - Class in org.knowm.xchart.demo.charts.bubble
-
Bubble Chart with Custom Tooltips
- BubbleChart02() - Constructor for class org.knowm.xchart.demo.charts.bubble.BubbleChart02
- 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 Class 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.HorizontalBarChartBuilder
-
return fully built Chart_Category
- 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
- buildPanel() - Method in class org.knowm.xchart.demo.charts.realtime.RealtimeChart03
- buildPanel() - Method in class org.knowm.xchart.demo.charts.realtime.RealtimeChart04
C
- calculateMinMax() - Method in class org.knowm.xchart.HeatMapSeries
- calculateMinMax() - Method in class org.knowm.xchart.HorizontalBarSeries
- calculateMinMax() - Method in class org.knowm.xchart.OHLCSeries
- calculateMinMax() - Method in class org.knowm.xchart.RadarSeries
- Candle - Enum constant in enum class 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<?>, double[], double[], Series.DataType) - Constructor for class org.knowm.xchart.CategorySeries
-
Constructor — direct primitive-array path; avoids boxing entirely.
- CategorySeries(String, List<?>, List<? extends Number>, List<? extends Number>, Series.DataType) - Constructor for class org.knowm.xchart.CategorySeries
-
Constructor — accepts Lists (yData/errorBars are converted to double[] internally).
- CategorySeries.CategorySeriesRenderStyle - Enum Class in org.knowm.xchart
- CategoryStyler - Class in org.knowm.xchart.style
- CategoryStyler() - Constructor for class org.knowm.xchart.style.CategoryStyler
-
Constructor
- Centre - Enum constant in enum class org.knowm.xchart.style.AxesChartStyler.TextAlignment
- changeChart(Chart<?, ?>) - Method in class org.knowm.xchart.demo.ChartStylePanel.EditorTable
- changeChart(Chart<?, ?>) - Method in class org.knowm.xchart.demo.ChartStylePanel.EditorTableModel
- changeChart(XChartPanel<?>) - Method in class org.knowm.xchart.demo.ChartStylePanel
- ChartBuilder<T,
C> - Class in org.knowm.xchart.internal -
A "Builder" to make creating charts easier
- ChartBuilder() - Constructor for class org.knowm.xchart.internal.ChartBuilder
-
Constructor
- ChartButtonConfig - Class in org.knowm.xchart
-
Holds all styling configuration for the chart zoom-reset button rendered inside
XChartPanel. - ChartButtonConfig() - Constructor for class org.knowm.xchart.ChartButtonConfig
- ChartButtonConfig.ChartButtonPosition - Enum Class in org.knowm.xchart
-
Position of the button within the chart plot area.
- ChartColor - Enum Class in org.knowm.xchart.style.colors
-
Pre-defined Colors used for various Chart Elements
- ChartDataPoint - Class in org.knowm.xchart
-
An immutable snapshot of a single rendered data point that the mouse is interacting with.
- ChartDataPoint(String, int, String, String, String, double, double, Shape) - Constructor for class org.knowm.xchart.ChartDataPoint
- ChartEncoder - Class in org.knowm.xchart
-
Unified, format-agnostic entry point for exporting a
IChart. - ChartInfo - Class in org.knowm.xchart.demo
- ChartInfo(String, ExampleChart<?>) - Constructor for class org.knowm.xchart.demo.ChartInfo
-
Constructor
- chartPanel - Variable in class org.knowm.xchart.demo.XChartDemo
-
The panel for chart
- ChartStylePanel - Class in org.knowm.xchart.demo
- ChartStylePanel(XChartPanel<?>) - Constructor for class org.knowm.xchart.demo.ChartStylePanel
- ChartStylePanel.EditableProperty - Class in org.knowm.xchart.demo
- ChartStylePanel.EditorTable - Class in org.knowm.xchart.demo
- ChartStylePanel.EditorTableModel - Class in org.knowm.xchart.demo
- ChartStylePanel.LabelValue - Class in org.knowm.xchart.demo
- ChartStylePanel.PropertyEditorAdapter - Class in org.knowm.xchart.demo
- chartTheme - Variable in class org.knowm.xchart.internal.ChartBuilder
- Circle - Class in org.knowm.xchart.style.markers
- Circle - Enum constant in enum class 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 - Enum constant in enum class 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 - Enum constant in enum class org.knowm.xchart.CSVImporter.DataOrientation
- ConsoleEncoder - Class in org.knowm.xchart
-
A helper class with static methods for rendering Charts as console/terminal text
- COUNTER_CLOCKWISE - Enum constant in enum class 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 Class in org.knowm.xchart
- CSVImporter.SeriesData - Class in org.knowm.xchart
- customizePanel(XChartPanel<C>) - Method in interface org.knowm.xchart.demo.charts.ExampleChart
-
Optional hook for configuring
XChartPanelinteraction features (tooltips, zoom, cursor) after the panel is created by the demo app. - customizePanel(XChartPanel<BoxChart>) - Method in class org.knowm.xchart.demo.charts.box.BoxChart02
- customizePanel(XChartPanel<BoxChart>) - Method in class org.knowm.xchart.demo.charts.box.BoxChart03
- customizePanel(XChartPanel<BubbleChart>) - Method in class org.knowm.xchart.demo.charts.bubble.BubbleChart01
- customizePanel(XChartPanel<BubbleChart>) - Method in class org.knowm.xchart.demo.charts.bubble.BubbleChart02
- customizePanel(XChartPanel<CategoryChart>) - Method in class org.knowm.xchart.demo.charts.bar.BarChart07
- customizePanel(XChartPanel<DialChart>) - Method in class org.knowm.xchart.demo.charts.dial.DialChart01
- customizePanel(XChartPanel<DialChart>) - Method in class org.knowm.xchart.demo.charts.dial.DialChart02
- customizePanel(XChartPanel<HeatMapChart>) - Method in class org.knowm.xchart.demo.charts.heatmap.HeatMapChart03
- customizePanel(XChartPanel<HeatMapChart>) - Method in class org.knowm.xchart.demo.charts.heatmap.HeatMapChart04
- customizePanel(XChartPanel<HeatMapChart>) - Method in class org.knowm.xchart.demo.charts.heatmap.HeatMapChart05
- customizePanel(XChartPanel<HorizontalBarChart>) - Method in class org.knowm.xchart.demo.charts.horizontalbar.HorizontalBarChart04
- customizePanel(XChartPanel<OHLCChart>) - Method in class org.knowm.xchart.demo.charts.ohlc.OHLCChart01
- customizePanel(XChartPanel<OHLCChart>) - Method in class org.knowm.xchart.demo.charts.ohlc.OHLCChart02
- customizePanel(XChartPanel<OHLCChart>) - Method in class org.knowm.xchart.demo.charts.ohlc.OHLCChart03
- customizePanel(XChartPanel<PieChart>) - Method in class org.knowm.xchart.demo.charts.pie.PieChart02
- customizePanel(XChartPanel<RadarChart>) - Method in class org.knowm.xchart.demo.charts.radar.RadarChart01
- customizePanel(XChartPanel<RadarChart>) - Method in class org.knowm.xchart.demo.charts.radar.RadarChart02
- customizePanel(XChartPanel<RadarChart>) - Method in class org.knowm.xchart.demo.charts.radar.RadarChart03
- customizePanel(XChartPanel<XYChart>) - Method in class org.knowm.xchart.demo.charts.date.DateChart01
- customizePanel(XChartPanel<XYChart>) - Method in class org.knowm.xchart.demo.charts.date.DateChart09
- customizePanel(XChartPanel<XYChart>) - Method in class org.knowm.xchart.demo.charts.line.LineChart05
- customizePanel(XChartPanel<XYChart>) - Method in class org.knowm.xchart.demo.charts.line.LineChart09
- customizePanel(XChartPanel<XYChart>) - Method in class org.knowm.xchart.demo.charts.theme.ThemeChart03
- customTheme - Variable in class org.knowm.xchart.internal.ChartBuilder
-
Custom Theme instance; takes precedence over
ChartBuilder.chartThemewhen non-null. - CYAN - Static variable in class org.knowm.xchart.style.colors.XChartSeriesColors
D
- DARK_GREY - Enum constant in enum class 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
- DataPointListener - Interface in org.knowm.xchart
-
Listener for mouse interactions with individual rendered data points (bars, markers, pie slices, bubbles, etc.).
- DateChart01 - Class in org.knowm.xchart.demo.charts.date
-
Millisecond Scale
- DateChart01() - Constructor for class org.knowm.xchart.demo.charts.date.DateChart01
- DateChart02 - Class in org.knowm.xchart.demo.charts.date
-
Second Scale
- DateChart02() - Constructor for class org.knowm.xchart.demo.charts.date.DateChart02
- DateChart03 - Class in org.knowm.xchart.demo.charts.date
-
Minute Scale *
- DateChart03() - Constructor for class org.knowm.xchart.demo.charts.date.DateChart03
- DateChart04 - Class in org.knowm.xchart.demo.charts.date
-
Hour Scale
- DateChart04() - Constructor for class org.knowm.xchart.demo.charts.date.DateChart04
- DateChart05 - Class in org.knowm.xchart.demo.charts.date
-
Day Scale
- DateChart05() - Constructor for class org.knowm.xchart.demo.charts.date.DateChart05
- DateChart06 - Class in org.knowm.xchart.demo.charts.date
-
Month scale
- DateChart06() - Constructor for class org.knowm.xchart.demo.charts.date.DateChart06
- DateChart07 - Class in org.knowm.xchart.demo.charts.date
-
Year scale
- DateChart07() - Constructor for class org.knowm.xchart.demo.charts.date.DateChart07
- DateChart08 - Class in org.knowm.xchart.demo.charts.date
-
Year scale
- DateChart08() - Constructor for class org.knowm.xchart.demo.charts.date.DateChart08
- DateChart09 - Class in org.knowm.xchart.demo.charts.date
-
Year scale
- DateChart09() - Constructor for class org.knowm.xchart.demo.charts.date.DateChart09
- DemoChartsUtil - Class in org.knowm.xchart.demo
- DemoChartsUtil() - Constructor for class org.knowm.xchart.demo.DemoChartsUtil
- demonstrateValidation() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue891
-
Demonstrates that replacing with empty data throws an IllegalArgumentException rather than an IndexOutOfBoundsException.
- 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
- DialChart01 - Class in org.knowm.xchart.demo.charts.dial
-
Dial Chart
- DialChart01() - Constructor for class org.knowm.xchart.demo.charts.dial.DialChart01
- DialChart02 - Class in org.knowm.xchart.demo.charts.dial
-
Dial Chart
- DialChart02() - Constructor for class org.knowm.xchart.demo.charts.dial.DialChart02
- 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 - Enum constant in enum class org.knowm.xchart.PieSeries.PieSeriesRenderStyle
- DOT_DOT - Static variable in interface org.knowm.xchart.style.lines.SeriesLines
E
- EditableProperty(ChartStylePanel, String, Object, Method, Method) - Constructor for class org.knowm.xchart.demo.ChartStylePanel.EditableProperty
- EditableProperty(ChartStylePanel, String, Object, Method, Method, Object) - Constructor for class org.knowm.xchart.demo.ChartStylePanel.EditableProperty
- EditorTable(ChartStylePanel, Chart<?, ?>) - Constructor for class org.knowm.xchart.demo.ChartStylePanel.EditorTable
- EditorTableModel(ChartStylePanel, Chart<?, ?>) - Constructor for class org.knowm.xchart.demo.ChartStylePanel.EditorTableModel
- EPS - Enum constant in enum class org.knowm.xchart.VectorGraphicsEncoder.VectorGraphicsFormat
- equals(Object) - Method in class org.knowm.xchart.ChartDataPoint
- Example0 - Class in org.knowm.xchart.standalone
-
Creates a simple Chart using QuickChart
- Example0() - Constructor for class org.knowm.xchart.standalone.Example0
- Example1 - Class in org.knowm.xchart.standalone
-
Creates a simple Chart and saves it in every supported export format via the unified
ChartEncoder. - Example1() - Constructor for class org.knowm.xchart.standalone.Example1
- Example2 - Class in org.knowm.xchart.standalone
-
Create a Chart matrix
- Example2() - Constructor for class org.knowm.xchart.standalone.Example2
- ExampleAvif - Class in org.knowm.xchart.standalone
-
Generates an AVIF sample chart (
./Sample_Chart.avif) in the project root. - ExampleAvif() - Constructor for class org.knowm.xchart.standalone.ExampleAvif
- ExampleChart<C> - Interface in org.knowm.xchart.demo.charts
- ExampleWebP - Class in org.knowm.xchart.standalone
-
Generates a WebP sample chart (
./Sample_Chart.webp) in the project root. - ExampleWebP() - Constructor for class org.knowm.xchart.standalone.ExampleWebP
- Export2Columns - Class in org.knowm.xchart.standalone.csv
- Export2Columns() - Constructor for class org.knowm.xchart.standalone.csv.Export2Columns
- Export2Rows - Class in org.knowm.xchart.standalone.csv
- Export2Rows() - Constructor for class org.knowm.xchart.standalone.csv.Export2Rows
F
- filterXByIndex(int, int) - Method in class org.knowm.xchart.OHLCSeries
- filterXByValue(double, double) - Method in class org.knowm.xchart.OHLCSeries
- FontColorDetector - Class in org.knowm.xchart.style.colors
- FontColorDetector() - Constructor for class org.knowm.xchart.style.colors.FontColorDetector
G
- generate(String) - Method in class org.knowm.xchart.site.GenerateSite
- GenerateSite - Class in org.knowm.xchart.site
-
Generates the static XChart GitHub Pages website.
- GenerateSite() - Constructor for class org.knowm.xchart.site.GenerateSite
- generateToolTip(ChartDataPoint) - Method in interface org.knowm.xchart.ToolTipGenerator
-
Generate the tooltip text for one data point.
- getAllDemoCharts() - Static method in class org.knowm.xchart.demo.DemoChartsUtil
- 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.HorizontalBarStyler
- 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.demo.charts.theme.MyCustomTheme
- 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
- getBackgroundColor() - Method in class org.knowm.xchart.ChartButtonConfig
- getBaseFont() - Method in class org.knowm.xchart.demo.charts.theme.MyCustomTheme
- 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(IChart, BitmapEncoder.BitmapFormat) - Static method in class org.knowm.xchart.BitmapEncoder
-
Deprecated.
- getBorderColor() - Method in class org.knowm.xchart.ChartButtonConfig
- getBoxplotCalCulationMethod() - Method in class org.knowm.xchart.style.BoxStyler
- getBoxWidthFraction() - Method in class org.knowm.xchart.style.BoxStyler
- getBubbleChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue545
- getBubbleSeriesRenderStyle() - Method in class org.knowm.xchart.BubbleSeries
- getBufferedImage(IChart) - Static method in class org.knowm.xchart.BitmapEncoder
- getBugChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue481
-
Reproduces the bug: each histogram auto-computes its own min/max.
- getBytes(IChart, String) - Static method in class org.knowm.xchart.ChartEncoder
-
Generate the encoded bytes for a chart in the given format.
- getCategoryChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue125
-
Category chart using TeX strings as category labels on the X axis.
- getCategoryChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue617
- getCategoryChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue628
- getCategoryChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue653
- getCategoryChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue707
- getCellEditor(int, int) - Method in class org.knowm.xchart.demo.ChartStylePanel.EditorTable
- getCellEditorValue() - Method in class org.knowm.xchart.demo.ChartStylePanel.PropertyEditorAdapter
- getChart() - Method in class org.knowm.xchart.demo.charts.area.AreaChart01
- getChart() - Method in class org.knowm.xchart.demo.charts.area.AreaChart02
- getChart() - Method in class org.knowm.xchart.demo.charts.area.AreaChart03
- getChart() - Method in class org.knowm.xchart.demo.charts.area.AreaChart04
- getChart() - Method in class org.knowm.xchart.demo.charts.area.AreaChart05
- getChart() - Method in class org.knowm.xchart.demo.charts.bar.BarChart01
- getChart() - Method in class org.knowm.xchart.demo.charts.bar.BarChart02
- getChart() - Method in class org.knowm.xchart.demo.charts.bar.BarChart03
- getChart() - Method in class org.knowm.xchart.demo.charts.bar.BarChart04
- getChart() - Method in class org.knowm.xchart.demo.charts.bar.BarChart05
- getChart() - Method in class org.knowm.xchart.demo.charts.bar.BarChart06
- getChart() - Method in class org.knowm.xchart.demo.charts.bar.BarChart07
- getChart() - Method in class org.knowm.xchart.demo.charts.bar.BarChart08
- getChart() - Method in class org.knowm.xchart.demo.charts.bar.BarChart09
- getChart() - Method in class org.knowm.xchart.demo.charts.bar.BarChart10
- getChart() - Method in class org.knowm.xchart.demo.charts.bar.BarChart11
- getChart() - Method in class org.knowm.xchart.demo.charts.bar.BarChart12
- getChart() - Method in class org.knowm.xchart.demo.charts.bar.BarChart13
- getChart() - Method in class org.knowm.xchart.demo.charts.box.BoxChart01
- getChart() - Method in class org.knowm.xchart.demo.charts.box.BoxChart02
- getChart() - Method in class org.knowm.xchart.demo.charts.box.BoxChart03
- getChart() - Method in class org.knowm.xchart.demo.charts.bubble.BubbleChart01
- getChart() - Method in class org.knowm.xchart.demo.charts.bubble.BubbleChart02
- getChart() - Method in class org.knowm.xchart.demo.charts.date.DateChart01
- getChart() - Method in class org.knowm.xchart.demo.charts.date.DateChart02
- getChart() - Method in class org.knowm.xchart.demo.charts.date.DateChart03
- getChart() - Method in class org.knowm.xchart.demo.charts.date.DateChart04
- getChart() - Method in class org.knowm.xchart.demo.charts.date.DateChart05
- getChart() - Method in class org.knowm.xchart.demo.charts.date.DateChart06
- getChart() - Method in class org.knowm.xchart.demo.charts.date.DateChart07
- getChart() - Method in class org.knowm.xchart.demo.charts.date.DateChart08
- getChart() - Method in class org.knowm.xchart.demo.charts.date.DateChart09
- getChart() - Method in class org.knowm.xchart.demo.charts.dial.DialChart01
- getChart() - Method in class org.knowm.xchart.demo.charts.dial.DialChart02
- getChart() - Method in interface org.knowm.xchart.demo.charts.ExampleChart
- getChart() - Method in class org.knowm.xchart.demo.charts.heatmap.HeatMapChart01
- getChart() - Method in class org.knowm.xchart.demo.charts.heatmap.HeatMapChart02
- getChart() - Method in class org.knowm.xchart.demo.charts.heatmap.HeatMapChart03
- getChart() - Method in class org.knowm.xchart.demo.charts.heatmap.HeatMapChart04
- getChart() - Method in class org.knowm.xchart.demo.charts.heatmap.HeatMapChart05
- getChart() - Method in class org.knowm.xchart.demo.charts.horizontalbar.HorizontalBarChart01
- getChart() - Method in class org.knowm.xchart.demo.charts.horizontalbar.HorizontalBarChart02
- getChart() - Method in class org.knowm.xchart.demo.charts.horizontalbar.HorizontalBarChart03
- getChart() - Method in class org.knowm.xchart.demo.charts.horizontalbar.HorizontalBarChart04
- getChart() - Method in class org.knowm.xchart.demo.charts.line.LineChart01
- getChart() - Method in class org.knowm.xchart.demo.charts.line.LineChart02
- getChart() - Method in class org.knowm.xchart.demo.charts.line.LineChart03
- getChart() - Method in class org.knowm.xchart.demo.charts.line.LineChart04
- getChart() - Method in class org.knowm.xchart.demo.charts.line.LineChart05
- getChart() - Method in class org.knowm.xchart.demo.charts.line.LineChart06
- getChart() - Method in class org.knowm.xchart.demo.charts.line.LineChart07
- getChart() - Method in class org.knowm.xchart.demo.charts.line.LineChart08
- getChart() - Method in class org.knowm.xchart.demo.charts.line.LineChart09
- getChart() - Method in class org.knowm.xchart.demo.charts.line.LineChart10
- getChart() - Method in class org.knowm.xchart.demo.charts.line.LineChart11
- getChart() - Method in class org.knowm.xchart.demo.charts.ohlc.OHLCChart01
- getChart() - Method in class org.knowm.xchart.demo.charts.ohlc.OHLCChart02
- getChart() - Method in class org.knowm.xchart.demo.charts.ohlc.OHLCChart03
- getChart() - Method in class org.knowm.xchart.demo.charts.pie.PieChart01
- getChart() - Method in class org.knowm.xchart.demo.charts.pie.PieChart02
- getChart() - Method in class org.knowm.xchart.demo.charts.pie.PieChart03
- getChart() - Method in class org.knowm.xchart.demo.charts.pie.PieChart04
- getChart() - Method in class org.knowm.xchart.demo.charts.pie.PieChart05
- getChart() - Method in class org.knowm.xchart.demo.charts.radar.RadarChart01
- getChart() - Method in class org.knowm.xchart.demo.charts.radar.RadarChart02
- getChart() - Method in class org.knowm.xchart.demo.charts.radar.RadarChart03
- getChart() - Method in class org.knowm.xchart.demo.charts.realtime.RealtimeChart01
- getChart() - Method in class org.knowm.xchart.demo.charts.realtime.RealtimeChart02
- getChart() - Method in class org.knowm.xchart.demo.charts.realtime.RealtimeChart03
- getChart() - Method in class org.knowm.xchart.demo.charts.realtime.RealtimeChart04
- getChart() - Method in class org.knowm.xchart.demo.charts.realtime.RealtimeChart05
- getChart() - Method in class org.knowm.xchart.demo.charts.realtime.RealtimeChart06
- getChart() - Method in class org.knowm.xchart.demo.charts.scatter.ScatterChart01
- getChart() - Method in class org.knowm.xchart.demo.charts.scatter.ScatterChart02
- getChart() - Method in class org.knowm.xchart.demo.charts.scatter.ScatterChart03
- getChart() - Method in class org.knowm.xchart.demo.charts.scatter.ScatterChart04
- getChart() - Method in class org.knowm.xchart.demo.charts.stick.StickChart01
- getChart() - Method in class org.knowm.xchart.demo.charts.stick.StickChart02
- getChart() - Method in class org.knowm.xchart.demo.charts.theme.ThemeChart01
- getChart() - Method in class org.knowm.xchart.demo.charts.theme.ThemeChart02
- getChart() - Method in class org.knowm.xchart.demo.charts.theme.ThemeChart03
- getChart() - Method in class org.knowm.xchart.demo.charts.theme.ThemeChart04
- getChart() - Static method in class org.knowm.xchart.standalone.issues.MultiYAxisTest
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForExtremeEdgeCaseData
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue1
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue1004
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue111
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue127
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue139
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue151
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue158
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue159
- getChart() - Method in class org.knowm.xchart.standalone.issues.TestForIssue167
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue171
-
Constructs and returns the chart without launching a window (headless-safe).
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue181
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue205
- getChart() - Method in class org.knowm.xchart.standalone.issues.TestForIssue210
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue236
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue240
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue243
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue244
- getChart() - Method in class org.knowm.xchart.standalone.issues.TestForIssue249
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue256
-
Constructs and returns the chart without launching a window (headless-safe).
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue257
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue27_1
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue27_2
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue289
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue291
- getChart() - Method in class org.knowm.xchart.standalone.issues.TestForIssue308
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue315
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue325
- getChart() - Method in class org.knowm.xchart.standalone.issues.TestForIssue335
- getChart() - Method in class org.knowm.xchart.standalone.issues.TestForIssue349
- getChart() - Method in class org.knowm.xchart.standalone.issues.TestForIssue363
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue370
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue390
- getChart() - Method in class org.knowm.xchart.standalone.issues.TestForIssue402
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue410
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue433
- getChart() - Method in class org.knowm.xchart.standalone.issues.TestForIssue465
-
The stacked area chart, for headless/automated callers.
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue467
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue488
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue492
- getChart() - Method in class org.knowm.xchart.standalone.issues.TestForIssue500_HorizontalBar
- getChart() - Method in class org.knowm.xchart.standalone.issues.TestForIssue500
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue503
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue527
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue530
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue539
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue54_1
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue54_2
- getChart() - Method in class org.knowm.xchart.standalone.issues.TestForIssue540
- getChart() - Method in class org.knowm.xchart.standalone.issues.TestForIssue544
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue545
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue577
-
Constructs and returns the chart without launching a window (headless-safe).
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue582
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue585
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue589
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue593
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue617
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue618
-
Constructs and returns the chart without launching a window (headless-safe).
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue628
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue634
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue653
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue658
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue679
-
Constructs and returns the chart without launching a window (headless-safe).
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue686
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue699
-
Constructs and returns the chart without launching a window (headless-safe).
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue707
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue712
-
Builds an XYChart with multiple Y-axis groups to reproduce the original failure scenario.
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue739
-
Constructs and returns the chart without launching a window (headless-safe).
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue761
-
Constructs and returns the chart without launching a window (headless-safe).
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue770
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue781
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue792
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue799
-
Constructs and returns the chart without launching a window (headless-safe).
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue805
-
Constructs and returns the chart without launching a window (headless-safe).
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue826
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue83
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue834
-
Constructs and returns the chart without launching a window (headless-safe).
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue862
-
Reproduces the exact chart from the bug report.
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue868
-
Constructs and returns the chart without launching a window (headless-safe).
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue881
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue884
-
Constructs and returns the chart without launching a window (headless-safe).
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue886
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue890
-
Constructs and returns the chart without launching a window (headless-safe).
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue891
-
Constructs and returns the chart without launching a window (headless-safe).
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue892
-
Constructs and returns the chart without launching a window (headless-safe).
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue914
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue916
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue975
-
Constructs and returns the chart without launching a window (headless-safe).
- getChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue98
- getChart() - Static method in class org.knowm.xchart.standalone.prs.TestForPR847
- getChart() - Static method in class org.knowm.xchart.standalone.prs.TestForPR866
- getChart() - Method in class org.knowm.xchart.XChartPanel
- getChart(double) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue816
-
Constructs a box chart (headless-safe).
- getChart(double[], double[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue879
-
Constructs and returns the chart without launching a window (headless-safe).
- getChart(String, boolean) - Method in class org.knowm.xchart.standalone.issues.TestForIssue370
- 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
- getChart(Locale) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue699
-
Constructs the chart with the given styler locale.
- getChart2() - Method in class org.knowm.xchart.standalone.issues.TestForIssue167
- getChartAllOff() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue914
-
Both anti-aliasing flags OFF.
- getChartAllOn() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue914
-
All anti-aliasing ON (default).
- getChartBackgroundColor() - Method in class org.knowm.xchart.demo.charts.theme.MyCustomTheme
- 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
- getChartBasic() - Static method in class org.knowm.xchart.standalone.prs.TestForPR866
-
Chart 1: single series, integer categories, all positive values.
- getChartButtonConfig() - Method in class org.knowm.xchart.XChartPanel
- getChartCategorySeriesRenderStyle() - Method in class org.knowm.xchart.CategorySeries
- getChartCustomNameAndValue() - Static method in class org.knowm.xchart.standalone.prs.TestForPR847
-
Chart 3: custom function showing name and value separated by a slash, e.g.
- getChartCustomPercentage() - Static method in class org.knowm.xchart.standalone.prs.TestForPR847
-
Chart 2: custom function that shows each slice's percentage of the total, e.g. "42.00%".
- getChartDefault() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue192
- getChartDefault() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue706
- getChartDefault() - Static method in class org.knowm.xchart.standalone.prs.TestForPR847
-
Chart 1: default labels — no custom function.
- getChartFixed() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue815
-
Demonstrates the fix: setPlotContentSize(1.0) removes the symmetric margin so 0 sits exactly at the bottom edge. setYAxisMax(105.0) preserves a small breathing room at the top.
- getChartFontColor() - Method in class org.knowm.xchart.demo.charts.theme.MyCustomTheme
- 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
- getChartForced() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue192
- 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
- getChartGraphicsOffTextOn() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue914
-
Graphics anti-aliasing OFF, text anti-aliasing ON.
- getChartHorizontal() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue585
-
Horizontal legend — shown for comparison.
- getChartLabels() - Static method in class org.knowm.xchart.standalone.prs.TestForPR866
-
Chart 4: labels enabled, multiple series, positive values.
- getChartNarrow() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue886
-
Narrow chart (50 px wide) — previously caused an EDT freeze on unpatched builds.
- getChartNegative() - Static method in class org.knowm.xchart.standalone.prs.TestForPR866
-
Chart 2: single series, all negative values.
- getChartNormal() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue886
-
Normal chart for comparison — should always render fine.
- getChartOrangeTitle() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue706
- getChartPadding() - Method in class org.knowm.xchart.demo.charts.theme.MyCustomTheme
- 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
- getChartRedTitle() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue706
- getCharts() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue465
-
The stacked bar and stacked area charts, shown side by side.
- getChartSpan() - Static method in class org.knowm.xchart.standalone.prs.TestForPR866
-
Chart 3: multiple series spanning positive and negative values.
- getChartTitleBoxBackgroundColor() - Method in class org.knowm.xchart.demo.charts.theme.MyCustomTheme
- 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.demo.charts.theme.MyCustomTheme
- 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.demo.charts.theme.MyCustomTheme
- 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
- getChartTitleFontColor() - Method in class org.knowm.xchart.style.Styler
- 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
- getChartVertical() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue585
-
Vertical legend — bug is visible here: blue band at the bottom is wider than at the top.
- getChartWithExtraSpace() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue815
-
Demonstrates the problem: setYAxisMin(0.0) leaves extra space below zero.
- getClockwiseDirectionType() - Method in class org.knowm.xchart.style.PieStyler
- getCloseData() - Method in class org.knowm.xchart.OHLCSeries
- getColor() - Method in enum class org.knowm.xchart.style.colors.ChartColor
- getColorTranslucent() - Method in enum class org.knowm.xchart.style.colors.ChartColor
- getColumnClass(int) - Method in class org.knowm.xchart.demo.ChartStylePanel.EditorTableModel
- getConsoleString(IChart) - Static method in class org.knowm.xchart.ConsoleEncoder
-
Generate a console string for a given chart using default dimensions
- getConsoleString(IChart, int, int) - Static method in class org.knowm.xchart.ConsoleEncoder
-
Generate a console string for a given chart
- 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
- getCustomSeriesLabelFunction() - Method in class org.knowm.xchart.style.PieStyler
- getDataPointIndex() - Method in class org.knowm.xchart.ChartDataPoint
-
The index of this data point within its series, or
-1if not reported. - 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
- getDoubleArrayFromDateList(List<?>, ZoneId) - Static method in class org.knowm.xchart.internal.Utils
-
Converts a list of date/time values to an array of epoch milliseconds.
- 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
- getExampleChart() - Method in class org.knowm.xchart.demo.ChartInfo
- getExampleChartName() - Method in class org.knowm.xchart.demo.ChartInfo
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.area.AreaChart01
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.area.AreaChart02
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.area.AreaChart03
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.area.AreaChart04
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.area.AreaChart05
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.bar.BarChart01
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.bar.BarChart02
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.bar.BarChart03
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.bar.BarChart04
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.bar.BarChart05
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.bar.BarChart06
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.bar.BarChart07
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.bar.BarChart08
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.bar.BarChart09
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.bar.BarChart10
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.bar.BarChart11
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.bar.BarChart12
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.bar.BarChart13
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.box.BoxChart01
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.box.BoxChart02
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.box.BoxChart03
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.bubble.BubbleChart01
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.bubble.BubbleChart02
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.date.DateChart01
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.date.DateChart02
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.date.DateChart03
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.date.DateChart04
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.date.DateChart05
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.date.DateChart06
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.date.DateChart07
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.date.DateChart08
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.date.DateChart09
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.dial.DialChart01
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.dial.DialChart02
- getExampleChartName() - Method in interface org.knowm.xchart.demo.charts.ExampleChart
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.heatmap.HeatMapChart01
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.heatmap.HeatMapChart02
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.heatmap.HeatMapChart03
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.heatmap.HeatMapChart04
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.heatmap.HeatMapChart05
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.horizontalbar.HorizontalBarChart01
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.horizontalbar.HorizontalBarChart02
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.horizontalbar.HorizontalBarChart03
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.horizontalbar.HorizontalBarChart04
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.line.LineChart01
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.line.LineChart02
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.line.LineChart03
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.line.LineChart04
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.line.LineChart05
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.line.LineChart06
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.line.LineChart07
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.line.LineChart08
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.line.LineChart09
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.line.LineChart10
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.line.LineChart11
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.ohlc.OHLCChart01
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.ohlc.OHLCChart02
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.ohlc.OHLCChart03
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.pie.PieChart01
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.pie.PieChart02
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.pie.PieChart03
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.pie.PieChart04
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.pie.PieChart05
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.radar.RadarChart01
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.radar.RadarChart02
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.radar.RadarChart03
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.realtime.RealtimeChart01
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.realtime.RealtimeChart02
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.realtime.RealtimeChart03
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.realtime.RealtimeChart04
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.realtime.RealtimeChart05
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.realtime.RealtimeChart06
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.scatter.ScatterChart01
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.scatter.ScatterChart02
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.scatter.ScatterChart03
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.scatter.ScatterChart04
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.stick.StickChart01
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.stick.StickChart02
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.theme.ThemeChart01
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.theme.ThemeChart02
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.theme.ThemeChart03
- getExampleChartName() - Method in class org.knowm.xchart.demo.charts.theme.ThemeChart04
- getExampleChartName() - Method in class org.knowm.xchart.standalone.issues.TestForIssue167
- getExampleChartName() - Method in class org.knowm.xchart.standalone.issues.TestForIssue210
- getExampleChartName() - Method in class org.knowm.xchart.standalone.issues.TestForIssue308
- getExampleChartName() - Method in class org.knowm.xchart.standalone.issues.TestForIssue349
- getExampleChartName() - Method in class org.knowm.xchart.standalone.issues.TestForIssue363
- getExampleChartName() - Method in class org.knowm.xchart.standalone.issues.TestForIssue402
- getExampleChartName() - Method in class org.knowm.xchart.standalone.issues.TestForIssue500_HorizontalBar
- getExampleChartName() - Method in class org.knowm.xchart.standalone.issues.TestForIssue500
- getExampleChartName() - Method in class org.knowm.xchart.standalone.issues.TestForIssue544
- getFixedChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue481
-
Shows the fix: compute a shared global [min, max] and pass it to both Histogram constructors so they produce matching bin boundaries.
- getFont() - Method in class org.knowm.xchart.ChartButtonConfig
- getFontColor() - Method in class org.knowm.xchart.ChartButtonConfig
- 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.ChartDataPoint
-
The single-label tooltip text, or
nullfor x/y-pair tooltips. - 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.HorizontalBarStyler
- 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.HorizontalBarStyler
- 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.HorizontalBarStyler
- 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.HorizontalBarStyler
- 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.HorizontalBarStyler
- 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
- getLabelsPosition() - Method in class org.knowm.xchart.style.HorizontalBarStyler
- getLabelsRotation() - Method in class org.knowm.xchart.style.CategoryStyler
- getLabelsRotation() - Method in class org.knowm.xchart.style.HorizontalBarStyler
- 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 class org.knowm.xchart.BubbleSeries.BubbleSeriesRenderStyle
- getLegendRenderType() - Method in class org.knowm.xchart.BubbleSeries
- getLegendRenderType() - Method in enum class 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.HorizontalBarSeries
- getLegendRenderType() - Method in class org.knowm.xchart.OHLCSeries
- getLegendRenderType() - Method in enum class 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 class 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.Styler
- 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
- getMargin() - Method in class org.knowm.xchart.ChartButtonConfig
- getMarker() - Method in class org.knowm.xchart.RadarSeries
- getMarkerColor() - Method in class org.knowm.xchart.RadarSeries
- getMarkerSize() - Method in class org.knowm.xchart.demo.charts.theme.MyCustomTheme
- 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
- getMergedAxisColocatedSlaveLabelsGap() - Method in class org.knowm.xchart.style.AxesChartStyler
- getMethod(PropertyDescriptor, boolean, HashMap<String, Method>) - Static method in class org.knowm.xchart.demo.ChartStylePanel
- 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
- getObjectProperties(ChartStylePanel, Object, String, Set<String>) - Static method in class org.knowm.xchart.demo.ChartStylePanel
- 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.demo.charts.theme.MyCustomTheme
- 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
- getPosition() - Method in class org.knowm.xchart.ChartButtonConfig
- getPreferredSize() - Method in class org.knowm.xchart.XChartPanel
- getProperties(ChartStylePanel, Chart<?, ?>) - Static method in class org.knowm.xchart.demo.ChartStylePanel
- 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
- getRowCount() - Method in class org.knowm.xchart.demo.ChartStylePanel.EditorTableModel
- getSampleDataX(int) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue530
- getSampleDataY(int) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue530
- getScreenX() - Method in class org.knowm.xchart.ChartDataPoint
-
The x pixel coordinate of the data point within the chart panel.
- getScreenY() - Method in class org.knowm.xchart.ChartDataPoint
-
The y pixel coordinate of the data point within the chart panel.
- getSeriesColors() - Method in class org.knowm.xchart.demo.charts.theme.MyCustomSeriesColors
- getSeriesColors() - Method in class org.knowm.xchart.demo.charts.theme.MyCustomTheme
- 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.demo.charts.theme.MyCustomTheme
- 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.demo.charts.theme.MyCustomTheme
- 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.ChartDataPoint
-
The name of the series this data point belongs to, or
nullif not reported. - getSeriesName() - Method in class org.knowm.xchart.CSVImporter.SeriesData
- getShape() - Method in class org.knowm.xchart.ChartDataPoint
-
The rendered hit shape used for collision detection (bar rectangle, marker ellipse, etc.).
- 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.
- getSupportedRasterFormats() - Static method in class org.knowm.xchart.ChartEncoder
-
Returns the sorted set of raster format names that can be written on the current classpath.
- getTableCellEditor() - Method in class org.knowm.xchart.demo.ChartStylePanel.EditableProperty
- getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.knowm.xchart.demo.ChartStylePanel.PropertyEditorAdapter
- getTextAntiAlias() - Method in class org.knowm.xchart.style.Styler
- 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
-
Deprecated.use
Series.setToolTipGenerator(ToolTipGenerator)instead; will be removed in 4.1.0 - getToolTips() - Method in class org.knowm.xchart.BubbleSeries
-
Deprecated.use
Series.setToolTipGenerator(ToolTipGenerator)instead; will be removed in 4.1.0 - getToolTipType() - Method in class org.knowm.xchart.style.Styler
- 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.demo.ChartStylePanel.EditableProperty
- getValue() - Method in class org.knowm.xchart.DialSeries
- getValue() - Method in class org.knowm.xchart.PieSeries
- getValueAt(int) - Method in class org.knowm.xchart.demo.ChartStylePanel.EditorTableModel
- getValueAt(int, int) - Method in class org.knowm.xchart.demo.ChartStylePanel.EditorTableModel
- getValueClass() - Method in class org.knowm.xchart.demo.ChartStylePanel.EditableProperty
- 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
- getVolumesChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue530
- 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
-
Deprecated.
- 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.HorizontalBarSeries
- getXData() - Method in class org.knowm.xchart.OHLCSeries
- getXValue() - Method in class org.knowm.xchart.ChartDataPoint
-
The formatted x value, or
nullfor single-label tooltips. - getXYChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue125
-
XY chart with TeX in the chart title, both axis titles, and legend entries.
- getXYChart() - Static method in class org.knowm.xchart.standalone.issues.TestForIssue582
- 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
- getYAxisGroupMergeMap() - Method in class org.knowm.xchart.style.AxesChartStyler
-
Returns an unmodifiable view of the merge map (logical group index → visual group ID).
- 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
-
Deprecated.
- 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
- getYAxisVisualGroup(int) - Method in class org.knowm.xchart.style.AxesChartStyler
-
Returns the visual group ID for a logical Y-axis group.
- getYData() - Method in class org.knowm.xchart.HeatMapSeries
- getYData() - Method in class org.knowm.xchart.HorizontalBarSeries
- getYData() - Method in class org.knowm.xchart.OHLCSeries
- getYValue() - Method in class org.knowm.xchart.ChartDataPoint
-
The formatted y value, or
nullfor single-label tooltips. - getZoomSelectionColor() - Method in class org.knowm.xchart.XChartPanel
- GGPlot2 - Enum constant in enum class 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 - Enum constant in enum class 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 - Enum constant in enum class org.knowm.xchart.style.colors.ChartColor
-
GREEN
- GREEN - Static variable in class org.knowm.xchart.demo.charts.theme.MyCustomSeriesColors
- 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 - Enum constant in enum class org.knowm.xchart.style.colors.ChartColor
-
GREY
H
- hashCode() - Method in class org.knowm.xchart.ChartDataPoint
- 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
- HeatMapChart01 - Class in org.knowm.xchart.demo.charts.heatmap
-
Basic HeatMap Chart
- HeatMapChart01() - Constructor for class org.knowm.xchart.demo.charts.heatmap.HeatMapChart01
- HeatMapChart02 - Class in org.knowm.xchart.demo.charts.heatmap
-
HeatMap large
- HeatMapChart02() - Constructor for class org.knowm.xchart.demo.charts.heatmap.HeatMapChart02
- HeatMapChart03 - Class in org.knowm.xchart.demo.charts.heatmap
-
HeatMap Piecewise
- HeatMapChart03() - Constructor for class org.knowm.xchart.demo.charts.heatmap.HeatMapChart03
- HeatMapChart04 - Class in org.knowm.xchart.demo.charts.heatmap
-
HeatMap X-Axis Data Date Type
- HeatMapChart04() - Constructor for class org.knowm.xchart.demo.charts.heatmap.HeatMapChart04
- HeatMapChart05 - Class in org.knowm.xchart.demo.charts.heatmap
-
HeatMap Piecewise
- HeatMapChart05() - Constructor for class org.knowm.xchart.demo.charts.heatmap.HeatMapChart05
- 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 - Enum constant in enum class 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 - Enum constant in enum class org.knowm.xchart.style.Styler.LegendLayout
- HorizontalBarChart - Class in org.knowm.xchart
- HorizontalBarChart(int, int) - Constructor for class org.knowm.xchart.HorizontalBarChart
-
Constructor - the default Chart Theme will be used (XChartTheme)
- HorizontalBarChart(int, int, Styler.ChartTheme) - Constructor for class org.knowm.xchart.HorizontalBarChart
-
Constructor
- HorizontalBarChart(int, int, Theme) - Constructor for class org.knowm.xchart.HorizontalBarChart
-
Constructor
- HorizontalBarChart(HorizontalBarChartBuilder) - Constructor for class org.knowm.xchart.HorizontalBarChart
-
Constructor
- HorizontalBarChart01 - Class in org.knowm.xchart.demo.charts.horizontalbar
-
Basic Horizontal Bar Chart
- HorizontalBarChart01() - Constructor for class org.knowm.xchart.demo.charts.horizontalbar.HorizontalBarChart01
- HorizontalBarChart02 - Class in org.knowm.xchart.demo.charts.horizontalbar
-
Date Categories
- HorizontalBarChart02() - Constructor for class org.knowm.xchart.demo.charts.horizontalbar.HorizontalBarChart02
- HorizontalBarChart03 - Class in org.knowm.xchart.demo.charts.horizontalbar
-
GGPlot2 Theme Horizontal Bar chart
- HorizontalBarChart03() - Constructor for class org.knowm.xchart.demo.charts.horizontalbar.HorizontalBarChart03
- HorizontalBarChart04 - Class in org.knowm.xchart.demo.charts.horizontalbar
-
Multiple series, labels and tooltips
- HorizontalBarChart04() - Constructor for class org.knowm.xchart.demo.charts.horizontalbar.HorizontalBarChart04
- HorizontalBarChartBuilder - Class in org.knowm.xchart
- HorizontalBarChartBuilder() - Constructor for class org.knowm.xchart.HorizontalBarChartBuilder
- HorizontalBarSeries - Class in org.knowm.xchart
-
A Series containing horizontal bar data to be plotted on a Chart
- HorizontalBarSeries(String, List<? extends Number>, List<?>) - Constructor for class org.knowm.xchart.HorizontalBarSeries
-
Constructor
- HorizontalBarStyler - Class in org.knowm.xchart.style
- HorizontalBarStyler() - Constructor for class org.knowm.xchart.style.HorizontalBarStyler
-
Constructor
I
- init(AxesChart<?, ?>) - Method in class org.knowm.xchart.AnnotationImage
- init(AxesChart<?, ?>) - Method in class org.knowm.xchart.AnnotationTextPanel
- InsideN - Enum constant in enum class org.knowm.xchart.ChartButtonConfig.ChartButtonPosition
- InsideN - Enum constant in enum class org.knowm.xchart.style.Styler.LegendPosition
- InsideNE - Enum constant in enum class org.knowm.xchart.ChartButtonConfig.ChartButtonPosition
- InsideNE - Enum constant in enum class org.knowm.xchart.style.Styler.LegendPosition
- InsideNW - Enum constant in enum class org.knowm.xchart.ChartButtonConfig.ChartButtonPosition
- InsideNW - Enum constant in enum class org.knowm.xchart.style.Styler.LegendPosition
- InsideS - Enum constant in enum class org.knowm.xchart.ChartButtonConfig.ChartButtonPosition
- InsideS - Enum constant in enum class org.knowm.xchart.style.Styler.LegendPosition
- InsideSE - Enum constant in enum class org.knowm.xchart.ChartButtonConfig.ChartButtonPosition
- InsideSE - Enum constant in enum class org.knowm.xchart.style.Styler.LegendPosition
- InsideSW - Enum constant in enum class org.knowm.xchart.ChartButtonConfig.ChartButtonPosition
- InsideSW - Enum constant in enum class org.knowm.xchart.style.Styler.LegendPosition
- IntermediateExample - Class in org.knowm.xchart.standalone.readme
- IntermediateExample() - Constructor for class org.knowm.xchart.standalone.readme.IntermediateExample
- isAllXData() - Method in class org.knowm.xchart.OHLCSeries
- 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
- isCellEditable(int, int) - Method in class org.knowm.xchart.demo.ChartStylePanel.EditorTableModel
- isCentered(boolean) - Method in class org.knowm.xchart.SwingWrapper
-
Set the Window in the center of screen
- isChartTitleBoxVisible() - Method in class org.knowm.xchart.demo.charts.theme.MyCustomTheme
- 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
- isCounterClockwise() - Method in class org.knowm.xchart.style.RadarStyler
- isCustomToolTips() - Method in class org.knowm.xchart.BubbleSeries
-
Deprecated.use
Series.setToolTipGenerator(ToolTipGenerator)instead; will be removed in 4.1.0 - 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.HorizontalBarStyler
- 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.HorizontalBarStyler
- 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
- isMergedAxisColocateSlaveLabels() - Method in class org.knowm.xchart.style.AxesChartStyler
- isOverlapped() - Method in class org.knowm.xchart.CategorySeries
- 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.demo.charts.theme.MyCustomTheme
- 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.CategorySeries
- isSmooth() - Method in class org.knowm.xchart.XYSeries
- isStackable() - Method in enum class org.knowm.xchart.CategorySeries.CategorySeriesRenderStyle
-
Whether this render style participates in stacking when
CategoryStyler.isStacked()is enabled. - 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
- 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
- isYAxisGroupSlave(int) - Method in class org.knowm.xchart.style.AxesChartStyler
-
Returns
truewhen the given logical group is part of a multi-axis merge and is not the master (i.e. it is not the lowest-index in its merge set). - 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
- isZoomResetByButton() - Method in class org.knowm.xchart.XChartPanel
- isZoomResetByDoubleClick() - Method in class org.knowm.xchart.XChartPanel
J
- JavaFXDemo - Class in org.knowm.xchart.standalone
-
Class showing how to integrate a chart into a JavaFX Stage, embedded in a layout container (VBox) alongside other controls so that everything resizes with the window.
- JavaFXDemo() - Constructor for class org.knowm.xchart.standalone.JavaFXDemo
- JPG - Enum constant in enum class org.knowm.xchart.BitmapEncoder.BitmapFormat
L
- Label - Enum constant in enum class org.knowm.xchart.style.PieStyler.AnnotationType
-
Deprecated.
- LabelAndPercentage - Enum constant in enum class org.knowm.xchart.style.PieStyler.AnnotationType
-
Deprecated.
- LabelAndValue - Enum constant in enum class org.knowm.xchart.style.PieStyler.AnnotationType
-
Deprecated.
- LabelValue(String, Object) - Constructor for class org.knowm.xchart.demo.ChartStylePanel.LabelValue
- Left - Enum constant in enum class org.knowm.xchart.style.AxesChartStyler.TextAlignment
- Left - Enum constant in enum class org.knowm.xchart.style.Styler.YAxisPosition
- Licensing - Search tag in class org.knowm.xchart.standalone.issues.TestForIssue125
- Section
- LIGHT_GREY - Enum constant in enum class org.knowm.xchart.style.colors.ChartColor
-
LIGHT_GREY
- LIGHT_GREY - Static variable in class org.knowm.xchart.style.colors.XChartSeriesColors
- Line - Enum constant in enum class org.knowm.xchart.CategorySeries.CategorySeriesRenderStyle
- Line - Enum constant in enum class org.knowm.xchart.OHLCSeries.OHLCSeriesRenderStyle
- Line - Enum constant in enum class org.knowm.xchart.XYSeries.XYSeriesRenderStyle
- LineChart01 - Class in org.knowm.xchart.demo.charts.line
-
Logarithmic Y-Axis
- LineChart01() - Constructor for class org.knowm.xchart.demo.charts.line.LineChart01
- LineChart02 - Class in org.knowm.xchart.demo.charts.line
-
Sine wave with customized series style
- LineChart02() - Constructor for class org.knowm.xchart.demo.charts.line.LineChart02
- LineChart03 - Class in org.knowm.xchart.demo.charts.line
-
Customized Chart
- LineChart03() - Constructor for class org.knowm.xchart.demo.charts.line.LineChart03
- LineChart04 - Class in org.knowm.xchart.demo.charts.line
-
Hundreds of Series on One Plot
- LineChart04() - Constructor for class org.knowm.xchart.demo.charts.line.LineChart04
- LineChart05 - Class in org.knowm.xchart.demo.charts.line
-
Scatter and Line
- LineChart05() - Constructor for class org.knowm.xchart.demo.charts.line.LineChart05
- LineChart06 - Class in org.knowm.xchart.demo.charts.line
-
Logarithmic Y-Axis with Error Bars
- LineChart06() - Constructor for class org.knowm.xchart.demo.charts.line.LineChart06
- LineChart07 - Class in org.knowm.xchart.demo.charts.line
-
Category Chart with Line Rendering
- LineChart07() - Constructor for class org.knowm.xchart.demo.charts.line.LineChart07
- LineChart08 - Class in org.knowm.xchart.demo.charts.line
-
Logarithmic Y-Axis
- LineChart08() - Constructor for class org.knowm.xchart.demo.charts.line.LineChart08
- LineChart09 - Class in org.knowm.xchart.demo.charts.line
-
Cursor
- LineChart09() - Constructor for class org.knowm.xchart.demo.charts.line.LineChart09
- LineChart10 - Class in org.knowm.xchart.demo.charts.line
-
Annotations
- LineChart10() - Constructor for class org.knowm.xchart.demo.charts.line.LineChart10
- LineChart11 - Class in org.knowm.xchart.demo.charts.line
-
Merged Y-Axes — Weather Station
- LineChart11() - Constructor for class org.knowm.xchart.demo.charts.line.LineChart11
M
- MAGENTA - Static variable in class org.knowm.xchart.style.colors.MatlabSeriesColors
- MAGENTA - Static variable in class org.knowm.xchart.style.colors.XChartSeriesColors
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.area.AreaChart01
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.area.AreaChart02
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.area.AreaChart03
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.area.AreaChart04
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.area.AreaChart05
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.bar.BarChart01
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.bar.BarChart02
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.bar.BarChart03
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.bar.BarChart04
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.bar.BarChart05
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.bar.BarChart06
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.bar.BarChart07
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.bar.BarChart08
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.bar.BarChart09
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.bar.BarChart10
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.bar.BarChart11
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.bar.BarChart12
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.bar.BarChart13
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.box.BoxChart01
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.box.BoxChart02
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.box.BoxChart03
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.bubble.BubbleChart01
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.bubble.BubbleChart02
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.date.DateChart01
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.date.DateChart02
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.date.DateChart03
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.date.DateChart04
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.date.DateChart05
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.date.DateChart06
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.date.DateChart07
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.date.DateChart08
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.date.DateChart09
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.dial.DialChart01
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.dial.DialChart02
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.heatmap.HeatMapChart01
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.heatmap.HeatMapChart02
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.heatmap.HeatMapChart03
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.heatmap.HeatMapChart04
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.heatmap.HeatMapChart05
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.horizontalbar.HorizontalBarChart01
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.horizontalbar.HorizontalBarChart02
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.horizontalbar.HorizontalBarChart03
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.horizontalbar.HorizontalBarChart04
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.line.LineChart01
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.line.LineChart02
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.line.LineChart03
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.line.LineChart04
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.line.LineChart05
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.line.LineChart06
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.line.LineChart07
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.line.LineChart08
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.line.LineChart09
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.line.LineChart10
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.line.LineChart11
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.ohlc.OHLCChart01
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.ohlc.OHLCChart02
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.ohlc.OHLCChart03
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.pie.PieChart01
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.pie.PieChart02
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.pie.PieChart03
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.pie.PieChart04
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.pie.PieChart05
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.radar.RadarChart01
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.radar.RadarChart02
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.radar.RadarChart03
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.realtime.RealtimeChart01
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.realtime.RealtimeChart02
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.realtime.RealtimeChart03
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.realtime.RealtimeChart04
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.realtime.RealtimeChart05
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.realtime.RealtimeChart06
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.scatter.ScatterChart01
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.scatter.ScatterChart02
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.scatter.ScatterChart03
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.scatter.ScatterChart04
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.stick.StickChart01
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.stick.StickChart02
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.theme.ThemeChart01
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.theme.ThemeChart02
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.theme.ThemeChart03
- main(String[]) - Static method in class org.knowm.xchart.demo.charts.theme.ThemeChart04
- main(String[]) - Static method in class org.knowm.xchart.demo.XChartDemo
- main(String[]) - Static method in class org.knowm.xchart.demo.XChartStyleDemo
- main(String[]) - Static method in class org.knowm.xchart.site.GenerateSite
- main(String[]) - Static method in class org.knowm.xchart.standalone.csv.Export2Columns
- main(String[]) - Static method in class org.knowm.xchart.standalone.csv.Export2Rows
- main(String[]) - Static method in class org.knowm.xchart.standalone.Example0
- main(String[]) - Static method in class org.knowm.xchart.standalone.Example1
- main(String[]) - Static method in class org.knowm.xchart.standalone.Example2
- main(String[]) - Static method in class org.knowm.xchart.standalone.ExampleAvif
- main(String[]) - Static method in class org.knowm.xchart.standalone.ExampleWebP
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.MultiYAxisTest
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForExtremeEdgeCaseData
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue1
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue1004
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue106
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue111
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue125
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue127
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue139
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue151
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue158
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue159
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue167
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue171
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue181
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue189_1
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue192
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue205
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue210
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue236
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue240
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue243
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue244
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue249
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue256
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue257
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue27_1
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue27_2
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue285
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue289
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue291
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue308
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue315
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue325
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue335
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue349
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue363
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue370
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue390
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue402
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue404
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue405
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue410
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue416
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue433
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue465
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue467
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue481
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue488
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue492
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue500_HorizontalBar
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue500
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue503
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue527
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue530
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue539
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue54_1
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue54_2
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue540
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue544
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue545
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue577
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue582
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue585
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue589
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue593
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue617
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue618
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue628
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue634
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue653
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue658
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue679
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue686
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue699
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue706
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue707
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue712
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue739
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue761
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue770
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue779
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue781
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue792
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue799
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue805
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue815
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue816
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue826
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue83
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue834
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue862
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue868
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue879
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue881
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue884
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue886
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue890
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue891
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue892
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue914
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue916
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue975
- main(String[]) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue98
- main(String[]) - Static method in class org.knowm.xchart.standalone.JavaFXDemo
- main(String[]) - Static method in class org.knowm.xchart.standalone.prs.TestForPR847
- main(String[]) - Static method in class org.knowm.xchart.standalone.prs.TestForPR866
- main(String[]) - Static method in class org.knowm.xchart.standalone.readme.AdvancedExample
- main(String[]) - Static method in class org.knowm.xchart.standalone.readme.IntermediateExample
- main(String[]) - Static method in class org.knowm.xchart.standalone.readme.SimpleRealTime
- main(String[]) - Static method in class org.knowm.xchart.standalone.readme.SimplestExample
- main(String[]) - Static method in class org.knowm.xchart.standalone.readme.SwingWorkerRealTime
- main(String[]) - Static method in class org.knowm.xchart.standalone.SwingDemo
- Marker - Class in org.knowm.xchart.style.markers
- Marker() - Constructor for class org.knowm.xchart.style.markers.Marker
- Matlab - Enum constant in enum class 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
- mergeYAxisGroups(int...) - Method in class org.knowm.xchart.style.AxesChartStyler
-
Merge multiple Y-axis groups onto a single shared visual axis line per side.
- MultiYAxisTest - Class in org.knowm.xchart.standalone.issues
- MultiYAxisTest() - Constructor for class org.knowm.xchart.standalone.issues.MultiYAxisTest
- MyCustomSeriesColors - Class in org.knowm.xchart.demo.charts.theme
- MyCustomSeriesColors() - Constructor for class org.knowm.xchart.demo.charts.theme.MyCustomSeriesColors
-
Constructor
- MyCustomTheme - Class in org.knowm.xchart.demo.charts.theme
- MyCustomTheme() - Constructor for class org.knowm.xchart.demo.charts.theme.MyCustomTheme
N
- N_LESS_1 - Enum constant in enum class 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 represents the number of items contained in the sequence.
- N_LESS_1_PLUS_1 - Enum constant in enum class 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 - Enum constant in enum class 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 represents the number of items contained in the sequence.
- Name - Enum constant in enum class org.knowm.xchart.style.PieStyler.LabelType
- NameAndPercentage - Enum constant in enum class org.knowm.xchart.style.PieStyler.LabelType
- NameAndValue - Enum constant in enum class org.knowm.xchart.style.PieStyler.LabelType
- newInstance(Styler.ChartTheme) - Method in enum class 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 - Enum constant in enum class 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.
- NUM_DATA_POINTS - Static variable in class org.knowm.xchart.standalone.issues.TestForIssue879
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
- OHLCChart01 - Class in org.knowm.xchart.demo.charts.ohlc
-
Demonstrates the following: Tooltips LegendPosition.OutsideS * default OHLCSeriesRenderStyle.Candle
- OHLCChart01() - Constructor for class org.knowm.xchart.demo.charts.ohlc.OHLCChart01
- OHLCChart02 - Class in org.knowm.xchart.demo.charts.ohlc
-
Demonstrates the following: Tooltips Candle render style green down, red up LegendPosition.OutsideS OHLCSeriesRenderStyle.HiLo
- OHLCChart02() - Constructor for class org.knowm.xchart.demo.charts.ohlc.OHLCChart02
- OHLCChart03 - Class in org.knowm.xchart.demo.charts.ohlc
-
Demonstrates the following: Tooltips LegendPosition.InsideS default OHLCSeriesRenderStyle.Candle 3 series with Line render style
- OHLCChart03() - Constructor for class org.knowm.xchart.demo.charts.ohlc.OHLCChart03
- 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 Class in org.knowm.xchart
- OHLCStyler - Class in org.knowm.xchart.style
- OHLCStyler() - Constructor for class org.knowm.xchart.style.OHLCStyler
-
Constructor
- onDataPointClick(ChartDataPoint, MouseEvent) - Method in interface org.knowm.xchart.DataPointListener
-
Called when a data point's shape is clicked.
- onDataPointExit(ChartDataPoint, MouseEvent) - Method in interface org.knowm.xchart.DataPointListener
-
Called once when the mouse leaves the data point it was hovering over, either by moving off it (without immediately entering another) or by leaving the chart panel entirely.
- onDataPointHover(ChartDataPoint, MouseEvent) - Method in interface org.knowm.xchart.DataPointListener
-
Called once when the mouse moves onto a data point's shape.
- ORANGE - Static variable in class org.knowm.xchart.style.colors.XChartSeriesColors
- org.knowm.xchart - package org.knowm.xchart
- org.knowm.xchart.demo - package org.knowm.xchart.demo
- org.knowm.xchart.demo.charts - package org.knowm.xchart.demo.charts
- org.knowm.xchart.demo.charts.area - package org.knowm.xchart.demo.charts.area
- org.knowm.xchart.demo.charts.bar - package org.knowm.xchart.demo.charts.bar
- org.knowm.xchart.demo.charts.box - package org.knowm.xchart.demo.charts.box
- org.knowm.xchart.demo.charts.bubble - package org.knowm.xchart.demo.charts.bubble
- org.knowm.xchart.demo.charts.date - package org.knowm.xchart.demo.charts.date
- org.knowm.xchart.demo.charts.dial - package org.knowm.xchart.demo.charts.dial
- org.knowm.xchart.demo.charts.heatmap - package org.knowm.xchart.demo.charts.heatmap
- org.knowm.xchart.demo.charts.horizontalbar - package org.knowm.xchart.demo.charts.horizontalbar
- org.knowm.xchart.demo.charts.line - package org.knowm.xchart.demo.charts.line
- org.knowm.xchart.demo.charts.ohlc - package org.knowm.xchart.demo.charts.ohlc
- org.knowm.xchart.demo.charts.pie - package org.knowm.xchart.demo.charts.pie
- org.knowm.xchart.demo.charts.radar - package org.knowm.xchart.demo.charts.radar
- org.knowm.xchart.demo.charts.realtime - package org.knowm.xchart.demo.charts.realtime
- org.knowm.xchart.demo.charts.scatter - package org.knowm.xchart.demo.charts.scatter
- org.knowm.xchart.demo.charts.stick - package org.knowm.xchart.demo.charts.stick
- org.knowm.xchart.demo.charts.theme - package org.knowm.xchart.demo.charts.theme
- 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.site - package org.knowm.xchart.site
- org.knowm.xchart.standalone - package org.knowm.xchart.standalone
- org.knowm.xchart.standalone.csv - package org.knowm.xchart.standalone.csv
- org.knowm.xchart.standalone.issues - package org.knowm.xchart.standalone.issues
- org.knowm.xchart.standalone.prs - package org.knowm.xchart.standalone.prs
-
Standalone runnable demos that correspond to a specific pull request.
- org.knowm.xchart.standalone.readme - package org.knowm.xchart.standalone.readme
- 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 - Enum constant in enum class org.knowm.xchart.style.Styler.LegendPosition
- OutsideS - Enum constant in enum class 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.HorizontalBarChart
- 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 - Enum constant in enum class 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 - Enum constant in enum class org.knowm.xchart.style.PieStyler.AnnotationType
-
Deprecated.
- Percentage - Enum constant in enum class org.knowm.xchart.style.PieStyler.LabelType
- Pie - Enum constant in enum class 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
- PieChart01 - Class in org.knowm.xchart.demo.charts.pie
-
Pie Chart with 4 Slices
- PieChart01() - Constructor for class org.knowm.xchart.demo.charts.pie.PieChart01
- PieChart02 - Class in org.knowm.xchart.demo.charts.pie
-
Pie Chart Custom Color Palette
- PieChart02() - Constructor for class org.knowm.xchart.demo.charts.pie.PieChart02
- PieChart03 - Class in org.knowm.xchart.demo.charts.pie
-
Pie Chart GGPlot2 Theme
- PieChart03() - Constructor for class org.knowm.xchart.demo.charts.pie.PieChart03
- PieChart04 - Class in org.knowm.xchart.demo.charts.pie
-
Pie Chart with Donut Style
- PieChart04() - Constructor for class org.knowm.xchart.demo.charts.pie.PieChart04
- PieChart05 - Class in org.knowm.xchart.demo.charts.pie
-
Pie Chart - circle with border
- PieChart05() - Constructor for class org.knowm.xchart.demo.charts.pie.PieChart05
- 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 Class in org.knowm.xchart
- PieStyler - Class in org.knowm.xchart.style
- PieStyler() - Constructor for class org.knowm.xchart.style.PieStyler
- PieStyler.AnnotationType - Enum Class in org.knowm.xchart.style
-
Deprecated.Use
PieStyler.LabelTypewithPieStyler.setLabelType(LabelType)instead. Full mapping:Value→PieStyler.LabelType.Value,Percentage→PieStyler.LabelType.Percentage,Label→PieStyler.LabelType.Name,LabelAndPercentage→PieStyler.LabelType.NameAndPercentage,LabelAndValue→PieStyler.LabelType.NameAndValue. - PieStyler.ClockwiseDirectionType - Enum Class in org.knowm.xchart.style
- PieStyler.LabelType - Enum Class 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 - Enum constant in enum class org.knowm.xchart.BitmapEncoder.BitmapFormat
- Polygon - Enum constant in enum class org.knowm.xchart.style.RadarStyler.RadarRenderStyle
- PolygonArea - Enum constant in enum class org.knowm.xchart.XYSeries.XYSeriesRenderStyle
- populateData(Date, double, int, List<Date>, List<Double>, List<Double>, List<Double>, List<Double>) - Static method in class org.knowm.xchart.demo.charts.ohlc.OHLCChart01
- populateData(List<Date>, List<Double>, List<Double>, List<Double>, List<Double>) - Static method in class org.knowm.xchart.demo.charts.ohlc.OHLCChart01
- pow(double, int) - Static method in class org.knowm.xchart.internal.Utils
- print(Graphics, PageFormat, int) - Method in class org.knowm.xchart.XChartPanel.Printer
- printConsole(IChart) - Static method in class org.knowm.xchart.ConsoleEncoder
-
Print a console string for a given chart to System.out
- PrinterFriendlySeriesColors - Class in org.knowm.xchart.style.colors
- PrinterFriendlySeriesColors() - Constructor for class org.knowm.xchart.style.colors.PrinterFriendlySeriesColors
-
Constructor
- PropertyEditorAdapter(PropertyEditor, ChartStylePanel.EditableProperty) - Constructor for class org.knowm.xchart.demo.ChartStylePanel.PropertyEditorAdapter
- 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
- RadarChart01 - Class in org.knowm.xchart.demo.charts.radar
-
Radar Chart
- RadarChart01() - Constructor for class org.knowm.xchart.demo.charts.radar.RadarChart01
- RadarChart02 - Class in org.knowm.xchart.demo.charts.radar
-
Radar Chart
- RadarChart02() - Constructor for class org.knowm.xchart.demo.charts.radar.RadarChart02
- RadarChart03 - Class in org.knowm.xchart.demo.charts.radar
-
Radar Chart with counter-clockwise layout
- RadarChart03() - Constructor for class org.knowm.xchart.demo.charts.radar.RadarChart03
- 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 Class in org.knowm.xchart.style
- RealtimeChart01 - Class in org.knowm.xchart.demo.charts.realtime
-
Real-time XY Chart
- RealtimeChart01() - Constructor for class org.knowm.xchart.demo.charts.realtime.RealtimeChart01
- RealtimeChart02 - Class in org.knowm.xchart.demo.charts.realtime
-
Real-time Pie Chart
- RealtimeChart02() - Constructor for class org.knowm.xchart.demo.charts.realtime.RealtimeChart02
- RealtimeChart03 - Class in org.knowm.xchart.demo.charts.realtime
-
Real-time XY Chart with Error Bars
- RealtimeChart03() - Constructor for class org.knowm.xchart.demo.charts.realtime.RealtimeChart03
- RealtimeChart04 - Class in org.knowm.xchart.demo.charts.realtime
-
Real-time Bubble Chart
- RealtimeChart04() - Constructor for class org.knowm.xchart.demo.charts.realtime.RealtimeChart04
- RealtimeChart05 - Class in org.knowm.xchart.demo.charts.realtime
-
Real-time Category Chart
- RealtimeChart05() - Constructor for class org.knowm.xchart.demo.charts.realtime.RealtimeChart05
- RealtimeChart06 - Class in org.knowm.xchart.demo.charts.realtime
-
Real-time OHLC Chart
- RealtimeChart06() - Constructor for class org.knowm.xchart.demo.charts.realtime.RealtimeChart06
- RealtimeExampleChart - Interface in org.knowm.xchart.demo.charts
- 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 - Enum constant in enum class org.knowm.xchart.style.colors.ChartColor
-
RED
- RED - Static variable in class org.knowm.xchart.demo.charts.theme.MyCustomSeriesColors
- 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
- removeDataPointListener(DataPointListener) - Method in class org.knowm.xchart.XChartPanel
-
Removes a previously registered
DataPointListener. - repaintChart() - Method in class org.knowm.xchart.demo.ChartStylePanel
- 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(double[]) - Method in class org.knowm.xchart.BoxSeries
-
Replace the Y data for this box series via primitive array — avoids boxing entirely.
- 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
- replaceData(List<? extends Number>) - Method in class org.knowm.xchart.BoxSeries
-
Replace the Y data for this box series via list, with validation.
- replaceData(List<? extends Number>, List<?>) - Method in class org.knowm.xchart.HorizontalBarSeries
- requireOnClasspath(String, String, String) - Static method in class org.knowm.xchart.internal.Utils
-
Verifies that an optional export dependency is present on the classpath, throwing a helpful message naming the missing Maven artifact if it is not.
- resetFilter() - Method in class org.knowm.xchart.OHLCSeries
- Right - Enum constant in enum class org.knowm.xchart.style.AxesChartStyler.TextAlignment
- Right - Enum constant in enum class org.knowm.xchart.style.Styler.YAxisPosition
- Round - Enum constant in enum class org.knowm.xchart.BubbleSeries.BubbleSeriesRenderStyle
- Rows - Enum constant in enum class org.knowm.xchart.CSVImporter.DataOrientation
S
- saveBitmap(List<? extends IChart>, Integer, Integer, OutputStream, BitmapEncoder.BitmapFormat) - Static method in class org.knowm.xchart.BitmapEncoder
-
Save list of Charts into a given stream.
- saveBitmap(List<? extends IChart>, Integer, Integer, String, BitmapEncoder.BitmapFormat) - Static method in class org.knowm.xchart.BitmapEncoder
-
Save list of Charts as an image file.
- saveBitmap(IChart, OutputStream, BitmapEncoder.BitmapFormat) - Static method in class org.knowm.xchart.BitmapEncoder
-
Deprecated.
- saveBitmap(IChart, String, BitmapEncoder.BitmapFormat) - Static method in class org.knowm.xchart.BitmapEncoder
-
Deprecated.use
ChartEncoder.saveChart(IChart, String, String)instead - saveBitmapWithDPI(IChart, String, BitmapEncoder.BitmapFormat, int) - Static method in class org.knowm.xchart.BitmapEncoder
-
Save a chart as a PNG with a custom DPI.
- saveChart(IChart, OutputStream, String) - Static method in class org.knowm.xchart.ChartEncoder
-
Write a chart to a stream.
- saveChart(IChart, String, String) - Static method in class org.knowm.xchart.ChartEncoder
-
Save a chart to a file.
- 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(IChart, String, float) - Static method in class org.knowm.xchart.BitmapEncoder
-
Save a Chart as a JPEG file
- savePdfboxGraphics(List<? extends IChart>, File) - Static method in class org.knowm.xchart.PdfboxGraphicsEncoder
-
Deprecated.use
ChartEncoderper chart, or merge charts before export - savePdfboxGraphics(List<? extends IChart>, OutputStream) - Static method in class org.knowm.xchart.PdfboxGraphicsEncoder
-
Deprecated.use
ChartEncoderper chart, or merge charts before export - savePdfboxGraphics(List<? extends IChart>, String) - Static method in class org.knowm.xchart.PdfboxGraphicsEncoder
-
Deprecated.use
ChartEncoderper chart, or merge charts before export - savePdfboxGraphics(IChart, File) - Static method in class org.knowm.xchart.PdfboxGraphicsEncoder
-
Deprecated.use
ChartEncoder.saveChart(IChart, OutputStream, String)with format"pdf"instead - savePdfboxGraphics(IChart, OutputStream) - Static method in class org.knowm.xchart.PdfboxGraphicsEncoder
-
Deprecated.use
ChartEncoder.saveChart(IChart, OutputStream, String)with format"pdf"instead - savePdfboxGraphics(IChart, String) - Static method in class org.knowm.xchart.PdfboxGraphicsEncoder
-
Deprecated.use
ChartEncoder.saveChart(IChart, String, String)with format"pdf"instead - saveVectorGraphic(IChart, OutputStream, VectorGraphicsEncoder.VectorGraphicsFormat) - Static method in class org.knowm.xchart.VectorGraphicsEncoder
-
Deprecated.
- saveVectorGraphic(IChart, String, VectorGraphicsEncoder.VectorGraphicsFormat) - Static method in class org.knowm.xchart.VectorGraphicsEncoder
-
Deprecated.
- Scatter - Enum constant in enum class org.knowm.xchart.CategorySeries.CategorySeriesRenderStyle
- Scatter - Enum constant in enum class org.knowm.xchart.XYSeries.XYSeriesRenderStyle
- ScatterChart01 - Class in org.knowm.xchart.demo.charts.scatter
-
Gaussian Blob
- ScatterChart01() - Constructor for class org.knowm.xchart.demo.charts.scatter.ScatterChart01
- ScatterChart02 - Class in org.knowm.xchart.demo.charts.scatter
-
Logarithmic Data
- ScatterChart02() - Constructor for class org.knowm.xchart.demo.charts.scatter.ScatterChart02
- ScatterChart03 - Class in org.knowm.xchart.demo.charts.scatter
-
Single point
- ScatterChart03() - Constructor for class org.knowm.xchart.demo.charts.scatter.ScatterChart03
- ScatterChart04 - Class in org.knowm.xchart.demo.charts.scatter
-
Error Bars
- ScatterChart04() - Constructor for class org.knowm.xchart.demo.charts.scatter.ScatterChart04
- sdfMonthYear - Static variable in class org.knowm.xchart.standalone.issues.TestForIssue530
- SERIES_NAME - Static variable in class org.knowm.xchart.demo.charts.realtime.RealtimeChart01
- SERIES_NAME - Static variable in class org.knowm.xchart.demo.charts.realtime.RealtimeChart03
- SERIES_NAME - Static variable in class org.knowm.xchart.demo.charts.realtime.RealtimeChart04
- SERIES_NAME - Static variable in class org.knowm.xchart.demo.charts.realtime.RealtimeChart05
- SERIES_NAME - Static variable in class org.knowm.xchart.demo.charts.realtime.RealtimeChart06
- 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.HorizontalBarStyler
- setAllStyles() - Method in class org.knowm.xchart.style.OHLCStyler
- setAllStyles() - Method in class org.knowm.xchart.style.XYStyler
- setAnnotationDistance(double) - Method in class org.knowm.xchart.style.PieStyler
-
Deprecated.Use
PieStyler.setLabelsDistance(double)instead. - 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
- setAnnotationType(PieStyler.AnnotationType) - Method in class org.knowm.xchart.style.PieStyler
-
Deprecated.Use
PieStyler.setLabelType(LabelType)instead. - 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.
- setAvailableSpaceFill(double) - Method in class org.knowm.xchart.style.HorizontalBarStyler
-
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
- setBackgroundColor(Color) - Method in class org.knowm.xchart.ChartButtonConfig
-
Sets the button background color.
- setBaseFont(Font) - Method in class org.knowm.xchart.style.Styler
-
Set the base font
- setBorderColor(Color) - Method in class org.knowm.xchart.ChartButtonConfig
-
Sets the button border color.
- setBoxplotCalCulationMethod(BoxStyler.BoxplotCalCulationMethod) - Method in class org.knowm.xchart.style.BoxStyler
- setBoxWidthFraction(double) - Method in class org.knowm.xchart.style.BoxStyler
-
Set the width of each box as a fraction of the horizontal space available to it (i.e. the slot for one series).
- setBubbleSeriesRenderStyle(BubbleSeries.BubbleSeriesRenderStyle) - Method in class org.knowm.xchart.BubbleSeries
- setBubbleStyler(BubbleChart) - Static method in class org.knowm.xchart.standalone.issues.TestForIssue545
- setChartBackgroundColor(Color) - Method in class org.knowm.xchart.style.Styler
-
Set the chart background color - the part around the edge of the chart
- setChartButtonConfig(ChartButtonConfig) - Method in class org.knowm.xchart.XChartPanel
-
Replaces the default
ChartButtonConfigfor the zoom-reset button. - 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. includes: Chart title, axes label, legend
- 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
- setChartTitleFontColor(Color) - Method in class org.knowm.xchart.style.Styler
-
Set the chart title font color.
- 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
- setCounterClockwise(boolean) - Method in class org.knowm.xchart.style.RadarStyler
-
Sets the direction in which the radii (labels and data points) are laid out around the chart.
- 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.XChartPanel
- 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
- setCustomSeriesLabelFunction(Function<PieSeries, String>) - Method in class org.knowm.xchart.style.PieStyler
-
Sets the Pie custom label generator
- setCustomToolTips(boolean) - Method in class org.knowm.xchart.BubbleSeries
-
Deprecated.use
Series.setToolTipGenerator(ToolTipGenerator)instead, which works on every chart type and takes precedence over these strings when both are set; will be removed in 4.1.0 - 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.)
- setDefaultSeriesRenderStyle(OHLCSeries.OHLCSeriesRenderStyle) - Method in class org.knowm.xchart.style.OHLCStyler
-
Sets the default series render style for the chart (candle, hilo, etc.)
- setDefaultSeriesRenderStyle(PieSeries.PieSeriesRenderStyle) - Method in class org.knowm.xchart.style.PieStyler
-
Sets the default series render style for the chart (line, scatter, area, etc.)
- setDefaultSeriesRenderStyle(XYSeries.XYSeriesRenderStyle) - Method in class org.knowm.xchart.style.XYStyler
-
Sets the default series render style for the chart (line, scatter, area, etc.)
- 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..."
- setFont(Font) - Method in class org.knowm.xchart.ChartButtonConfig
-
Sets the button label font.
- setFontColor(Color) - Method in class org.knowm.xchart.ChartButtonConfig
-
Sets the button label font color.
- 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.HorizontalBarStyler
-
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.HorizontalBarStyler
-
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.HorizontalBarStyler
- 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.HorizontalBarStyler
- 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.HorizontalBarStyler
- setLabelsFontColorAutomaticLight(Color) - Method in class org.knowm.xchart.style.PieStyler
- setLabelsPosition(double) - Method in class org.knowm.xchart.style.CategoryStyler
-
Sets the vertical position of the data label relative to the bar.
- setLabelsPosition(double) - Method in class org.knowm.xchart.style.HorizontalBarStyler
-
Sets the horizontal position of the data label relative to the bar.
- setLabelsRotation(int) - Method in class org.knowm.xchart.style.CategoryStyler
-
Sets the rotation (in degrees) for chart labels.
- setLabelsRotation(int) - Method in class org.knowm.xchart.style.HorizontalBarStyler
-
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.HorizontalBarStyler
-
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.Styler
-
Set the locale to use for number and date formatting on 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
- setMargin(int) - Method in class org.knowm.xchart.ChartButtonConfig
-
Sets the padding around the button label, in pixels.
- 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
- setMergedAxisColocatedSlaveLabelsGap(double) - Method in class org.knowm.xchart.style.AxesChartStyler
-
Sets the vertical gap in pixels between a master tick label and the slave label rendered below it when colocate mode is active (
AxesChartStyler.setMergedAxisColocateSlaveLabels(boolean)). - setMergedAxisColocateSlaveLabels(boolean) - Method in class org.knowm.xchart.style.AxesChartStyler
-
When
true, slave Y-axis tick labels are rendered stacked below the master's labels on the shared axis column instead of appearing as a separate axis column. - 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.CategorySeries
- setOverlapped(boolean) - Method in class org.knowm.xchart.style.CategoryStyler
-
set whether or not series renderings (i.e. bars, stick, etc.) are overlapped.
- 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
- setPosition(ChartButtonConfig.ChartButtonPosition) - Method in class org.knowm.xchart.ChartButtonConfig
-
Sets the position of the button within the chart plot area.
- setPrintString(String) - Method in class org.knowm.xchart.XChartPanel
-
Set the "Print..."
- 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..."
- 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.CategorySeries
-
Sets whether the line/area series should be rendered with smooth cubic Bezier curves.
- 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. bars, stick, etc.) are stacked.
- 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
- setTextAntiAlias(boolean) - Method in class org.knowm.xchart.style.Styler
-
Set anti-aliasing for text rendering (chart title, annotations, button labels).
- setTheme(Theme) - Method in class org.knowm.xchart.style.BoxStyler
- setTheme(Theme) - Method in class org.knowm.xchart.style.Styler
-
Sets the theme for this styler and re-applies all styles.
- 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
-
Deprecated.use
Series.setToolTipGenerator(ToolTipGenerator)instead, which works on every chart type and takes precedence over these strings when both are set; will be removed in 4.1.0 - setToolTips(String[]) - Method in class org.knowm.xchart.BubbleSeries
-
Deprecated.use
Series.setToolTipGenerator(ToolTipGenerator)instead, which works on every chart type and takes precedence over these strings when both are set; will be removed in 4.1.0 - setToolTipsAlwaysVisible(boolean) - Method in class org.knowm.xchart.style.Styler
-
When true, all data-point labels are rendered into the chart image (visible in BitmapEncoder output and Swing panels alike).
- setToolTipsEnabled(boolean) - Method in class org.knowm.xchart.XChartPanel
- setToolTipType(ToolTipType) - Method in class org.knowm.xchart.style.Styler
-
Sets which label components to render when tooltips are visible (x value, y value, or both).
- 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
- setValue(Object) - Method in class org.knowm.xchart.demo.ChartStylePanel.EditableProperty
- setValueAt(Object, int, int) - Method in class org.knowm.xchart.demo.ChartStylePanel.EditorTableModel
- 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
- setVisible(boolean) - Method in class org.knowm.xchart.AnnotationImage
- setVisible(boolean) - Method in class org.knowm.xchart.AnnotationLine
- setVisible(boolean) - Method in class org.knowm.xchart.AnnotationText
- setVisible(boolean) - Method in class org.knowm.xchart.AnnotationTextPanel
- 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
-
Deprecated.
- setXAxisTickLabelsFormattingFunction(Function<Double, String>) - Method in class org.knowm.xchart.style.AxesChartStyler
-
Sets a custom formatting function for X-axis tick labels.
- 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
- setYAxisGroup(int) - Method in class org.knowm.xchart.AnnotationImage
- setYAxisGroup(int) - Method in class org.knowm.xchart.AnnotationLine
- setYAxisGroup(int) - Method in class org.knowm.xchart.AnnotationText
- setYAxisGroup(int) - Method in class org.knowm.xchart.AnnotationTextPanel
- 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
-
Deprecated.
- setYAxisTickLabelsFormattingFunction(Function<Double, String>) - Method in class org.knowm.xchart.style.AxesChartStyler
-
Sets a custom formatting function for Y-axis tick labels.
- 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.XChartPanel
- setZoomResetByButton(boolean) - Method in class org.knowm.xchart.XChartPanel
- setZoomResetByDoubleClick(boolean) - Method in class org.knowm.xchart.XChartPanel
- setZoomSelectionColor(Color) - Method in class org.knowm.xchart.XChartPanel
- SimpleRealTime - Class in org.knowm.xchart.standalone.readme
-
Creates a simple real-time chart
- SimpleRealTime() - Constructor for class org.knowm.xchart.standalone.readme.SimpleRealTime
- SimplestExample - Class in org.knowm.xchart.standalone.readme
- SimplestExample() - Constructor for class org.knowm.xchart.standalone.readme.SimplestExample
- 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
- start(Stage) - Method in class org.knowm.xchart.standalone.JavaFXDemo
- Step - Enum constant in enum class org.knowm.xchart.XYSeries.XYSeriesRenderStyle
- StepArea - Enum constant in enum class org.knowm.xchart.XYSeries.XYSeriesRenderStyle
- SteppedBar - Enum constant in enum class org.knowm.xchart.CategorySeries.CategorySeriesRenderStyle
- Stick - Enum constant in enum class org.knowm.xchart.CategorySeries.CategorySeriesRenderStyle
- StickChart01 - Class in org.knowm.xchart.demo.charts.stick
-
Basic Stick Chart
- StickChart01() - Constructor for class org.knowm.xchart.demo.charts.stick.StickChart01
- StickChart02 - Class in org.knowm.xchart.demo.charts.stick
-
Hydrogen Spectral Emission Lines — TeX Labels Demo
- StickChart02() - Constructor for class org.knowm.xchart.demo.charts.stick.StickChart02
- 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.ChartTheme - Enum Class in org.knowm.xchart.style
- Styler.LegendLayout - Enum Class in org.knowm.xchart.style
- Styler.LegendPosition - Enum Class in org.knowm.xchart.style
- Styler.YAxisPosition - Enum Class in org.knowm.xchart.style
- SVG - Enum constant in enum class org.knowm.xchart.VectorGraphicsEncoder.VectorGraphicsFormat
- SwingDemo - Class in org.knowm.xchart.standalone
-
Class showing how to integrate a chart into a Swing JFrame
- SwingDemo() - Constructor for class org.knowm.xchart.standalone.SwingDemo
- SwingWorkerRealTime - Class in org.knowm.xchart.standalone.readme
-
Creates a real-time chart using SwingWorker
- SwingWorkerRealTime() - Constructor for class org.knowm.xchart.standalone.readme.SwingWorkerRealTime
- SwingWrapper<T> - 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
- TestForExtremeEdgeCaseData - Class in org.knowm.xchart.standalone.issues
- TestForExtremeEdgeCaseData() - Constructor for class org.knowm.xchart.standalone.issues.TestForExtremeEdgeCaseData
- TestForIssue1 - Class in org.knowm.xchart.standalone.issues
-
Creates a list of Charts and saves it as a PNG file.
- TestForIssue1() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue1
- TestForIssue1004 - Class in org.knowm.xchart.standalone.issues
-
Issue #1004 —
AnnotationImagescreen-space placement centers a NON-square image vertically using the image WIDTH instead of its HEIGHT. - TestForIssue1004() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue1004
- TestForIssue106 - Class in org.knowm.xchart.standalone.issues
- TestForIssue106() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue106
- TestForIssue111 - Class in org.knowm.xchart.standalone.issues
- TestForIssue111() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue111
- TestForIssue125 - Class in org.knowm.xchart.standalone.issues
-
Demonstrates TeX/LaTeX formula support in chart elements (issue #125).
- TestForIssue125() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue125
- TestForIssue127 - Class in org.knowm.xchart.standalone.issues
- TestForIssue127() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue127
- TestForIssue139 - Class in org.knowm.xchart.standalone.issues
- TestForIssue139() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue139
- TestForIssue151 - Class in org.knowm.xchart.standalone.issues
- TestForIssue151() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue151
- TestForIssue158 - Class in org.knowm.xchart.standalone.issues
- TestForIssue158() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue158
- TestForIssue159 - Class in org.knowm.xchart.standalone.issues
- TestForIssue159() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue159
- TestForIssue167 - Class in org.knowm.xchart.standalone.issues
- TestForIssue167() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue167
- TestForIssue171 - Class in org.knowm.xchart.standalone.issues
-
Demonstrates that x-axis labels no longer overlap when there are many categories.
- TestForIssue171() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue171
- TestForIssue181 - Class in org.knowm.xchart.standalone.issues
- TestForIssue181() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue181
- TestForIssue189_1 - Class in org.knowm.xchart.standalone.issues
-
Create a Chart matrix
- TestForIssue189_1() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue189_1
- TestForIssue192 - Class in org.knowm.xchart.standalone.issues
-
Reproduces issue #192: show all labels and percentages on a pie chart.
- TestForIssue192() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue192
- TestForIssue205 - Class in org.knowm.xchart.standalone.issues
- TestForIssue205() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue205
- TestForIssue210 - Class in org.knowm.xchart.standalone.issues
-
Dial Chart
- TestForIssue210() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue210
- TestForIssue236 - Class in org.knowm.xchart.standalone.issues
-
Issue #236: "Collate y axis values for same x axis values in Category chart"
- TestForIssue236() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue236
- TestForIssue240 - Class in org.knowm.xchart.standalone.issues
- TestForIssue240() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue240
- TestForIssue243 - Class in org.knowm.xchart.standalone.issues
- TestForIssue243() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue243
- TestForIssue244 - Class in org.knowm.xchart.standalone.issues
- TestForIssue244() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue244
- TestForIssue249 - Class in org.knowm.xchart.standalone.issues
-
Logarithmic Y-Axis Demonstrates the following: Logarithmic Y-Axis Building a Chart with ChartBuilder Place legend at Inside-NW position
- TestForIssue249() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue249
- TestForIssue256 - Class in org.knowm.xchart.standalone.issues
-
Reproducer / how-to for https://github.com/knowm/XChart/issues/256
- TestForIssue256() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue256
- TestForIssue257 - Class in org.knowm.xchart.standalone.issues
- TestForIssue257() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue257
- TestForIssue27_1 - Class in org.knowm.xchart.standalone.issues
- TestForIssue27_1() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue27_1
- TestForIssue27_2 - Class in org.knowm.xchart.standalone.issues
- TestForIssue27_2() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue27_2
- TestForIssue285 - Class in org.knowm.xchart.standalone.issues
- TestForIssue285() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue285
- TestForIssue289 - Class in org.knowm.xchart.standalone.issues
- TestForIssue289() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue289
- TestForIssue291 - Class in org.knowm.xchart.standalone.issues
- TestForIssue291() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue291
- TestForIssue308 - Class in org.knowm.xchart.standalone.issues
- TestForIssue308() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue308
- TestForIssue315 - Class in org.knowm.xchart.standalone.issues
- TestForIssue315() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue315
- TestForIssue325 - Class in org.knowm.xchart.standalone.issues
- TestForIssue325() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue325
- TestForIssue335 - Class in org.knowm.xchart.standalone.issues
- TestForIssue335() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue335
- TestForIssue349 - Class in org.knowm.xchart.standalone.issues
- TestForIssue349() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue349
- TestForIssue363 - Class in org.knowm.xchart.standalone.issues
- TestForIssue363() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue363
- TestForIssue370 - Class in org.knowm.xchart.standalone.issues
- TestForIssue370() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue370
- TestForIssue390 - Class in org.knowm.xchart.standalone.issues
- TestForIssue390() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue390
- TestForIssue402 - Class in org.knowm.xchart.standalone.issues
- TestForIssue402() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue402
- TestForIssue404 - Class in org.knowm.xchart.standalone.issues
- TestForIssue404() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue404
- TestForIssue405 - Class in org.knowm.xchart.standalone.issues
- TestForIssue405() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue405
- TestForIssue410 - Class in org.knowm.xchart.standalone.issues
- TestForIssue410() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue410
- TestForIssue416 - Class in org.knowm.xchart.standalone.issues
- TestForIssue416() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue416
- TestForIssue433 - Class in org.knowm.xchart.standalone.issues
- TestForIssue433() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue433
- TestForIssue465 - Class in org.knowm.xchart.standalone.issues
-
Issue #465 — Stacked Area chart.
- TestForIssue465() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue465
- TestForIssue467 - Class in org.knowm.xchart.standalone.issues
-
Demonstrates smooth curved lines in a CategoryChart (string X-axis labels).
- TestForIssue467() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue467
- TestForIssue481 - Class in org.knowm.xchart.standalone.issues
-
Reproducer for issue #481: Incorrect x-axis value for multiple histograms.
- TestForIssue481() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue481
- TestForIssue488 - Class in org.knowm.xchart.standalone.issues
- TestForIssue488() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue488
- TestForIssue492 - Class in org.knowm.xchart.standalone.issues
-
Issue #492: Collision detection — fire a callback when the mouse hovers over or clicks an individual rendered shape (e.g. the first bar in a bar chart).
- TestForIssue492() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue492
- TestForIssue500 - Class in org.knowm.xchart.standalone.issues
-
Issue #500: data labels can be placed outside (on top of) the bars again, as in 3.6.1.
- TestForIssue500() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue500
- TestForIssue500_HorizontalBar - Class in org.knowm.xchart.standalone.issues
-
Issue #500: data labels can be placed outside the bars for horizontal bar charts too.
- TestForIssue500_HorizontalBar() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue500_HorizontalBar
- TestForIssue503 - Class in org.knowm.xchart.standalone.issues
-
Issue #503 — Axis Title Padding does not apply to the second (right-side) Y-Axis.
- TestForIssue503() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue503
- TestForIssue527 - Class in org.knowm.xchart.standalone.issues
- TestForIssue527() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue527
- TestForIssue530 - Class in org.knowm.xchart.standalone.issues
- TestForIssue530() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue530
- TestForIssue539 - Class in org.knowm.xchart.standalone.issues
- TestForIssue539() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue539
- TestForIssue54_1 - Class in org.knowm.xchart.standalone.issues
-
Create a Chart matrix
- TestForIssue54_1() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue54_1
- TestForIssue54_2 - Class in org.knowm.xchart.standalone.issues
-
Create a Chart matrix
- TestForIssue54_2() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue54_2
- TestForIssue540 - Class in org.knowm.xchart.standalone.issues
- TestForIssue540() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue540
- TestForIssue544 - Class in org.knowm.xchart.standalone.issues
- TestForIssue544() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue544
- TestForIssue545 - Class in org.knowm.xchart.standalone.issues
- TestForIssue545() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue545
- TestForIssue577 - Class in org.knowm.xchart.standalone.issues
-
Reproducer for https://github.com/knowm/XChart/issues/577
- TestForIssue577() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue577
- TestForIssue582 - Class in org.knowm.xchart.standalone.issues
- TestForIssue582() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue582
- TestForIssue585 - Class in org.knowm.xchart.standalone.issues
-
Demonstrates issue #585 — a symmetric colormap definition produces an asymmetric legend.
- TestForIssue585() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue585
- TestForIssue589 - Class in org.knowm.xchart.standalone.issues
-
Issue #589 — annotations could not be resolved against a secondary Y-Axis group.
- TestForIssue589() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue589
- TestForIssue593 - Class in org.knowm.xchart.standalone.issues
-
Demonstrates the fix for issue #593 — cursor dataPointList memory leak in live XYCharts.
- TestForIssue593() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue593
- TestForIssue617 - Class in org.knowm.xchart.standalone.issues
- TestForIssue617() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue617
- TestForIssue618 - Class in org.knowm.xchart.standalone.issues
-
Demonstrates issue #618 —
setYAxisLabelAlignment(TextAlignment.Right)does not right-align every Y-axis tick label. - TestForIssue618() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue618
- TestForIssue628 - Class in org.knowm.xchart.standalone.issues
- TestForIssue628() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue628
- TestForIssue634 - Class in org.knowm.xchart.standalone.issues
-
Issue #634: "I found negative number label on y axis, but the data are all positive."
- TestForIssue634() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue634
- TestForIssue653 - Class in org.knowm.xchart.standalone.issues
- TestForIssue653() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue653
- TestForIssue658 - Class in org.knowm.xchart.standalone.issues
-
Demonstrates how to map specific X-axis tick positions to custom label strings using
AxesChartStyler.setXAxisTickLabelsFormattingFunction(java.util.function.Function). - TestForIssue658() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue658
- TestForIssue679 - Class in org.knowm.xchart.standalone.issues
-
Demonstrates issue #679 — custom tooltips via
setToolTipGenerator(...), available on every series type. - TestForIssue679() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue679
- TestForIssue686 - Class in org.knowm.xchart.standalone.issues
-
Demonstrates that a very long series name is truncated in the legend rather than breaking the chart layout.
- TestForIssue686() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue686
- TestForIssue699 - Class in org.knowm.xchart.standalone.issues
-
Reproducer / how-to for https://github.com/knowm/XChart/issues/699
- TestForIssue699() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue699
- TestForIssue706 - Class in org.knowm.xchart.standalone.issues
-
Demonstrates independent chart title font color control (issue #706).
- TestForIssue706() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue706
- TestForIssue707 - Class in org.knowm.xchart.standalone.issues
- TestForIssue707() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue707
- TestForIssue712 - Class in org.knowm.xchart.standalone.issues
-
Demonstrates the fix for issue #712 — NullPointerException when the chart panel is resized to be very small.
- TestForIssue712() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue712
- TestForIssue739 - Class in org.knowm.xchart.standalone.issues
-
Demonstrates that removing all series from a chart no longer throws NoSuchElementException when the chart is repainted (issue #739).
- TestForIssue739() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue739
- TestForIssue761 - Class in org.knowm.xchart.standalone.issues
-
Reproducer / how-to for https://github.com/knowm/XChart/issues/761
- TestForIssue761() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue761
- TestForIssue770 - Class in org.knowm.xchart.standalone.issues
-
Demonstrates the fix for issue #770 — zoom support for OHLCChart.
- TestForIssue770() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue770
- TestForIssue779 - Class in org.knowm.xchart.standalone.issues
-
Demonstrates bar label visibility with custom fill colors in various positions.
- TestForIssue779() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue779
- TestForIssue781 - Class in org.knowm.xchart.standalone.issues
-
Demonstrates that a doji candle (open == close) renders as a horizontal cross rather than just a vertical line.
- TestForIssue781() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue781
- TestForIssue792 - Class in org.knowm.xchart.standalone.issues
-
Demonstrates the fix for issue #792 —
setXAxisTickLabelsFormattingFunctiondropping tick labels when the formatting function intentionally returns duplicate strings. - TestForIssue792() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue792
- TestForIssue799 - Class in org.knowm.xchart.standalone.issues
-
Reproducer for GitHub issue #799: BitmapEncoder hang / crash when a custom Y-axis tick label formatter returns empty strings for unmapped values.
- TestForIssue799() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue799
- TestForIssue805 - Class in org.knowm.xchart.standalone.issues
-
Demonstrates issue #805 — cursor label displays the wrong Y value.
- TestForIssue805() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue805
- TestForIssue815 - Class in org.knowm.xchart.standalone.issues
-
Issue #815 - Extra space below min Y-axis value when calling setYAxisMin(0.0).
- TestForIssue815() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue815
- TestForIssue816 - Class in org.knowm.xchart.standalone.issues
-
Demonstrates issue #816 — controlling the width of the boxes in a box plot.
- TestForIssue816() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue816
- TestForIssue826 - Class in org.knowm.xchart.standalone.issues
- TestForIssue826() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue826
- TestForIssue83 - Class in org.knowm.xchart.standalone.issues
- TestForIssue83() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue83
- TestForIssue834 - Class in org.knowm.xchart.standalone.issues
-
Verifies that a custom Y-axis tick label formatter works correctly with a logarithmic Y-axis.
- TestForIssue834() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue834
- TestForIssue862 - Class in org.knowm.xchart.standalone.issues
-
Demonstrates the fix for issue #862 —
BitmapEncoder.saveBitmap(org.knowm.xchart.internal.chartpart.IChart, java.lang.String, org.knowm.xchart.BitmapEncoder.BitmapFormat)throws NPE when tooltips are enabled. - TestForIssue862() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue862
- TestForIssue868 - Class in org.knowm.xchart.standalone.issues
-
Demonstrates issue #868 — the locale set on the
PieStylernow takes effect on slice labels and tooltips. - TestForIssue868() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue868
- TestForIssue879 - Class in org.knowm.xchart.standalone.issues
-
Demonstrates memory-efficient primitive-array usage for XYChart (issue #879).
- TestForIssue879() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue879
- TestForIssue881 - Class in org.knowm.xchart.standalone.issues
-
Reproduces issue #881: AnnotationType and setAnnotationDistance removed since 3.8.1.
- TestForIssue881() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue881
- TestForIssue884 - Class in org.knowm.xchart.standalone.issues
-
Reproducer / how-to for https://github.com/knowm/XChart/issues/884
- TestForIssue884() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue884
- TestForIssue886 - Class in org.knowm.xchart.standalone.issues
-
Demonstrates the fix for issue #886 — UI freeze when the chart window is too narrow.
- TestForIssue886() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue886
- TestForIssue890 - Class in org.knowm.xchart.standalone.issues
-
Reproducer for https://github.com/knowm/XChart/issues/890
- TestForIssue890() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue890
- TestForIssue891 - Class in org.knowm.xchart.standalone.issues
-
Reproducer for https://github.com/knowm/XChart/issues/891
- TestForIssue891() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue891
- TestForIssue892 - Class in org.knowm.xchart.standalone.issues
-
Reproducer for https://github.com/knowm/XChart/issues/892
- TestForIssue892() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue892
- TestForIssue914 - Class in org.knowm.xchart.standalone.issues
-
Demonstrates the fix for issue #914 — anti-aliasing flags were silently ignored.
- TestForIssue914() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue914
- TestForIssue916 - Class in org.knowm.xchart.standalone.issues
-
Demonstrates merged Y-axes (issue #916): two series with very different value ranges share a single axis line per side.
- TestForIssue916() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue916
- TestForIssue975 - Class in org.knowm.xchart.standalone.issues
-
Demonstrates issue #975 — chart button styling moved out of
Styler/ThemeintoChartButtonConfigonXChartPanel. - TestForIssue975() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue975
- TestForIssue98 - Class in org.knowm.xchart.standalone.issues
- TestForIssue98() - Constructor for class org.knowm.xchart.standalone.issues.TestForIssue98
- TestForPR847 - Class in org.knowm.xchart.standalone.prs
-
Demonstrates PR #847 — custom label generator for pie charts.
- TestForPR847() - Constructor for class org.knowm.xchart.standalone.prs.TestForPR847
- TestForPR866 - Class in org.knowm.xchart.standalone.prs
-
Demonstrates PR #866 — new HorizontalBarChart chart type.
- TestForPR866() - Constructor for class org.knowm.xchart.standalone.prs.TestForPR866
- theme(Styler.ChartTheme) - Method in class org.knowm.xchart.internal.ChartBuilder
- theme(Theme) - Method in class org.knowm.xchart.internal.ChartBuilder
-
Sets a custom
Themeinstance to apply at chart construction time. - Theme - Interface in org.knowm.xchart.style.theme
- ThemeChart01 - Class in org.knowm.xchart.demo.charts.theme
-
Default XChart Theme
- ThemeChart01() - Constructor for class org.knowm.xchart.demo.charts.theme.ThemeChart01
- ThemeChart02 - Class in org.knowm.xchart.demo.charts.theme
-
GGPlot2 Theme
- ThemeChart02() - Constructor for class org.knowm.xchart.demo.charts.theme.ThemeChart02
- ThemeChart03 - Class in org.knowm.xchart.demo.charts.theme
-
Matlab Theme
- ThemeChart03() - Constructor for class org.knowm.xchart.demo.charts.theme.ThemeChart03
- ThemeChart04 - Class in org.knowm.xchart.demo.charts.theme
-
My Custom Theme
- ThemeChart04() - Constructor for class org.knowm.xchart.demo.charts.theme.ThemeChart04
- title - Variable in class org.knowm.xchart.internal.ChartBuilder
- title(String) - Method in class org.knowm.xchart.internal.ChartBuilder
- ToolTipGenerator - Interface in org.knowm.xchart
-
Generates custom tooltip text for a series' data points, replacing the default label built from the formatted axis values.
- ToolTipType - Enum Class in org.knowm.xchart
- toString() - Method in class org.knowm.xchart.ChartDataPoint
- toString() - Method in class org.knowm.xchart.demo.ChartInfo
- toString() - Method in class org.knowm.xchart.demo.ChartStylePanel.EditableProperty
- toString() - Method in class org.knowm.xchart.demo.ChartStylePanel.LabelValue
- 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[]) - Method in class org.knowm.xchart.HorizontalBarChart
-
Update a series by updating the X-Axis, Y-Axis and error bar 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
- updateCategorySeries(String, List<? extends Number>, List<?>) - Method in class org.knowm.xchart.HorizontalBarChart
-
Update a series by updating the X-Axis and Y-Axis
- updateData() - Method in class org.knowm.xchart.demo.charts.realtime.RealtimeChart01
- updateData() - Method in class org.knowm.xchart.demo.charts.realtime.RealtimeChart02
- updateData() - Method in class org.knowm.xchart.demo.charts.realtime.RealtimeChart03
- updateData() - Method in class org.knowm.xchart.demo.charts.realtime.RealtimeChart04
- updateData() - Method in class org.knowm.xchart.demo.charts.realtime.RealtimeChart05
- updateData() - Method in class org.knowm.xchart.demo.charts.realtime.RealtimeChart06
- updateData() - Method in interface org.knowm.xchart.demo.charts.RealtimeExampleChart
- 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 - Enum constant in enum class org.knowm.xchart.style.PieStyler.AnnotationType
-
Deprecated.
- Value - Enum constant in enum class org.knowm.xchart.style.PieStyler.LabelType
- valueChanged(TreeSelectionEvent) - Method in class org.knowm.xchart.demo.XChartDemo
- valueChanged(TreeSelectionEvent) - Method in class org.knowm.xchart.demo.XChartStyleDemo
- valueOf(String) - Static method in enum class org.knowm.xchart.BitmapEncoder.BitmapFormat
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.knowm.xchart.BubbleSeries.BubbleSeriesRenderStyle
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.knowm.xchart.CategorySeries.CategorySeriesRenderStyle
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.knowm.xchart.ChartButtonConfig.ChartButtonPosition
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.knowm.xchart.CSVImporter.DataOrientation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.knowm.xchart.OHLCSeries.OHLCSeriesRenderStyle
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.knowm.xchart.PieSeries.PieSeriesRenderStyle
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.knowm.xchart.style.AxesChartStyler.TextAlignment
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.knowm.xchart.style.BoxStyler.BoxplotCalCulationMethod
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.knowm.xchart.style.colors.ChartColor
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.knowm.xchart.style.PieStyler.AnnotationType
-
Deprecated.Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.knowm.xchart.style.PieStyler.ClockwiseDirectionType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.knowm.xchart.style.PieStyler.LabelType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.knowm.xchart.style.RadarStyler.RadarRenderStyle
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.knowm.xchart.style.Styler.ChartTheme
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.knowm.xchart.style.Styler.LegendLayout
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.knowm.xchart.style.Styler.LegendPosition
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.knowm.xchart.style.Styler.YAxisPosition
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.knowm.xchart.ToolTipType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.knowm.xchart.VectorGraphicsEncoder.VectorGraphicsFormat
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.knowm.xchart.XYSeries.XYSeriesRenderStyle
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.knowm.xchart.BitmapEncoder.BitmapFormat
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.knowm.xchart.BubbleSeries.BubbleSeriesRenderStyle
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.knowm.xchart.CategorySeries.CategorySeriesRenderStyle
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.knowm.xchart.ChartButtonConfig.ChartButtonPosition
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.knowm.xchart.CSVImporter.DataOrientation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.knowm.xchart.OHLCSeries.OHLCSeriesRenderStyle
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.knowm.xchart.PieSeries.PieSeriesRenderStyle
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.knowm.xchart.style.AxesChartStyler.TextAlignment
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.knowm.xchart.style.BoxStyler.BoxplotCalCulationMethod
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.knowm.xchart.style.colors.ChartColor
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.knowm.xchart.style.PieStyler.AnnotationType
-
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.knowm.xchart.style.PieStyler.ClockwiseDirectionType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.knowm.xchart.style.PieStyler.LabelType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.knowm.xchart.style.RadarStyler.RadarRenderStyle
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.knowm.xchart.style.Styler.ChartTheme
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.knowm.xchart.style.Styler.LegendLayout
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.knowm.xchart.style.Styler.LegendPosition
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.knowm.xchart.style.Styler.YAxisPosition
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.knowm.xchart.ToolTipType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.knowm.xchart.VectorGraphicsEncoder.VectorGraphicsFormat
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.knowm.xchart.XYSeries.XYSeriesRenderStyle
-
Returns an array containing the constants of this enum class, 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 Class in org.knowm.xchart
- Vertical - Enum constant in enum class org.knowm.xchart.style.Styler.LegendLayout
W
- WHITE - Enum constant in enum class 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 - Enum constant in enum class org.knowm.xchart.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.HorizontalBarChartBuilder
- xAxisTitle(String) - Method in class org.knowm.xchart.OHLCChartBuilder
- xAxisTitle(String) - Method in class org.knowm.xchart.XYChartBuilder
- XChart - Enum constant in enum class org.knowm.xchart.style.Styler.ChartTheme
- XChartDemo - Class in org.knowm.xchart.demo
-
Class containing all XChart example charts
- XChartDemo() - Constructor for class org.knowm.xchart.demo.XChartDemo
-
Constructor
- XChartPanel<T> - 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
- XChartStyleDemo - Class in org.knowm.xchart.demo
- XChartStyleDemo() - Constructor for class org.knowm.xchart.demo.XChartStyleDemo
- XChartTheme - Class in org.knowm.xchart.style.theme
- XChartTheme() - Constructor for class org.knowm.xchart.style.theme.XChartTheme
- xLabels - Enum constant in enum class org.knowm.xchart.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 Class 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.HorizontalBarChartBuilder
- 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 - Enum constant in enum class org.knowm.xchart.ToolTipType
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
ChartEncoder.getBytes(IChart, String)instead