A B C D E F G H I J L M N O P Q R S T U V W X Y Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractBaseTheme - Class in org.knowm.xchart.style.theme
- AbstractBaseTheme() - Constructor for class org.knowm.xchart.style.theme.AbstractBaseTheme
- accept(File) - Method in class org.knowm.xchart.XChartPanel.SuffixSaveFilter
- action - Variable in class org.knowm.xchart.internal.chartpart.ChartButton
- actionPerformed(ActionEvent) - Method in class org.knowm.xchart.internal.chartpart.ChartZoom
- actionPerformed(ActionEvent) - Method in class org.knowm.xchart.XChartPanel.ExportAction
- actionPerformed(ActionEvent) - Method in class org.knowm.xchart.XChartPanel.PrintAction
- actionPerformed(ActionEvent) - Method in class org.knowm.xchart.XChartPanel.SaveAction
- addActionListener(ActionListener) - Method in class org.knowm.xchart.internal.chartpart.ChartButton
- addAnnotation(Annotation) - Method in class org.knowm.xchart.internal.chartpart.Chart
- addData(double, double, String) - Method in class org.knowm.xchart.internal.chartpart.ToolTips
-
Adds a data with label with coordinates (xOffset, yOffset).
- addData(double, double, String, String) - Method in class org.knowm.xchart.internal.chartpart.ToolTips
-
Adds a data (xValue, yValue) with coordinates (xOffset, yOffset).
- addData(double, double, String, String, String) - Method in class org.knowm.xchart.internal.chartpart.Cursor
- addData(Shape, double, double, double, String) - Method in class org.knowm.xchart.internal.chartpart.ToolTips
- addData(Shape, double, double, double, String, String) - Method in class org.knowm.xchart.internal.chartpart.ToolTips
-
Adds a data (xValue, yValue) with geometry defined with shape.
- addFileExtension(String) - Static method in class org.knowm.xchart.PdfboxGraphicsEncoder
-
Only adds the extension of the ".pdf" to the filename if the filename doesn't already have it.
- 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.
- addMinMax(double, double) - Method in class org.knowm.xchart.internal.chartpart.Axis
- addSeries(String, double) - Method in class org.knowm.xchart.DialChart
-
Add a series for a Dial type chart
- addSeries(String, double[]) - Method in class org.knowm.xchart.BoxChart
- addSeries(String, double[]) - Method in class org.knowm.xchart.RadarChart
-
Add a series for a Radar type chart
- addSeries(String, double[]) - Method in class org.knowm.xchart.XYChart
-
Add a series for a X-Y type chart using using double arrays
- addSeries(String, double[], double[]) - Method in class org.knowm.xchart.CategoryChart
-
Add a series for a Category type chart using using double arrays
- addSeries(String, double[], double[]) - Method in class org.knowm.xchart.OHLCChart
-
Add a series for a Line type chart using double arrays
- addSeries(String, double[], double[]) - Method in class org.knowm.xchart.XYChart
-
Add a series for a X-Y type chart using using double arrays
- addSeries(String, double[], double[], double[]) - Method in class org.knowm.xchart.BubbleChart
-
Add a series for a Bubble type chart using using Lists
- addSeries(String, double[], double[], double[]) - Method in class org.knowm.xchart.CategoryChart
-
Add a series for a Category type chart using using double arrays with error bars
- addSeries(String, double[], double[], double[]) - Method in class org.knowm.xchart.XYChart
- addSeries(String, double[], double[], double[], double[]) - Method in class org.knowm.xchart.OHLCChart
-
Add a series for a OHLC type chart using using double arrays
- addSeries(String, double[], double[], double[], double[], double[]) - Method in class org.knowm.xchart.OHLCChart
- addSeries(String, double[], double[], double[], double[], double[], long[]) - Method in class org.knowm.xchart.OHLCChart
-
Add a series for a OHLC type chart using using double arrays
- addSeries(String, double[], double[], double[], double[], double[], long[], Series.DataType) - Method in class org.knowm.xchart.OHLCChart
- addSeries(String, double[], double[], double[], Series.DataType) - Method in class org.knowm.xchart.XYChart
-
Add a series for a X-Y type chart using Lists with error bars
- addSeries(String, double[], double[], Series.DataType) - Method in class org.knowm.xchart.OHLCChart
- addSeries(String, double[], String[]) - Method in class org.knowm.xchart.RadarChart
-
Add a series for a Radar type chart
- addSeries(String, double, String) - Method in class org.knowm.xchart.DialChart
-
Add a series for a Dial type chart
- addSeries(String, float[]) - Method in class org.knowm.xchart.XYChart
-
Add a series for a X-Y type chart using using float arrays
- addSeries(String, float[], float[]) - Method in class org.knowm.xchart.OHLCChart
-
Add a series for a Line type chart using float arrays
- addSeries(String, float[], float[]) - Method in class org.knowm.xchart.XYChart
-
Add a series for a X-Y type chart using using float arrays
- addSeries(String, float[], float[], float[]) - Method in class org.knowm.xchart.XYChart
-
Add a series for a X-Y type chart using using float arrays with error bars
- addSeries(String, float[], float[], float[], float[]) - Method in class org.knowm.xchart.OHLCChart
-
Add a series for a OHLC type chart using using float arrays
- addSeries(String, float[], float[], float[], float[], float[]) - Method in class org.knowm.xchart.OHLCChart
-
Add a series for a OHLC type chart using using float arrays
- addSeries(String, float[], float[], float[], float[], float[], float[]) - Method in class org.knowm.xchart.OHLCChart
-
Add a series for a OHLC type chart using using float arrays
- addSeries(String, int[]) - Method in class org.knowm.xchart.BoxChart
- addSeries(String, int[]) - Method in class org.knowm.xchart.XYChart
-
Add a series for a X-Y type chart using using int arrays
- addSeries(String, int[], int[]) - Method in class org.knowm.xchart.CategoryChart
-
Add a series for a Category type chart using using int arrays
- addSeries(String, int[], int[]) - Method in class org.knowm.xchart.OHLCChart
-
Add a series for a Line type chart using int arrays
- addSeries(String, int[], int[]) - Method in class org.knowm.xchart.XYChart
-
Add a series for a X-Y type chart using using int arrays
- addSeries(String, int[], int[], int[]) - Method in class org.knowm.xchart.CategoryChart
-
Add a series for a Category type chart using int arrays with error bars
- addSeries(String, int[], int[], int[]) - Method in class org.knowm.xchart.XYChart
-
Add a series for a X-Y type chart using using int arrays with error bars
- addSeries(String, int[], int[], int[][]) - Method in class org.knowm.xchart.HeatMapChart
-
Add a series for a HeatMap type chart using 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<? 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
- Annotation - Class in org.knowm.xchart.internal.chartpart
- Annotation(boolean) - Constructor for class org.knowm.xchart.internal.chartpart.Annotation
- 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
- annotationLineColor - Variable in class org.knowm.xchart.style.Styler
- annotationLineStroke - Variable in class org.knowm.xchart.style.Styler
- annotations - Variable in class org.knowm.xchart.internal.chartpart.Chart
- AnnotationText - Class in org.knowm.xchart
- AnnotationText(String, double, double, boolean) - Constructor for class org.knowm.xchart.AnnotationText
-
Constructor
- annotationTextFont - Variable in class org.knowm.xchart.style.Styler
- annotationTextFontColor - Variable in class org.knowm.xchart.style.Styler
- AnnotationTextPanel - Class in org.knowm.xchart
- AnnotationTextPanel(String, double, double, boolean) - Constructor for class org.knowm.xchart.AnnotationTextPanel
-
Constructor
- annotationTextPanelBackgroundColor - Variable in class org.knowm.xchart.style.Styler
- annotationTextPanelBorderColor - Variable in class org.knowm.xchart.style.Styler
- annotationTextPanelFont - Variable in class org.knowm.xchart.style.Styler
- annotationTextPanelFontColor - Variable in class org.knowm.xchart.style.Styler
- annotationTextPanelPadding - Variable in class org.knowm.xchart.style.Styler
- antiAlias - Variable in class org.knowm.xchart.style.Styler
- applyFormatting() - Method in class org.knowm.xchart.internal.chartpart.Legend_HeatMap
- arcAngle - Variable in class org.knowm.xchart.style.DialStyler
- Area - org.knowm.xchart.CategorySeries.CategorySeriesRenderStyle
- Area - org.knowm.xchart.XYSeries.XYSeriesRenderStyle
- areAllTickLabelsUnique(List<?>) - Method in class org.knowm.xchart.internal.chartpart.AxisTickCalculator_
- areValuesEquallySpaced(List<Double>) - Method in class org.knowm.xchart.internal.chartpart.AxisTickCalculator_
- arrayToList(int[]) - Method in class org.knowm.xchart.HeatMapChart
- arrayToList(int[][]) - Method in class org.knowm.xchart.HeatMapChart
- arrowArcAngle - Variable in class org.knowm.xchart.style.DialStyler
- arrowArcPercentage - Variable in class org.knowm.xchart.style.DialStyler
- arrowColor - Variable in class org.knowm.xchart.style.DialStyler
- arrowLengthPercentage - Variable in class org.knowm.xchart.style.DialStyler
- availableSpaceFill - Variable in class org.knowm.xchart.style.CategoryStyler
- AxesChartSeries - Class in org.knowm.xchart.internal.series
-
A Series containing X and Y data to be plotted on a Chart with X and Y Axes.
- AxesChartSeries(String, Series.DataType) - Constructor for class org.knowm.xchart.internal.series.AxesChartSeries
-
Constructor
- AxesChartSeries(String, Series.DataType, Series.DataType) - Constructor for class org.knowm.xchart.internal.series.AxesChartSeries
-
Constructor
- AxesChartSeriesCategory - Class in org.knowm.xchart.internal.series
-
A Series containing X and Y data to be plotted on a Chart with X and Y Axes.
- AxesChartSeriesCategory(String, List<?>, List<? extends Number>, List<? extends Number>, Series.DataType) - Constructor for class org.knowm.xchart.internal.series.AxesChartSeriesCategory
-
Constructor
- AxesChartSeriesNumericalNoErrorBars - Class in org.knowm.xchart.internal.series
-
A Series containing X and Y data to be plotted on a Chart with X and Y Axes.
- AxesChartSeriesNumericalNoErrorBars(String, double[], double[], double[], Series.DataType) - Constructor for class org.knowm.xchart.internal.series.AxesChartSeriesNumericalNoErrorBars
-
Constructor
- axesChartStyler - Variable in class org.knowm.xchart.internal.chartpart.Axis
- axesChartStyler - Variable in class org.knowm.xchart.internal.chartpart.Legend_Bubble
- axesChartStyler - Variable in class org.knowm.xchart.internal.chartpart.Legend_Marker
- axesChartStyler - Variable in class org.knowm.xchart.internal.chartpart.Legend_OHLC
- AxesChartStyler - Class in org.knowm.xchart.style
- AxesChartStyler() - Constructor for class org.knowm.xchart.style.AxesChartStyler
- AxesChartStyler.TextAlignment - Enum in org.knowm.xchart.style
- Axis<ST extends AxesChartStyler,S extends AxesChartSeries> - Class in org.knowm.xchart.internal.chartpart
-
Axis
- Axis(Chart<ST, S>, Axis.Direction, int) - Constructor for class org.knowm.xchart.internal.chartpart.Axis
-
Constructor
- Axis.Direction - Enum in org.knowm.xchart.internal.chartpart
-
An axis direction
- axisDirection - Variable in class org.knowm.xchart.internal.chartpart.AxisTickCalculator_
- axisDirection - Variable in class org.knowm.xchart.internal.chartpart.Formatter_LogNumber
- axisDirection - Variable in class org.knowm.xchart.internal.chartpart.Formatter_Number
- axisFormat - Variable in class org.knowm.xchart.internal.chartpart.AxisTickCalculator_
- axisPair - Variable in class org.knowm.xchart.internal.chartpart.Chart
-
Chart Parts
- AxisPair<ST extends AxesChartStyler,S extends AxesChartSeries> - Class in org.knowm.xchart.internal.chartpart
- AxisPair(Chart<ST, S>) - Constructor for class org.knowm.xchart.internal.chartpart.AxisPair
-
Constructor
- axisTick - Variable in class org.knowm.xchart.internal.chartpart.Axis
-
the axis tick
- AxisTick<ST extends AxesChartStyler,S extends AxesChartSeries> - Class in org.knowm.xchart.internal.chartpart
-
An axis tick
- AxisTick(Chart<ST, S>, Axis.Direction, Axis) - Constructor for class org.knowm.xchart.internal.chartpart.AxisTick
-
Constructor
- axisTickCalculator - Variable in class org.knowm.xchart.internal.chartpart.Axis
-
the axis tick calculator
- AxisTickCalculator - Interface in org.knowm.xchart.internal.chartpart
- AxisTickCalculator_ - Class in org.knowm.xchart.internal.chartpart
- AxisTickCalculator_(Axis.Direction, double, double, double, List<Double>, AxesChartStyler) - Constructor for class org.knowm.xchart.internal.chartpart.AxisTickCalculator_
- AxisTickCalculator_(Axis.Direction, double, double, double, AxesChartStyler) - Constructor for class org.knowm.xchart.internal.chartpart.AxisTickCalculator_
-
Constructor
- AxisTickCalculator_Callback - Class in org.knowm.xchart.internal.chartpart
-
This class encapsulates the logic to generate the axis tick mark and axis tick label data for rendering the axis ticks for custom axes
- AxisTickCalculator_Callback(Function<Double, String>, Axis.Direction, double, double, double, List<Double>, AxesChartStyler) - Constructor for class org.knowm.xchart.internal.chartpart.AxisTickCalculator_Callback
- AxisTickCalculator_Callback(Function<Double, String>, Axis.Direction, double, double, double, AxesChartStyler) - Constructor for class org.knowm.xchart.internal.chartpart.AxisTickCalculator_Callback
-
Constructor
- AxisTickCalculator_Category - Class in org.knowm.xchart.internal.chartpart
-
This class encapsulates the logic to generate the axis tick mark and axis tick label data for rendering the axis ticks for String axes
- AxisTickCalculator_Category(Axis.Direction, double, List<?>, Series.DataType, AxesChartStyler) - Constructor for class org.knowm.xchart.internal.chartpart.AxisTickCalculator_Category
-
Constructor
- AxisTickCalculator_Date - Class in org.knowm.xchart.internal.chartpart
-
This class encapsulates the logic to generate the axis tick mark and axis tick label data for rendering the axis ticks for date axes
- AxisTickCalculator_Date(Axis.Direction, double, double, double, AxesChartStyler) - Constructor for class org.knowm.xchart.internal.chartpart.AxisTickCalculator_Date
-
Constructor
- AxisTickCalculator_Date.TimeSpan - Class in org.knowm.xchart.internal.chartpart
- AxisTickCalculator_Logarithmic - Class in org.knowm.xchart.internal.chartpart
-
This class encapsulates the logic to generate the axis tick mark and axis tick label data for rendering the axis ticks for logarithmic axes
- AxisTickCalculator_Logarithmic(Axis.Direction, double, double, double, AxesChartStyler) - Constructor for class org.knowm.xchart.internal.chartpart.AxisTickCalculator_Logarithmic
-
Constructor
- AxisTickCalculator_Logarithmic(Axis.Direction, double, double, double, AxesChartStyler, int) - Constructor for class org.knowm.xchart.internal.chartpart.AxisTickCalculator_Logarithmic
-
Constructor
- AxisTickCalculator_Number - Class in org.knowm.xchart.internal.chartpart
-
This class encapsulates the logic to generate the axis tick mark and axis tick label data for rendering the axis ticks for decimal axes
- AxisTickCalculator_Number(Axis.Direction, double, double, double, List<Double>, AxesChartStyler) - Constructor for class org.knowm.xchart.internal.chartpart.AxisTickCalculator_Number
- AxisTickCalculator_Number(Axis.Direction, double, double, double, AxesChartStyler) - Constructor for class org.knowm.xchart.internal.chartpart.AxisTickCalculator_Number
-
Constructor
- AxisTickCalculator_Number(Axis.Direction, double, double, double, AxesChartStyler, int) - Constructor for class org.knowm.xchart.internal.chartpart.AxisTickCalculator_Number
-
Constructor
- axisTickLabels - Variable in class org.knowm.xchart.internal.chartpart.AxisTick
-
the axisticklabels
- axisTickLabels - Variable in class org.knowm.xchart.style.DialStyler
- AxisTickLabels<ST extends AxesChartStyler,S extends AxesChartSeries> - Class in org.knowm.xchart.internal.chartpart
-
Axis tick labels
- AxisTickLabels(Chart<ST, S>, Axis.Direction, Axis) - Constructor for class org.knowm.xchart.internal.chartpart.AxisTickLabels
-
Constructor
- axisTickLabelsColor - Variable in class org.knowm.xchart.style.AxesChartStyler
- axisTickLabelsFont - Variable in class org.knowm.xchart.style.AxesChartStyler
- axisTickLabelsVisible - Variable in class org.knowm.xchart.style.DialStyler
- axisTickMarkLength - Variable in class org.knowm.xchart.style.AxesChartStyler
- axisTickMarks - Variable in class org.knowm.xchart.internal.chartpart.AxisTick
-
the axistickmarks
- AxisTickMarks<ST extends AxesChartStyler,S extends AxesChartSeries> - Class in org.knowm.xchart.internal.chartpart
-
Axis tick marks.
- AxisTickMarks(Chart<ST, S>, Axis.Direction, Axis) - Constructor for class org.knowm.xchart.internal.chartpart.AxisTickMarks
-
Constructor
- axisTickMarksColor - Variable in class org.knowm.xchart.style.AxesChartStyler
- axisTickMarksColor - Variable in class org.knowm.xchart.style.DialStyler
- axisTickMarksStroke - Variable in class org.knowm.xchart.style.AxesChartStyler
- axisTickMarksStroke - Variable in class org.knowm.xchart.style.DialStyler
- axisTickPadding - Variable in class org.knowm.xchart.style.AxesChartStyler
- axisTicksMarksVisible - Variable in class org.knowm.xchart.style.DialStyler
- axisTickValues - Variable in class org.knowm.xchart.style.DialStyler
- axisTitle - Variable in class org.knowm.xchart.internal.chartpart.Axis
-
the axis title
- AxisTitle<ST extends AxesChartStyler,S extends Series> - Class in org.knowm.xchart.internal.chartpart
-
AxisTitle
- AxisTitle(Chart<ST, S>, Axis.Direction, Axis, int) - Constructor for class org.knowm.xchart.internal.chartpart.AxisTitle
-
Constructor
- axisTitleFont - Variable in class org.knowm.xchart.style.AxesChartStyler
- axisTitleFont - Variable in class org.knowm.xchart.style.DialStyler
- axisTitlePadding - Variable in class org.knowm.xchart.style.AxesChartStyler
- axisTitlePadding - Variable in class org.knowm.xchart.style.DialStyler
- axisTitleVisible - Variable in class org.knowm.xchart.style.DialStyler
- axisValues - Variable in class org.knowm.xchart.internal.chartpart.AxisTickCalculator_
B
- Bar - org.knowm.xchart.CategorySeries.CategorySeriesRenderStyle
- BASE_FONT - Static variable in interface org.knowm.xchart.style.theme.Theme
- BASE_STROKE - Static variable in interface org.knowm.xchart.style.theme.Theme
- baseFont - Variable in class org.knowm.xchart.style.Styler
- 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() - Constructor for class org.knowm.xchart.BitmapEncoder
-
Constructor - Private constructor to prevent instantiation
- BitmapEncoder.BitmapFormat - Enum in org.knowm.xchart
- BitmapFormat() - Constructor for enum org.knowm.xchart.BitmapEncoder.BitmapFormat
- BLACK - org.knowm.xchart.style.colors.ChartColor
-
BLACK
- BLACK - Static variable in class org.knowm.xchart.style.colors.ColorBlindFriendlySeriesColors
- BLACK - Static variable in class org.knowm.xchart.style.colors.XChartSeriesColors
- BLUE - org.knowm.xchart.style.colors.ChartColor
-
BLUE
- BLUE - Static variable in class org.knowm.xchart.style.colors.ColorBlindFriendlySeriesColors
- 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.PrinterFriendlySeriesColors
- BLUE - Static variable in class org.knowm.xchart.style.colors.XChartSeriesColors
- BLUE_FACTOR - Static variable in class org.knowm.xchart.style.colors.FontColorDetector
- BLUISH_GREEN - Static variable in class org.knowm.xchart.style.colors.ColorBlindFriendlySeriesColors
- BMP - org.knowm.xchart.BitmapEncoder.BitmapFormat
- bounds - Variable in class org.knowm.xchart.internal.chartpart.Annotation
- bounds - Variable in class org.knowm.xchart.internal.chartpart.Axis
- bounds - Variable in class org.knowm.xchart.internal.chartpart.AxisTick
- bounds - Variable in class org.knowm.xchart.internal.chartpart.AxisTickLabels
- bounds - Variable in class org.knowm.xchart.internal.chartpart.AxisTickMarks
- bounds - Variable in class org.knowm.xchart.internal.chartpart.AxisTitle
- bounds - Variable in class org.knowm.xchart.internal.chartpart.ChartButton
- bounds - Variable in class org.knowm.xchart.internal.chartpart.ChartTitle
- bounds - Variable in class org.knowm.xchart.internal.chartpart.ChartZoom
- bounds - Variable in class org.knowm.xchart.internal.chartpart.Legend_
- bounds - Variable in class org.knowm.xchart.internal.chartpart.Plot_
- Box - org.knowm.xchart.internal.chartpart.RenderableSeries.LegendRenderType
- BOX_OUTLINE_WIDTH - Static variable in class org.knowm.xchart.internal.chartpart.Legend_
- BOX_SIZE - Static variable in class org.knowm.xchart.internal.chartpart.Legend_
- BoxChart - Class in org.knowm.xchart
- BoxChart(int, int) - Constructor for class org.knowm.xchart.BoxChart
- BoxChart(int, int, Styler.ChartTheme) - Constructor for class org.knowm.xchart.BoxChart
- BoxChart(int, int, Theme) - Constructor for class org.knowm.xchart.BoxChart
- BoxChart(BoxChartBuilder) - Constructor for class org.knowm.xchart.BoxChart
- BoxChartBuilder - Class in org.knowm.xchart
- BoxChartBuilder() - Constructor for class org.knowm.xchart.BoxChartBuilder
- BoxNoOutline - org.knowm.xchart.internal.chartpart.RenderableSeries.LegendRenderType
- boxplotCalCulationMethod - Variable in class org.knowm.xchart.style.BoxStyler
- BoxplotCalCulationMethod() - Constructor for enum org.knowm.xchart.style.BoxStyler.BoxplotCalCulationMethod
- BoxPlotData - Class in org.knowm.xchart.internal.chartpart
-
Box plot data information(Upper whisker, Upper quartile, Middle quartile, Lower quartile, Lower whisker)
- BoxPlotData() - Constructor for class org.knowm.xchart.internal.chartpart.BoxPlotData
- BoxPlotDataCalculator<ST extends AxesChartStyler,S extends AxesChartSeries> - Class in org.knowm.xchart.internal.chartpart
-
Calculate box plot data information for all series of BoxChart.
- BoxPlotDataCalculator() - Constructor for class org.knowm.xchart.internal.chartpart.BoxPlotDataCalculator
- boxPlotStyler - Variable in class org.knowm.xchart.internal.chartpart.PlotContent_Box
- BoxSeries - Class in org.knowm.xchart
- BoxSeries(String, List<?>, List<? extends Number>, List<? extends Number>, Series.DataType) - Constructor for class org.knowm.xchart.BoxSeries
- BoxStyler - Class in org.knowm.xchart.style
- BoxStyler() - Constructor for class org.knowm.xchart.style.BoxStyler
- BoxStyler.BoxplotCalCulationMethod - Enum in org.knowm.xchart.style
-
Box plot calculation method, method for determining the position of the quartile
- BRIGHTNESS_THRESHOLD - Static variable in class org.knowm.xchart.style.colors.FontColorDetector
- BROWN - Static variable in class org.knowm.xchart.style.colors.XChartSeriesColors
- BubbleChart - Class in org.knowm.xchart
- BubbleChart(int, int) - Constructor for class org.knowm.xchart.BubbleChart
-
Constructor - the default Chart Theme will be used (XChartTheme)
- BubbleChart(int, int, Styler.ChartTheme) - Constructor for class org.knowm.xchart.BubbleChart
-
Constructor
- BubbleChart(int, int, Theme) - Constructor for class org.knowm.xchart.BubbleChart
-
Constructor
- BubbleChart(BubbleChartBuilder) - Constructor for class org.knowm.xchart.BubbleChart
-
Constructor
- BubbleChartBuilder - Class in org.knowm.xchart
- BubbleChartBuilder() - Constructor for class org.knowm.xchart.BubbleChartBuilder
- bubbleChartSeriesRenderStyle - Variable in class org.knowm.xchart.style.BubbleStyler
- BubbleSeries - Class in org.knowm.xchart
-
A Series containing X, Y and bubble size data to be plotted on a Chart
- BubbleSeries(String, double[], double[], double[]) - Constructor for class org.knowm.xchart.BubbleSeries
-
Constructor
- BubbleSeries.BubbleSeriesRenderStyle - Enum in org.knowm.xchart
- bubbleSeriesRenderStyle - Variable in class org.knowm.xchart.BubbleSeries
- BubbleSeriesRenderStyle(RenderableSeries.LegendRenderType) - Constructor for enum org.knowm.xchart.BubbleSeries.BubbleSeriesRenderStyle
- BubbleStyler - Class in org.knowm.xchart.style
- BubbleStyler() - Constructor for class org.knowm.xchart.style.BubbleStyler
-
Constructor
- build() - Method in class org.knowm.xchart.BoxChartBuilder
- build() - Method in class org.knowm.xchart.BubbleChartBuilder
-
return fully built BubbleChart
- build() - Method in class org.knowm.xchart.CategoryChartBuilder
-
return fully built Chart_Category
- build() - Method in class org.knowm.xchart.DialChartBuilder
- build() - Method in class org.knowm.xchart.HeatMapChartBuilder
-
return fully built HeatMapChart
- build() - Method in class org.knowm.xchart.internal.ChartBuilder
- build() - Method in class org.knowm.xchart.OHLCChartBuilder
-
return fully built XYChart
- build() - Method in class org.knowm.xchart.PieChartBuilder
-
return fully built ChartPie
- build() - Method in class org.knowm.xchart.RadarChartBuilder
- build() - Method in class org.knowm.xchart.XYChartBuilder
-
return fully built XYChart
- buttonRect - Variable in class org.knowm.xchart.internal.chartpart.ChartButton
C
- calculate() - Method in class org.knowm.xchart.internal.chartpart.AxisTickCalculator_
- calculate() - Method in class org.knowm.xchart.internal.chartpart.AxisTickCalculator_Date
- calculate() - Method in class org.knowm.xchart.internal.chartpart.AxisTickCalculator_Logarithmic
- calculate(List<?>, Series.DataType) - Method in class org.knowm.xchart.internal.chartpart.AxisTickCalculator_Category
- calculate(List<Double>, ST) - Method in class org.knowm.xchart.internal.chartpart.BoxPlotDataCalculator
- calculate(Map<String, S>, ST) - Method in class org.knowm.xchart.internal.chartpart.BoxPlotDataCalculator
- calculateForEquallySpacedAxisValues(double, double) - Method in class org.knowm.xchart.internal.chartpart.AxisTickCalculator_
-
Calculates the ticks so that they only appear at positions where data is available.
- calculateMatchingDataPoints() - Method in class org.knowm.xchart.internal.chartpart.Cursor
-
One DataPoint per series, keep the DataPoint closest to mouseX
- calculateMinMax() - Method in class org.knowm.xchart.HeatMapSeries
- calculateMinMax() - Method in class org.knowm.xchart.internal.series.AxesChartSeries
- calculateMinMax() - Method in class org.knowm.xchart.internal.series.AxesChartSeriesCategory
- calculateMinMax() - Method in class org.knowm.xchart.internal.series.AxesChartSeriesNumericalNoErrorBars
- calculateMinMax() - Method in class org.knowm.xchart.internal.series.NoMarkersSeries
- calculateMinMax() - Method in class org.knowm.xchart.OHLCSeries
- calculateMinMax() - Method in class org.knowm.xchart.RadarSeries
- calculatePosition(Rectangle2D) - Method in class org.knowm.xchart.internal.chartpart.ChartButton
- Candle - org.knowm.xchart.OHLCSeries.OHLCSeriesRenderStyle
- CategoryChart - Class in org.knowm.xchart
- CategoryChart(int, int) - Constructor for class org.knowm.xchart.CategoryChart
-
Constructor - the default Chart Theme will be used (XChartTheme)
- CategoryChart(int, int, Styler.ChartTheme) - Constructor for class org.knowm.xchart.CategoryChart
-
Constructor
- CategoryChart(int, int, Theme) - Constructor for class org.knowm.xchart.CategoryChart
-
Constructor
- CategoryChart(CategoryChartBuilder) - Constructor for class org.knowm.xchart.CategoryChart
-
Constructor
- CategoryChartBuilder - Class in org.knowm.xchart
- CategoryChartBuilder() - Constructor for class org.knowm.xchart.CategoryChartBuilder
- CategorySeries - Class in org.knowm.xchart
-
A Series containing category data to be plotted on a Chart
- CategorySeries(String, List<?>, List<? extends Number>, List<? extends Number>, Series.DataType) - Constructor for class org.knowm.xchart.CategorySeries
-
Constructor
- CategorySeries.CategorySeriesRenderStyle - Enum in org.knowm.xchart
- CategorySeriesRenderStyle(RenderableSeries.LegendRenderType) - Constructor for enum org.knowm.xchart.CategorySeries.CategorySeriesRenderStyle
- CategoryStyler - Class in org.knowm.xchart.style
- CategoryStyler() - Constructor for class org.knowm.xchart.style.CategoryStyler
-
Constructor
- Centre - org.knowm.xchart.style.AxesChartStyler.TextAlignment
- chart - Variable in class org.knowm.xchart.internal.chartpart.Annotation
- chart - Variable in class org.knowm.xchart.internal.chartpart.Axis
- chart - Variable in class org.knowm.xchart.internal.chartpart.AxisPair
- chart - Variable in class org.knowm.xchart.internal.chartpart.AxisTick
- chart - Variable in class org.knowm.xchart.internal.chartpart.AxisTickLabels
- chart - Variable in class org.knowm.xchart.internal.chartpart.AxisTickMarks
- chart - Variable in class org.knowm.xchart.internal.chartpart.AxisTitle
- chart - Variable in class org.knowm.xchart.internal.chartpart.ChartButton
- chart - Variable in class org.knowm.xchart.internal.chartpart.ChartTitle
- chart - Variable in class org.knowm.xchart.internal.chartpart.Cursor
- chart - Variable in class org.knowm.xchart.internal.chartpart.Legend_
- chart - Variable in class org.knowm.xchart.internal.chartpart.Plot_
- chart - Variable in class org.knowm.xchart.internal.chartpart.PlotContent_
- chart - Variable in class org.knowm.xchart.internal.chartpart.PlotSurface_
- chart - Variable in class org.knowm.xchart.internal.chartpart.ToolTips
- chart - Variable in class org.knowm.xchart.XChartPanel
- Chart<ST extends Styler,S extends Series> - Class in org.knowm.xchart.internal.chartpart
-
An XChart Chart
- Chart(int, int, ST) - Constructor for class org.knowm.xchart.internal.chartpart.Chart
-
Constructor
- chartBackgroundColor - Variable in class org.knowm.xchart.style.Styler
- ChartBuilder<T extends ChartBuilder<?,?>,C extends Chart> - Class in org.knowm.xchart.internal
-
A "Builder" to make creating charts easier
- ChartBuilder() - Constructor for class org.knowm.xchart.internal.ChartBuilder
-
Constructor
- ChartButton - Class in org.knowm.xchart.internal.chartpart
-
A button that can be used on the chart for whatever function.
- ChartButton(XYChart, XChartPanel<XYChart>, String) - Constructor for class org.knowm.xchart.internal.chartpart.ChartButton
-
Constructor
- chartButtonBackgroundColor - Variable in class org.knowm.xchart.style.Styler
- chartButtonBorderColor - Variable in class org.knowm.xchart.style.Styler
- chartButtonFont - Variable in class org.knowm.xchart.style.Styler
- chartButtonFontColor - Variable in class org.knowm.xchart.style.Styler
- chartButtonMargin - Variable in class org.knowm.xchart.style.Styler
- chartButtonPosition - Variable in class org.knowm.xchart.style.Styler
- ChartButtonPosition() - Constructor for enum org.knowm.xchart.style.Styler.ChartButtonPosition
- chartCategorySeriesRenderStyle - Variable in class org.knowm.xchart.CategorySeries
- chartCategorySeriesRenderStyle - Variable in class org.knowm.xchart.style.CategoryStyler
- ChartColor - Enum in org.knowm.xchart.style.colors
-
Pre-defined Colors used for various Chart Elements
- ChartColor(Color) - Constructor for enum org.knowm.xchart.style.colors.ChartColor
-
Constructor
- chartFontColor - Variable in class org.knowm.xchart.style.Styler
- chartPadding - Variable in class org.knowm.xchart.style.Styler
- chartPanels - Variable in class org.knowm.xchart.SwingWrapper
- ChartPart - Interface in org.knowm.xchart.internal.chartpart
-
All components of a chart that need to be painted should implement this interface
- chartPieSeriesRenderStyle - Variable in class org.knowm.xchart.PieSeries
- chartPieSeriesRenderStyle - Variable in class org.knowm.xchart.style.PieStyler
- charts - Variable in class org.knowm.xchart.SwingWrapper
- chartTheme - Variable in class org.knowm.xchart.internal.ChartBuilder
- ChartTheme() - Constructor for enum org.knowm.xchart.style.Styler.ChartTheme
- chartTitle - Variable in class org.knowm.xchart.internal.chartpart.Chart
- ChartTitle<ST extends Styler,S extends Series> - Class in org.knowm.xchart.internal.chartpart
-
Chart Title
- ChartTitle(Chart<ST, S>) - Constructor for class org.knowm.xchart.internal.chartpart.ChartTitle
-
Constructor
- chartTitleBoxBackgroundColor - Variable in class org.knowm.xchart.style.Styler
- chartTitleBoxBorderColor - Variable in class org.knowm.xchart.style.Styler
- chartTitleFont - Variable in class org.knowm.xchart.style.Styler
- chartTitlePadding - Variable in class org.knowm.xchart.style.Styler
- chartZoom - Variable in class org.knowm.xchart.internal.chartpart.PlotContent_
- ChartZoom - Class in org.knowm.xchart.internal.chartpart
- ChartZoom(XYChart, XChartPanel<XYChart>, String) - Constructor for class org.knowm.xchart.internal.chartpart.ChartZoom
-
Constructor
- checkData(String, String, double[]) - Method in class org.knowm.xchart.OHLCChart
- checkDataLengths(String, String, String, double[], double[]) - Method in class org.knowm.xchart.OHLCChart
- Circle - Class in org.knowm.xchart.style.markers
- Circle - org.knowm.xchart.style.RadarStyler.RadarRenderStyle
- Circle() - Constructor for class org.knowm.xchart.style.markers.Circle
- CIRCLE - Static variable in interface org.knowm.xchart.style.markers.SeriesMarkers
- clearData() - Method in class org.knowm.xchart.internal.chartpart.ToolTips
- CLOCKWISE - org.knowm.xchart.style.PieStyler.ClockwiseDirectionType
- clockwiseDirectionType - Variable in class org.knowm.xchart.style.PieStyler
- ClockwiseDirectionType() - Constructor for enum org.knowm.xchart.style.PieStyler.ClockwiseDirectionType
- closeData - Variable in class org.knowm.xchart.OHLCSeries
- closePath(Graphics2D, Path2D.Double, double, Rectangle2D, double) - Method in class org.knowm.xchart.internal.chartpart.PlotContent_
-
Closes a path for area charts if one is available.
- closePathXY(Graphics2D, Path2D.Double, double, double, double, double) - Method in class org.knowm.xchart.internal.chartpart.PlotContent_XY
- color - Variable in class org.knowm.xchart.internal.style.SeriesColorMarkerLineStyle
- color - Variable in enum org.knowm.xchart.style.colors.ChartColor
- ColorBlindFriendlySeriesColors - Class in org.knowm.xchart.style.colors
- ColorBlindFriendlySeriesColors() - Constructor for class org.knowm.xchart.style.colors.ColorBlindFriendlySeriesColors
-
Constructor
- colorCounter - Variable in class org.knowm.xchart.internal.style.SeriesColorMarkerLineStyleCycler
-
an internal counter
- Columns - org.knowm.xchart.CSVImporter.DataOrientation
- component - Variable in class org.knowm.xchart.XChartPanel.Printer
- COUNTER_CLOCKWISE - org.knowm.xchart.style.PieStyler.ClockwiseDirectionType
- Cross - Class in org.knowm.xchart.style.markers
- Cross() - Constructor for class org.knowm.xchart.style.markers.Cross
- CROSS - Static variable in interface org.knowm.xchart.style.markers.SeriesMarkers
- CSVExporter - Class in org.knowm.xchart
-
This class is used to export Chart data to a folder containing one or more CSV files.
- CSVExporter() - Constructor for class org.knowm.xchart.CSVExporter
- CSVImporter - Class in org.knowm.xchart
-
This class is used to create a Chart object from a folder containing one or more CSV files.
- CSVImporter() - Constructor for class org.knowm.xchart.CSVImporter
- CSVImporter.DataOrientation - Enum in org.knowm.xchart
- CSVImporter.SeriesData - Class in org.knowm.xchart
- cursor - Variable in class org.knowm.xchart.internal.chartpart.PlotContent_XY
- Cursor - Class in org.knowm.xchart.internal.chartpart
-
Cursor movement to display matching point data information.
- Cursor(Chart) - Constructor for class org.knowm.xchart.internal.chartpart.Cursor
-
Constructor
- Cursor.DataPoint - Class in org.knowm.xchart.internal.chartpart
- cursorBackgroundColor - Variable in class org.knowm.xchart.style.XYStyler
- cursorColor - Variable in class org.knowm.xchart.style.XYStyler
- cursorFont - Variable in class org.knowm.xchart.style.XYStyler
- cursorFontColor - Variable in class org.knowm.xchart.style.XYStyler
- cursorLineWidth - Variable in class org.knowm.xchart.style.XYStyler
- customCursorXDataFormattingFunction - Variable in class org.knowm.xchart.style.XYStyler
- customCursorYDataFormattingFunction - Variable in class org.knowm.xchart.style.XYStyler
- customFormattingFunction - Variable in class org.knowm.xchart.internal.chartpart.Formatter_Custom
- CYAN - Static variable in class org.knowm.xchart.style.colors.XChartSeriesColors
D
- DARK_GREY - org.knowm.xchart.style.colors.ChartColor
-
DARK_GREY
- DARK_GREY - Static variable in class org.knowm.xchart.style.colors.MatlabSeriesColors
- DASH_DASH - Static variable in interface org.knowm.xchart.style.lines.SeriesLines
- DASH_DOT - Static variable in interface org.knowm.xchart.style.lines.SeriesLines
- DataOrientation() - Constructor for enum org.knowm.xchart.CSVImporter.DataOrientation
- DataPoint(double, double, String, String, String) - Constructor for class org.knowm.xchart.internal.chartpart.Cursor.DataPoint
- dataPointList - Variable in class org.knowm.xchart.internal.chartpart.Cursor
- dataType - Variable in class org.knowm.xchart.internal.chartpart.Axis
-
the dataType
- DataType() - Constructor for enum org.knowm.xchart.internal.series.Series.DataType
- Date - org.knowm.xchart.internal.series.Series.DataType
- datePattern - Variable in class org.knowm.xchart.internal.chartpart.AxisTickCalculator_Date.TimeSpan
- datePattern - Variable in class org.knowm.xchart.style.AxesChartStyler
- DAY_SCALE - Static variable in class org.knowm.xchart.internal.chartpart.AxisTickCalculator_Date
- decimalPattern - Variable in class org.knowm.xchart.style.Styler
- DEFAULT_RANGE_COLORS - Static variable in class org.knowm.xchart.style.HeatMapStyler
-
default range colors, {'#00FFFF'}
- df - Variable in class org.knowm.xchart.internal.chartpart.PlotContent_Dial
- df - Variable in class org.knowm.xchart.internal.chartpart.PlotContent_HeatMap
- df - Variable in class org.knowm.xchart.internal.chartpart.PlotContent_Pie
- df - Static variable in class org.knowm.xchart.internal.chartpart.PlotContent_Radar
- DialChart - Class in org.knowm.xchart
- DialChart(int, int) - Constructor for class org.knowm.xchart.DialChart
-
Constructor - the default Chart Theme will be used (XChartTheme)
- DialChart(int, int, Styler.ChartTheme) - Constructor for class org.knowm.xchart.DialChart
-
Constructor
- DialChart(int, int, Theme) - Constructor for class org.knowm.xchart.DialChart
-
Constructor
- DialChart(DialChartBuilder) - Constructor for class org.knowm.xchart.DialChart
-
Constructor
- DialChartBuilder - Class in org.knowm.xchart
- DialChartBuilder() - Constructor for class org.knowm.xchart.DialChartBuilder
- DialSeries - Class in org.knowm.xchart
-
A Series containing Radar data to be plotted on a Chart
- DialSeries(String, double, String) - Constructor for class org.knowm.xchart.DialSeries
- DialStyler - Class in org.knowm.xchart.style
- DialStyler() - Constructor for class org.knowm.xchart.style.DialStyler
- Diamond - Class in org.knowm.xchart.style.markers
- Diamond() - Constructor for class org.knowm.xchart.style.markers.Diamond
- DIAMOND - Static variable in interface org.knowm.xchart.style.markers.SeriesMarkers
- direction - Variable in class org.knowm.xchart.internal.chartpart.Axis
-
the axis direction
- direction - Variable in class org.knowm.xchart.internal.chartpart.AxisTick
- direction - Variable in class org.knowm.xchart.internal.chartpart.AxisTickLabels
- direction - Variable in class org.knowm.xchart.internal.chartpart.AxisTickMarks
- direction - Variable in class org.knowm.xchart.internal.chartpart.AxisTitle
- Direction() - Constructor for enum org.knowm.xchart.internal.chartpart.Axis.Direction
- disableLabel(Component[]) - Method in class org.knowm.xchart.XChartPanel
- disableTextField(Component[]) - Method in class org.knowm.xchart.XChartPanel
- displayChart() - Method in class org.knowm.xchart.SwingWrapper
-
Display the chart in a Swing JFrame
- displayChartMatrix() - Method in class org.knowm.xchart.SwingWrapper
-
Display the chart in a Swing JFrame
- Donut - org.knowm.xchart.PieSeries.PieSeriesRenderStyle
- donutThickness - Variable in class org.knowm.xchart.style.DialStyler
- donutThickness - Variable in class org.knowm.xchart.style.PieStyler
- doPaint(Graphics2D) - Method in class org.knowm.xchart.internal.chartpart.Legend_
- doPaint(Graphics2D) - Method in class org.knowm.xchart.internal.chartpart.Legend_Bubble
- doPaint(Graphics2D) - Method in class org.knowm.xchart.internal.chartpart.Legend_HeatMap
- doPaint(Graphics2D) - Method in class org.knowm.xchart.internal.chartpart.Legend_Marker
- doPaint(Graphics2D) - Method in class org.knowm.xchart.internal.chartpart.Legend_OHLC
- doPaint(Graphics2D) - Method in class org.knowm.xchart.internal.chartpart.Legend_Pie
- doPaint(Graphics2D) - Method in class org.knowm.xchart.internal.chartpart.PlotContent_
- doPaint(Graphics2D) - Method in class org.knowm.xchart.internal.chartpart.PlotContent_Box
- doPaint(Graphics2D) - Method in class org.knowm.xchart.internal.chartpart.PlotContent_Bubble
- doPaint(Graphics2D) - Method in class org.knowm.xchart.internal.chartpart.PlotContent_Category_Bar
- doPaint(Graphics2D) - Method in class org.knowm.xchart.internal.chartpart.PlotContent_Dial
- doPaint(Graphics2D) - Method in class org.knowm.xchart.internal.chartpart.PlotContent_HeatMap
- doPaint(Graphics2D) - Method in class org.knowm.xchart.internal.chartpart.PlotContent_OHLC
- doPaint(Graphics2D) - Method in class org.knowm.xchart.internal.chartpart.PlotContent_Pie
- doPaint(Graphics2D) - Method in class org.knowm.xchart.internal.chartpart.PlotContent_Radar
- doPaint(Graphics2D) - Method in class org.knowm.xchart.internal.chartpart.PlotContent_XY
- doPop(MouseEvent) - Method in class org.knowm.xchart.XChartPanel.PopUpMenuClickListener
- DOT_DOT - Static variable in interface org.knowm.xchart.style.lines.SeriesLines
- downColor - Variable in class org.knowm.xchart.OHLCSeries
-
Down Color
- drawBoxPlot(Graphics2D, String, BoxPlotData) - Method in class org.knowm.xchart.internal.chartpart.PlotContent_Box
- drawLabels(Graphics2D, Number, double, double, double, double, boolean, boolean, Color) - Method in class org.knowm.xchart.internal.chartpart.PlotContent_Category_Bar
- drawStepBar(Graphics2D, S, ArrayList<Point2D.Double>, ArrayList<Point2D.Double>) - Method in class org.knowm.xchart.internal.chartpart.PlotContent_Category_Bar
- drawStepBarFill(Graphics2D, S, Path2D.Double) - Method in class org.knowm.xchart.internal.chartpart.PlotContent_Category_Bar
- drawStepBarLine(Graphics2D, S, Path2D.Double) - Method in class org.knowm.xchart.internal.chartpart.PlotContent_Category_Bar
E
- EPS - org.knowm.xchart.VectorGraphicsEncoder.VectorGraphicsFormat
- equals(Object) - Method in class org.knowm.xchart.internal.chartpart.ToolTips.ToolTip
- ERROR_BAR_STROKE - Static variable in class org.knowm.xchart.internal.chartpart.PlotContent_
- errorBarsColor - Variable in class org.knowm.xchart.style.AxesChartStyler
- ExportAction() - Constructor for class org.knowm.xchart.XChartPanel.ExportAction
- exportAsMenuItem - Variable in class org.knowm.xchart.XChartPanel.XChartPanelPopupMenu
- exportAsString - Variable in class org.knowm.xchart.XChartPanel
- extraValues - Variable in class org.knowm.xchart.internal.series.AxesChartSeriesCategory
- extraValues - Variable in class org.knowm.xchart.internal.series.AxesChartSeriesNumericalNoErrorBars
- extraValuesAll - Variable in class org.knowm.xchart.internal.series.AxesChartSeriesNumericalNoErrorBars
F
- fillColor - Variable in class org.knowm.xchart.internal.series.Series
- filtered - Variable in class org.knowm.xchart.internal.chartpart.ChartZoom
- filterXByIndex(int, int) - Method in class org.knowm.xchart.internal.chartpart.ChartZoom
- filterXByIndex(int, int) - Method in class org.knowm.xchart.internal.series.AxesChartSeriesNumericalNoErrorBars
- filterXByScreen(int, int) - Method in class org.knowm.xchart.internal.chartpart.ChartZoom
- filterXByValue(double, double) - Method in class org.knowm.xchart.internal.series.AxesChartSeriesNumericalNoErrorBars
- findMinMax(double[]) - Method in class org.knowm.xchart.internal.series.AxesChartSeriesNumericalNoErrorBars
-
Finds the min and max of a dataset
- findMinMax(double[], double[]) - Method in class org.knowm.xchart.OHLCSeries
-
Finds the min and max of a dataset
- findMinMax(Collection<?>, Series.DataType) - Method in class org.knowm.xchart.internal.series.AxesChartSeriesCategory
-
Finds the min and max of a dataset
- findMinMaxWithErrorBars(double[], double[]) - Method in class org.knowm.xchart.internal.series.AxesChartSeriesNumericalNoErrorBars
-
Finds the min and max of a dataset accounting for error bars
- findMinMaxWithErrorBars(Collection<? extends Number>, Collection<? extends Number>) - Method in class org.knowm.xchart.internal.series.AxesChartSeriesCategory
-
Finds the min and max of a dataset accounting for error bars
- fireActionPerformed() - Method in class org.knowm.xchart.internal.chartpart.ChartButton
-
Notify listeners that this button was clicked or interacted with in some way
- FontColorDetector - Class in org.knowm.xchart.style.colors
- FontColorDetector() - Constructor for class org.knowm.xchart.style.colors.FontColorDetector
- format - Variable in class org.knowm.xchart.internal.chartpart.Legend_HeatMap
- format(Object, StringBuffer, FieldPosition) - Method in class org.knowm.xchart.internal.chartpart.Formatter_Custom
- format(Object, StringBuffer, FieldPosition) - Method in class org.knowm.xchart.internal.chartpart.Formatter_LogNumber
- format(Object, StringBuffer, FieldPosition) - Method in class org.knowm.xchart.internal.chartpart.Formatter_Number
- format(Object, StringBuffer, FieldPosition) - Method in class org.knowm.xchart.internal.chartpart.Formatter_String
- Formatter_Custom - Class in org.knowm.xchart.internal.chartpart
- Formatter_Custom(Function<Double, String>) - Constructor for class org.knowm.xchart.internal.chartpart.Formatter_Custom
- Formatter_LogNumber - Class in org.knowm.xchart.internal.chartpart
- Formatter_LogNumber(AxesChartStyler, Axis.Direction) - Constructor for class org.knowm.xchart.internal.chartpart.Formatter_LogNumber
-
Constructor
- Formatter_LogNumber(AxesChartStyler, Axis.Direction, int) - Constructor for class org.knowm.xchart.internal.chartpart.Formatter_LogNumber
-
Constructor
- Formatter_Number - Class in org.knowm.xchart.internal.chartpart
- Formatter_Number(AxesChartStyler, Axis.Direction, double, double) - Constructor for class org.knowm.xchart.internal.chartpart.Formatter_Number
-
Constructor
- Formatter_Number(AxesChartStyler, Axis.Direction, double, double, int) - Constructor for class org.knowm.xchart.internal.chartpart.Formatter_Number
-
Constructor
- Formatter_String - Class in org.knowm.xchart.internal.chartpart
-
Dummy Format class for labels
- Formatter_String() - Constructor for class org.knowm.xchart.internal.chartpart.Formatter_String
-
Constructor
- formatterLogNumber - Variable in class org.knowm.xchart.internal.chartpart.AxisTickCalculator_Logarithmic
- formatterNumber - Variable in class org.knowm.xchart.internal.chartpart.AxisTickCalculator_Number
G
- getAllFiles(String) - Static method in class org.knowm.xchart.CSVImporter
-
This method returns the Files found in the given directory
- getAllFiles(String, String) - Static method in class org.knowm.xchart.CSVImporter
-
This method returns the files found in the given directory matching the given regular expression.
- getAnnotationLineColor() - Method in class org.knowm.xchart.style.Styler
- getAnnotationLineColor() - Method in interface org.knowm.xchart.style.theme.Theme
- getAnnotationLineStroke() - Method in class org.knowm.xchart.style.Styler
- getAnnotationLineStroke() - Method in interface org.knowm.xchart.style.theme.Theme
- getAnnotationTextFont() - Method in class org.knowm.xchart.style.Styler
- getAnnotationTextFont() - Method in interface org.knowm.xchart.style.theme.Theme
- getAnnotationTextFontColor() - Method in class org.knowm.xchart.style.Styler
- getAnnotationTextFontColor() - Method in interface org.knowm.xchart.style.theme.Theme
- getAnnotationTextPanelBackgroundColor() - Method in class org.knowm.xchart.style.Styler
- getAnnotationTextPanelBackgroundColor() - Method in interface org.knowm.xchart.style.theme.Theme
- getAnnotationTextPanelBorderColor() - Method in class org.knowm.xchart.style.Styler
- getAnnotationTextPanelBorderColor() - Method in interface org.knowm.xchart.style.theme.Theme
- getAnnotationTextPanelFont() - Method in class org.knowm.xchart.style.Styler
- getAnnotationTextPanelFont() - Method in interface org.knowm.xchart.style.theme.Theme
- getAnnotationTextPanelFontColor() - Method in class org.knowm.xchart.style.Styler
- getAnnotationTextPanelFontColor() - Method in interface org.knowm.xchart.style.theme.Theme
- getAnnotationTextPanelPadding() - Method in class org.knowm.xchart.style.Styler
- getAnnotationTextPanelPadding() - Method in interface org.knowm.xchart.style.theme.Theme
- getAntiAlias() - Method in class org.knowm.xchart.style.Styler
- getArcAngle() - Method in class org.knowm.xchart.style.DialStyler
- getArrowArcAngle() - Method in class org.knowm.xchart.style.DialStyler
- getArrowArcPercentage() - Method in class org.knowm.xchart.style.DialStyler
- getArrowColor() - Method in class org.knowm.xchart.style.DialStyler
- getArrowLengthPercentage() - Method in class org.knowm.xchart.style.DialStyler
- getAutomaticFontColor(Color, Color, Color) - Static method in class org.knowm.xchart.style.colors.FontColorDetector
- getAvailableSpaceFill() - Method in class org.knowm.xchart.style.CategoryStyler
- getAvailableSpaceFill() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getAvailableSpaceFill() - Method in interface org.knowm.xchart.style.theme.Theme
- getAxisData(String) - Static method in class org.knowm.xchart.CSVImporter
- getAxisFormat() - Method in class org.knowm.xchart.internal.chartpart.AxisTickCalculator_
- getAxisFormat() - Method in interface org.knowm.xchart.internal.chartpart.AxisTickCalculator
- getAxisPair() - Method in class org.knowm.xchart.internal.chartpart.Chart
- getAxisTick() - Method in class org.knowm.xchart.internal.chartpart.Axis
- getAxisTickCalculator() - Method in class org.knowm.xchart.internal.chartpart.Axis
- getAxisTickCalculator(double) - Method in class org.knowm.xchart.internal.chartpart.Axis
- getAxisTickCalculatorForX(double) - Method in class org.knowm.xchart.internal.chartpart.Axis
- getAxisTickCalculatorForY(double) - Method in class org.knowm.xchart.internal.chartpart.Axis
- getAxisTickLabels() - Method in class org.knowm.xchart.internal.chartpart.AxisTick
- getAxisTickLabels() - Method in class org.knowm.xchart.style.DialStyler
- getAxisTickLabelsColor() - Method in class org.knowm.xchart.style.AxesChartStyler
- getAxisTickLabelsColor() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getAxisTickLabelsColor() - Method in class org.knowm.xchart.style.theme.GGPlot2Theme
- getAxisTickLabelsColor() - Method in interface org.knowm.xchart.style.theme.Theme
- getAxisTickLabelsFont() - Method in class org.knowm.xchart.style.AxesChartStyler
- getAxisTickLabelsFont() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getAxisTickLabelsFont() - Method in class org.knowm.xchart.style.theme.GGPlot2Theme
- getAxisTickLabelsFont() - Method in interface org.knowm.xchart.style.theme.Theme
- getAxisTickMarkLength() - Method in class org.knowm.xchart.style.AxesChartStyler
- getAxisTickMarkLength() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getAxisTickMarkLength() - Method in class org.knowm.xchart.style.theme.GGPlot2Theme
- getAxisTickMarkLength() - Method in class org.knowm.xchart.style.theme.MatlabTheme
- getAxisTickMarkLength() - Method in interface org.knowm.xchart.style.theme.Theme
- getAxisTickMarksColor() - Method in class org.knowm.xchart.style.AxesChartStyler
- getAxisTickMarksColor() - Method in class org.knowm.xchart.style.DialStyler
- getAxisTickMarksColor() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getAxisTickMarksColor() - Method in class org.knowm.xchart.style.theme.MatlabTheme
- getAxisTickMarksColor() - Method in interface org.knowm.xchart.style.theme.Theme
- getAxisTickMarksStroke() - Method in class org.knowm.xchart.style.AxesChartStyler
- getAxisTickMarksStroke() - Method in class org.knowm.xchart.style.DialStyler
- getAxisTickMarksStroke() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getAxisTickMarksStroke() - Method in class org.knowm.xchart.style.theme.GGPlot2Theme
- getAxisTickMarksStroke() - Method in class org.knowm.xchart.style.theme.MatlabTheme
- getAxisTickMarksStroke() - Method in interface org.knowm.xchart.style.theme.Theme
- getAxisTickPadding() - Method in class org.knowm.xchart.style.AxesChartStyler
- getAxisTickPadding() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getAxisTickPadding() - Method in class org.knowm.xchart.style.theme.GGPlot2Theme
- getAxisTickPadding() - Method in interface org.knowm.xchart.style.theme.Theme
- getAxisTickValues() - Method in class org.knowm.xchart.style.DialStyler
- getAxisTitle() - Method in class org.knowm.xchart.internal.chartpart.Axis
- getAxisTitleFont() - Method in class org.knowm.xchart.style.AxesChartStyler
- getAxisTitleFont() - Method in class org.knowm.xchart.style.DialStyler
- getAxisTitleFont() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getAxisTitleFont() - Method in class org.knowm.xchart.style.theme.GGPlot2Theme
- getAxisTitleFont() - Method in class org.knowm.xchart.style.theme.MatlabTheme
- getAxisTitleFont() - Method in interface org.knowm.xchart.style.theme.Theme
- getAxisTitlePadding() - Method in class org.knowm.xchart.style.AxesChartStyler
- getAxisTitlePadding() - Method in class org.knowm.xchart.style.DialStyler
- getAxisTitlePadding() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getAxisTitlePadding() - Method in interface org.knowm.xchart.style.theme.Theme
- getBaseFont() - Method in class org.knowm.xchart.style.Styler
- getBaseFont() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getBaseFont() - Method in interface org.knowm.xchart.style.theme.Theme
- getBitmapBytes(T, BitmapEncoder.BitmapFormat) - Static method in class org.knowm.xchart.BitmapEncoder
-
Generates a byte[] for a given chart
- getBounds() - Method in class org.knowm.xchart.internal.chartpart.Annotation
- getBounds() - Method in class org.knowm.xchart.internal.chartpart.Axis
- getBounds() - Method in class org.knowm.xchart.internal.chartpart.AxisPair
- getBounds() - Method in class org.knowm.xchart.internal.chartpart.AxisTick
- getBounds() - Method in class org.knowm.xchart.internal.chartpart.AxisTickLabels
- getBounds() - Method in class org.knowm.xchart.internal.chartpart.AxisTickMarks
- getBounds() - Method in class org.knowm.xchart.internal.chartpart.AxisTitle
- getBounds() - Method in class org.knowm.xchart.internal.chartpart.ChartButton
- getBounds() - Method in interface org.knowm.xchart.internal.chartpart.ChartPart
- getBounds() - Method in class org.knowm.xchart.internal.chartpart.ChartTitle
- getBounds() - Method in class org.knowm.xchart.internal.chartpart.ChartZoom
- getBounds() - Method in class org.knowm.xchart.internal.chartpart.Cursor
- getBounds() - Method in class org.knowm.xchart.internal.chartpart.Legend_
- getBounds() - Method in class org.knowm.xchart.internal.chartpart.Legend_HeatMap
- getBounds() - Method in class org.knowm.xchart.internal.chartpart.Plot_
- getBounds() - Method in class org.knowm.xchart.internal.chartpart.PlotContent_
- getBounds() - Method in class org.knowm.xchart.internal.chartpart.PlotSurface_
- getBounds() - Method in class org.knowm.xchart.internal.chartpart.ToolTips
- getBoundsHint() - Method in class org.knowm.xchart.internal.chartpart.ChartTitle
-
get the height of the chart title including the chart title padding
- getBoundsHintHorizontal() - Method in class org.knowm.xchart.internal.chartpart.Legend_
-
determine the width and height of the chart legend with horizontal layout
- getBoundsHintVertical() - Method in class org.knowm.xchart.internal.chartpart.Legend_
-
determine the width and height of the chart legend
- getBoxplotCalCulationMethod() - Method in class org.knowm.xchart.style.BoxStyler
- getBubbleSeriesRenderStyle() - Method in class org.knowm.xchart.BubbleSeries
- getBufferedImage(T) - Static method in class org.knowm.xchart.BitmapEncoder
- getChart() - Method in class org.knowm.xchart.XChartPanel
- getChart(String, String, String, String[], double[], double[][]) - Static method in class org.knowm.xchart.QuickChart
-
Creates a Chart with multiple Series for the same X-Axis data with default style
- getChart(String, String, String, String, double[], double[]) - Static method in class org.knowm.xchart.QuickChart
-
Creates a Chart with default style
- getChart(String, String, String, String, List<? extends Number>, List<? extends Number>) - Static method in class org.knowm.xchart.QuickChart
-
Creates a Chart with default style
- getChartBackgroundColor() - Method in class org.knowm.xchart.style.Styler
- getChartBackgroundColor() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getChartBackgroundColor() - Method in interface org.knowm.xchart.style.theme.Theme
- getChartBackgroundColor() - Method in class org.knowm.xchart.style.theme.XChartTheme
- getChartButtonBackgroundColor() - Method in class org.knowm.xchart.style.Styler
- getChartButtonBackgroundColor() - Method in interface org.knowm.xchart.style.theme.Theme
- getChartButtonBorderColor() - Method in class org.knowm.xchart.style.Styler
- getChartButtonBorderColor() - Method in interface org.knowm.xchart.style.theme.Theme
- getChartButtonFont() - Method in class org.knowm.xchart.style.Styler
- getChartButtonFont() - Method in interface org.knowm.xchart.style.theme.Theme
- getChartButtonFontColor() - Method in class org.knowm.xchart.style.Styler
- getChartButtonFontColor() - Method in interface org.knowm.xchart.style.theme.Theme
- getChartButtonHoverColor() - Method in interface org.knowm.xchart.style.theme.Theme
- getChartButtonMargin() - Method in class org.knowm.xchart.style.Styler
- getChartButtonMargin() - Method in interface org.knowm.xchart.style.theme.Theme
- getChartButtonPosition() - Method in class org.knowm.xchart.style.Styler
- getChartCategorySeriesRenderStyle() - Method in class org.knowm.xchart.CategorySeries
- getChartFontColor() - Method in class org.knowm.xchart.style.Styler
- getChartFontColor() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getChartFontColor() - Method in interface org.knowm.xchart.style.theme.Theme
- getChartFromCSVDir(String, CSVImporter.DataOrientation, int, int) - Static method in class org.knowm.xchart.CSVImporter
- getChartFromCSVDir(String, CSVImporter.DataOrientation, int, int, Styler.ChartTheme) - Static method in class org.knowm.xchart.CSVImporter
- getChartPadding() - Method in class org.knowm.xchart.style.Styler
- getChartPadding() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getChartPadding() - Method in interface org.knowm.xchart.style.theme.Theme
- getChartPieSeriesRenderStyle() - Method in class org.knowm.xchart.PieSeries
- getChartTitle() - Method in class org.knowm.xchart.internal.chartpart.Chart
-
Chart Parts Getters
- getChartTitleBoxBackgroundColor() - Method in class org.knowm.xchart.style.Styler
- getChartTitleBoxBackgroundColor() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getChartTitleBoxBackgroundColor() - Method in class org.knowm.xchart.style.theme.GGPlot2Theme
- getChartTitleBoxBackgroundColor() - Method in interface org.knowm.xchart.style.theme.Theme
- getChartTitleBoxBackgroundColor() - Method in class org.knowm.xchart.style.theme.XChartTheme
- getChartTitleBoxBorderColor() - Method in class org.knowm.xchart.style.Styler
- getChartTitleBoxBorderColor() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getChartTitleBoxBorderColor() - Method in class org.knowm.xchart.style.theme.GGPlot2Theme
- getChartTitleBoxBorderColor() - Method in interface org.knowm.xchart.style.theme.Theme
- getChartTitleBoxBorderColor() - Method in class org.knowm.xchart.style.theme.XChartTheme
- getChartTitleFont() - Method in class org.knowm.xchart.style.Styler
- getChartTitleFont() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
-
Base font, bold, size 14.
- getChartTitleFont() - Method in class org.knowm.xchart.style.theme.GGPlot2Theme
- getChartTitleFont() - Method in interface org.knowm.xchart.style.theme.Theme
- getChartTitlePadding() - Method in class org.knowm.xchart.style.Styler
- getChartTitlePadding() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getChartTitlePadding() - Method in interface org.knowm.xchart.style.theme.Theme
- getChartValue(double) - Method in class org.knowm.xchart.internal.chartpart.Axis
-
Converts a screen coordinate to chart coordinate value.
- getChartXFromCoordinate(int) - Method in class org.knowm.xchart.internal.chartpart.Chart
- getChartYFromCoordinate(int) - Method in class org.knowm.xchart.internal.chartpart.Chart
- getChartYFromCoordinate(int, int) - Method in class org.knowm.xchart.internal.chartpart.Chart
- getClockwiseDirectionType() - Method in class org.knowm.xchart.style.PieStyler
- getCloseData() - Method in class org.knowm.xchart.OHLCSeries
- getColor() - Method in class org.knowm.xchart.internal.style.SeriesColorMarkerLineStyle
- getColor() - Method in enum org.knowm.xchart.style.colors.ChartColor
- getColor(HeatMapSeries, double) - Method in class org.knowm.xchart.internal.chartpart.PlotContent_HeatMap
- getColorTranslucent() - Method in enum org.knowm.xchart.style.colors.ChartColor
- getCursorBackgroundColor() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getCursorBackgroundColor() - Method in interface org.knowm.xchart.style.theme.Theme
- getCursorBackgroundColor() - Method in class org.knowm.xchart.style.XYStyler
- getCursorColor() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getCursorColor() - Method in interface org.knowm.xchart.style.theme.Theme
- getCursorColor() - Method in class org.knowm.xchart.style.XYStyler
- getCursorFont() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getCursorFont() - Method in interface org.knowm.xchart.style.theme.Theme
- getCursorFont() - Method in class org.knowm.xchart.style.XYStyler
- getCursorFontColor() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getCursorFontColor() - Method in interface org.knowm.xchart.style.theme.Theme
- getCursorFontColor() - Method in class org.knowm.xchart.style.XYStyler
- getCursorLineWidth() - Method in class org.knowm.xchart.style.XYStyler
- getCursorSize() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getCursorSize() - Method in interface org.knowm.xchart.style.theme.Theme
- getCustomCursorXDataFormattingFunction() - Method in class org.knowm.xchart.style.XYStyler
- getCustomCursorYDataFormattingFunction() - Method in class org.knowm.xchart.style.XYStyler
- getDataType() - Method in class org.knowm.xchart.internal.chartpart.Axis
- getDataType(List<?>) - Method in class org.knowm.xchart.CategoryChart
- getDataType(List<?>) - Static method in class org.knowm.xchart.HeatMapSeries
- getDataType(List<?>) - Method in class org.knowm.xchart.OHLCChart
- getDataType(List<?>) - Method in class org.knowm.xchart.XYChart
- getDatePattern() - Method in class org.knowm.xchart.internal.chartpart.AxisTickCalculator_Date.TimeSpan
- 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
- getDescription() - Method in class org.knowm.xchart.XChartPanel.SuffixSaveFilter
- getDirection() - Method in class org.knowm.xchart.internal.chartpart.Axis
- getDocument(CommandSequence, PageSize) - Method in class org.knowm.xchart.VectorGraphicsEncoder.PDFBoxProcessor
- getDonutSliceShape(Rectangle2D, double, double, double) - Static method in class org.knowm.xchart.internal.chartpart.PlotContent_Pie
- getDonutThickness() - Method in class org.knowm.xchart.style.DialStyler
- getDonutThickness() - Method in class org.knowm.xchart.style.PieStyler
- getDonutThickness() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getDonutThickness() - Method in class org.knowm.xchart.style.theme.GGPlot2Theme
- getDonutThickness() - Method in interface org.knowm.xchart.style.theme.Theme
- getDoubleArrayFromDateList(List<?>) - Static method in class org.knowm.xchart.internal.Utils
- getDoubleArrayFromFloatArray(float[]) - Static method in class org.knowm.xchart.internal.Utils
- getDoubleArrayFromIntArray(int[]) - Static method in class org.knowm.xchart.internal.Utils
- getDoubleArrayFromNumberList(List<?>) - Static method in class org.knowm.xchart.internal.Utils
- getDownColor() - Method in class org.knowm.xchart.OHLCSeries
- getErrorBarsColor() - Method in class org.knowm.xchart.style.AxesChartStyler
- getErrorBarsColor() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getErrorBarsColor() - Method in class org.knowm.xchart.style.theme.GGPlot2Theme
- getErrorBarsColor() - Method in interface org.knowm.xchart.style.theme.Theme
- getExtraValues() - Method in class org.knowm.xchart.internal.series.AxesChartSeriesCategory
- getExtraValues() - Method in class org.knowm.xchart.internal.series.AxesChartSeriesNumericalNoErrorBars
- getFillColor() - Method in class org.knowm.xchart.internal.series.Series
- getFirstPosition(double) - Method in class org.knowm.xchart.internal.chartpart.AxisTickCalculator_
-
Gets the first position
- getFormatPattern(double) - Method in class org.knowm.xchart.internal.chartpart.Formatter_Number
- getGeneratedDataAsArray(int) - Static method in class org.knowm.xchart.internal.Utils
- getGeneratedDataAsList(int) - Static method in class org.knowm.xchart.internal.Utils
- getGradientColor(Color[], double) - Method in class org.knowm.xchart.internal.chartpart.PlotContent_HeatMap
- 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
- getHeight() - Method in class org.knowm.xchart.internal.chartpart.Chart
- getHighData() - Method in class org.knowm.xchart.OHLCSeries
- getLabel() - Method in class org.knowm.xchart.DialSeries
- getLabel() - Method in class org.knowm.xchart.internal.series.Series
- getLabel(String, String) - Method in class org.knowm.xchart.internal.chartpart.ToolTips
- getLabelsDistance() - Method in class org.knowm.xchart.style.PieStyler
- getLabelsDistance() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getLabelsDistance() - Method in interface org.knowm.xchart.style.theme.Theme
- getLabelsFont() - Method in class org.knowm.xchart.style.CategoryStyler
- getLabelsFont() - Method in class org.knowm.xchart.style.DialStyler
- getLabelsFont() - Method in class org.knowm.xchart.style.PieStyler
- getLabelsFontColor() - Method in class org.knowm.xchart.style.CategoryStyler
- getLabelsFontColor() - Method in class org.knowm.xchart.style.PieStyler
- getLabelsFontColor(Color) - Method in class org.knowm.xchart.style.CategoryStyler
- getLabelsFontColor(Color) - Method in class org.knowm.xchart.style.PieStyler
- getLabelsFontColorAutomaticDark() - Method in class org.knowm.xchart.style.CategoryStyler
- getLabelsFontColorAutomaticDark() - Method in class org.knowm.xchart.style.PieStyler
- getLabelsFontColorAutomaticDark() - Method in interface org.knowm.xchart.style.theme.Theme
- getLabelsFontColorAutomaticLight() - Method in class org.knowm.xchart.style.CategoryStyler
- getLabelsFontColorAutomaticLight() - Method in class org.knowm.xchart.style.PieStyler
- getLabelsFontColorAutomaticLight() - Method in interface org.knowm.xchart.style.theme.Theme
- getLabelsPosition() - Method in class org.knowm.xchart.style.CategoryStyler
- getLabelsRotation() - Method in class org.knowm.xchart.style.CategoryStyler
- getLabelType() - Method in class org.knowm.xchart.style.PieStyler
- getLabelType() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getLabelType() - Method in class org.knowm.xchart.style.theme.GGPlot2Theme
- getLabelType() - Method in class org.knowm.xchart.style.theme.MatlabTheme
- getLabelType() - Method in interface org.knowm.xchart.style.theme.Theme
- getLeftMainYAxis() - Method in class org.knowm.xchart.internal.chartpart.AxisPair
- getLeftYAxisBounds() - Method in class org.knowm.xchart.internal.chartpart.AxisPair
- getLegend() - Method in class org.knowm.xchart.internal.chartpart.Chart
- 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
- getLegendEntryHeight(Map<String, Rectangle2D>, int) - Method in class org.knowm.xchart.internal.chartpart.Legend_
- getLegendEntryWidth(Map<String, Rectangle2D>, int) - Method in class org.knowm.xchart.internal.chartpart.Legend_
- getLegendFont() - Method in class org.knowm.xchart.style.Styler
- getLegendFont() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getLegendFont() - Method in class org.knowm.xchart.style.theme.GGPlot2Theme
- getLegendFont() - Method in interface org.knowm.xchart.style.theme.Theme
- getLegendLayout() - Method in class org.knowm.xchart.style.Styler
-
Set the legend layout
- getLegendPadding() - Method in class org.knowm.xchart.style.Styler
- getLegendPadding() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getLegendPadding() - Method in interface org.knowm.xchart.style.theme.Theme
- getLegendPosition() - Method in class org.knowm.xchart.style.Styler
- getLegendPosition() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getLegendPosition() - Method in interface org.knowm.xchart.style.theme.Theme
- getLegendRenderType() - Method in class org.knowm.xchart.BoxSeries
- getLegendRenderType() - Method in enum org.knowm.xchart.BubbleSeries.BubbleSeriesRenderStyle
- getLegendRenderType() - Method in class org.knowm.xchart.BubbleSeries
- getLegendRenderType() - Method in enum org.knowm.xchart.CategorySeries.CategorySeriesRenderStyle
- getLegendRenderType() - Method in class org.knowm.xchart.CategorySeries
- getLegendRenderType() - Method in class org.knowm.xchart.DialSeries
- getLegendRenderType() - Method in class org.knowm.xchart.HeatMapSeries
- getLegendRenderType() - Method in interface org.knowm.xchart.internal.chartpart.RenderableSeries
- getLegendRenderType() - Method in class org.knowm.xchart.internal.series.Series
- getLegendRenderType() - Method in class org.knowm.xchart.OHLCSeries
- getLegendRenderType() - Method in enum org.knowm.xchart.OHLCSeries.OHLCSeriesRenderStyle
- getLegendRenderType() - Method in class org.knowm.xchart.PieSeries
- getLegendRenderType() - Method in class org.knowm.xchart.RadarSeries
- getLegendRenderType() - Method in class org.knowm.xchart.XYSeries
- getLegendRenderType() - Method in enum org.knowm.xchart.XYSeries.XYSeriesRenderStyle
- getLegendSeriesLineLength() - Method in class org.knowm.xchart.style.Styler
- getLegendSeriesLineLength() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getLegendSeriesLineLength() - Method in interface org.knowm.xchart.style.theme.Theme
- getLineColor() - Method in class org.knowm.xchart.internal.series.AxesChartSeries
- getLineColor() - Method in class org.knowm.xchart.RadarSeries
- getLineStyle() - Method in class org.knowm.xchart.internal.series.AxesChartSeries
- getLineStyle() - Method in class org.knowm.xchart.RadarSeries
- getLineWidth() - Method in class org.knowm.xchart.internal.series.AxesChartSeries
- getLineWidth() - Method in class org.knowm.xchart.RadarSeries
- getLocale() - Method in class org.knowm.xchart.style.AxesChartStyler
- getLongArrayFromFloatArray(float[]) - Static method in class org.knowm.xchart.internal.Utils
- getLongArrayFromIntArray(int[]) - Static method in class org.knowm.xchart.internal.Utils
- getLongArrayFromNumberList(List<?>) - Static method in class org.knowm.xchart.internal.Utils
- getLowData() - Method in class org.knowm.xchart.OHLCSeries
- getLowerColor() - Method in class org.knowm.xchart.style.DialStyler
- getLowerFrom() - Method in class org.knowm.xchart.style.DialStyler
- getLowerTo() - Method in class org.knowm.xchart.style.DialStyler
- getMagnitude() - Method in class org.knowm.xchart.internal.chartpart.AxisTickCalculator_Date.TimeSpan
- getMarker() - Method in class org.knowm.xchart.internal.series.MarkerSeries
- getMarker() - Method in class org.knowm.xchart.internal.style.SeriesColorMarkerLineStyle
- getMarker() - Method in class org.knowm.xchart.RadarSeries
- getMarkerColor() - Method in class org.knowm.xchart.internal.series.MarkerSeries
- getMarkerColor() - Method in class org.knowm.xchart.RadarSeries
- getMarkerSize() - Method in class org.knowm.xchart.style.RadarStyler
- getMarkerSize() - Method in class org.knowm.xchart.style.Styler
- getMarkerSize() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getMarkerSize() - Method in interface org.knowm.xchart.style.theme.Theme
- getMax() - Method in class org.knowm.xchart.HeatMapSeries
- getMax() - Method in class org.knowm.xchart.Histogram
- getMax() - Method in class org.knowm.xchart.internal.chartpart.Axis
- getMax() - Method in class org.knowm.xchart.style.HeatMapStyler
- getMax(List<?>, double) - Static method in class org.knowm.xchart.HeatMapSeries
- 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.internal.chartpart.Axis
- getMin() - Method in class org.knowm.xchart.style.HeatMapStyler
- getMin(List<?>, double) - Static method in class org.knowm.xchart.HeatMapSeries
- getName() - Method in class org.knowm.xchart.internal.series.Series
- getNextSeriesColorMarkerLineStyle() - Method in class org.knowm.xchart.internal.style.SeriesColorMarkerLineStyleCycler
-
Get the next ColorMarkerLineStyle
- getNormalDecimalPatternPositive(int, int) - Method in class org.knowm.xchart.internal.chartpart.Formatter_Number
- getNumberListFromDoubleArray(double[]) - Static method in class org.knowm.xchart.internal.Utils
- getNumberListFromIntArray(int[]) - Static method in class org.knowm.xchart.internal.Utils
- getNumBins() - Method in class org.knowm.xchart.Histogram
- getOhlcSeriesRenderStyle() - Method in class org.knowm.xchart.OHLCSeries
- getOpenData() - Method in class org.knowm.xchart.OHLCSeries
- getOriginalData() - Method in class org.knowm.xchart.Histogram
- getPieBounds() - Method in class org.knowm.xchart.internal.chartpart.PlotContent_Dial
- getPiecewiseColor(Color[], double) - Method in class org.knowm.xchart.internal.chartpart.PlotContent_HeatMap
- getPieFont() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
-
Base font, size 15.
- getPieFont() - Method in interface org.knowm.xchart.style.theme.Theme
- getPlot() - Method in class org.knowm.xchart.internal.chartpart.Chart
- getPlotBackgroundColor() - Method in class org.knowm.xchart.style.Styler
- getPlotBackgroundColor() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getPlotBackgroundColor() - Method in class org.knowm.xchart.style.theme.GGPlot2Theme
- getPlotBackgroundColor() - Method in interface org.knowm.xchart.style.theme.Theme
- getPlotBorderColor() - Method in class org.knowm.xchart.style.Styler
- getPlotBorderColor() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getPlotBorderColor() - Method in class org.knowm.xchart.style.theme.GGPlot2Theme
- getPlotBorderColor() - Method in class org.knowm.xchart.style.theme.MatlabTheme
- getPlotBorderColor() - Method in interface org.knowm.xchart.style.theme.Theme
- getPlotContentSize() - Method in class org.knowm.xchart.style.Styler
- getPlotContentSize() - Method in interface org.knowm.xchart.style.theme.Theme
- getPlotGridLinesColor() - Method in class org.knowm.xchart.style.AxesChartStyler
- getPlotGridLinesColor() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getPlotGridLinesColor() - Method in class org.knowm.xchart.style.theme.GGPlot2Theme
- getPlotGridLinesColor() - Method in class org.knowm.xchart.style.theme.MatlabTheme
- getPlotGridLinesColor() - Method in interface org.knowm.xchart.style.theme.Theme
- getPlotGridLinesStroke() - Method in class org.knowm.xchart.style.AxesChartStyler
- getPlotGridLinesStroke() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getPlotGridLinesStroke() - Method in class org.knowm.xchart.style.theme.GGPlot2Theme
- getPlotGridLinesStroke() - Method in class org.knowm.xchart.style.theme.MatlabTheme
- getPlotGridLinesStroke() - Method in interface org.knowm.xchart.style.theme.Theme
- getPlotMargin() - Method in class org.knowm.xchart.style.AxesChartStyler
- getPlotMargin() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getPlotMargin() - Method in class org.knowm.xchart.style.theme.GGPlot2Theme
- getPlotMargin() - Method in class org.knowm.xchart.style.theme.MatlabTheme
- getPlotMargin() - Method in interface org.knowm.xchart.style.theme.Theme
- getPreferredSize() - Method in class org.knowm.xchart.XChartPanel
- getQuartile(List<Double>, double, BoxStyler.BoxplotCalCulationMethod) - Static method in class org.knowm.xchart.internal.chartpart.BoxPlotDataCalculator
- 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
- getRightMainYAxis() - Method in class org.knowm.xchart.internal.chartpart.AxisPair
- getRightYAxisBounds() - Method in class org.knowm.xchart.internal.chartpart.AxisPair
- getScreenValue(double) - Method in class org.knowm.xchart.internal.chartpart.Axis
-
Converts a chart coordinate value to screen coordinate.
- getScreenValueForMax() - Method in class org.knowm.xchart.internal.chartpart.Axis
- getScreenValueForMin() - Method in class org.knowm.xchart.internal.chartpart.Axis
- getScreenXFromChart(double) - Method in class org.knowm.xchart.internal.chartpart.Chart
- getScreenYFromChart(double) - Method in class org.knowm.xchart.internal.chartpart.Chart
- getScreenYFromChart(double, int) - Method in class org.knowm.xchart.internal.chartpart.Chart
- getSelectedTooltip(int, int) - Method in class org.knowm.xchart.internal.chartpart.ToolTips
- 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
- getSeriesDataFromCSVColumns(File) - Static method in class org.knowm.xchart.CSVImporter
- getSeriesDataFromCSVFile(String, CSVImporter.DataOrientation) - Static method in class org.knowm.xchart.CSVImporter
- getSeriesDataFromCSVRows(File) - Static method in class org.knowm.xchart.CSVImporter
-
Get the series's data from a file
- getSeriesLegendRenderGraphicHeight(S) - Method in class org.knowm.xchart.internal.chartpart.Legend_
- getSeriesLegendRenderGraphicHeight(S) - Method in class org.knowm.xchart.internal.chartpart.Legend_Bubble
- getSeriesLegendRenderGraphicHeight(S) - Method in class org.knowm.xchart.internal.chartpart.Legend_HeatMap
- getSeriesLegendRenderGraphicHeight(S) - Method in class org.knowm.xchart.internal.chartpart.Legend_Marker
- getSeriesLegendRenderGraphicHeight(S) - Method in class org.knowm.xchart.internal.chartpart.Legend_OHLC
- getSeriesLegendRenderGraphicHeight(S) - Method in class org.knowm.xchart.internal.chartpart.Legend_Pie
- 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
- getSeriesMap() - Method in class org.knowm.xchart.internal.chartpart.Chart
- getSeriesMarkers() - Method in class org.knowm.xchart.style.markers.BaseSeriesMarkers
- getSeriesMarkers() - Method in class org.knowm.xchart.style.markers.GGPlot2SeriesMarkers
- getSeriesMarkers() - Method in class org.knowm.xchart.style.markers.MatlabSeriesMarkers
- getSeriesMarkers() - Method in interface org.knowm.xchart.style.markers.SeriesMarkers
- getSeriesMarkers() - Method in class org.knowm.xchart.style.markers.XChartSeriesMarkers
- getSeriesMarkers() - Method in class org.knowm.xchart.style.Styler
- getSeriesMarkers() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getSeriesMarkers() - Method in class org.knowm.xchart.style.theme.GGPlot2Theme
- getSeriesMarkers() - Method in class org.knowm.xchart.style.theme.MatlabTheme
- getSeriesMarkers() - Method in class org.knowm.xchart.style.theme.XChartTheme
- getSeriesName() - Method in class org.knowm.xchart.CSVImporter.SeriesData
- getSeriesTextBounds(S) - Method in class org.knowm.xchart.internal.chartpart.Legend_
-
Normally each legend entry just has one line of text, but it can be made multi-line by adding "\\n".
- 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
- getStroke() - Method in class org.knowm.xchart.internal.style.SeriesColorMarkerLineStyle
- getStyler() - Method in class org.knowm.xchart.internal.chartpart.Chart
-
Gets the Chart's styler, which can be used to customize the Chart's appearance
- 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.
- getTextBounds(List<String>) - Method in class org.knowm.xchart.AnnotationTextPanel
- getTheme() - Method in class org.knowm.xchart.style.Styler
- getTickLabels() - Method in class org.knowm.xchart.internal.chartpart.AxisTickCalculator_
- getTickLabels() - Method in interface org.knowm.xchart.internal.chartpart.AxisTickCalculator
- getTickLocations() - Method in class org.knowm.xchart.internal.chartpart.AxisTickCalculator_
- getTickLocations() - Method in interface org.knowm.xchart.internal.chartpart.AxisTickCalculator
- 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
- getTitle() - Method in class org.knowm.xchart.internal.chartpart.Chart
- getToolTipBackgroundColor() - Method in class org.knowm.xchart.style.Styler
- getToolTipBackgroundColor() - Method in class org.knowm.xchart.style.theme.GGPlot2Theme
- getToolTipBackgroundColor() - Method in class org.knowm.xchart.style.theme.MatlabTheme
- getToolTipBackgroundColor() - Method in interface org.knowm.xchart.style.theme.Theme
- getToolTipBorderColor() - Method in class org.knowm.xchart.style.Styler
- getToolTipBorderColor() - Method in class org.knowm.xchart.style.theme.GGPlot2Theme
- getToolTipBorderColor() - Method in class org.knowm.xchart.style.theme.MatlabTheme
- getToolTipBorderColor() - Method in interface org.knowm.xchart.style.theme.Theme
- getToolTipFont() - Method in class org.knowm.xchart.style.Styler
- getToolTipFont() - Method in interface org.knowm.xchart.style.theme.Theme
- getToolTipHighlightColor() - Method in class org.knowm.xchart.style.Styler
- getToolTipHighlightColor() - Method in class org.knowm.xchart.style.theme.GGPlot2Theme
- getToolTipHighlightColor() - Method in class org.knowm.xchart.style.theme.MatlabTheme
- getToolTipHighlightColor() - Method in interface org.knowm.xchart.style.theme.Theme
- getTooltipOverrides() - Method in class org.knowm.xchart.RadarSeries
- getToolTipType() - Method in class org.knowm.xchart.style.Styler
- getToolTipType() - Method in interface org.knowm.xchart.style.theme.Theme
- getUnitAmount() - Method in class org.knowm.xchart.internal.chartpart.AxisTickCalculator_Date.TimeSpan
- getUpColor() - Method in class org.knowm.xchart.OHLCSeries
- getUpperColor() - Method in class org.knowm.xchart.style.DialStyler
- getUpperFrom() - Method in class org.knowm.xchart.style.DialStyler
- getUpperTo() - Method in class org.knowm.xchart.style.DialStyler
- getValue() - Method in class org.knowm.xchart.DialSeries
- getValue() - Method in class org.knowm.xchart.PieSeries
- getValueFont() - Method in class org.knowm.xchart.style.HeatMapStyler
- getValueFontColor() - Method in class org.knowm.xchart.style.HeatMapStyler
- getValues() - Method in class org.knowm.xchart.RadarSeries
- getVolumeData() - Method in class org.knowm.xchart.OHLCSeries
- getWidth() - Method in class org.knowm.xchart.internal.chartpart.Chart
-
Getters and Setters
- getXAxis() - Method in class org.knowm.xchart.internal.chartpart.AxisPair
- getXAxis() - Method in class org.knowm.xchart.internal.chartpart.Chart
- getxAxisData() - Method in class org.knowm.xchart.CSVImporter.SeriesData
- getxAxisData() - Method in class org.knowm.xchart.Histogram
- getxAxisDataType() - Method in class org.knowm.xchart.internal.series.AxesChartSeries
- getXAxisDecimalPattern() - Method in class org.knowm.xchart.style.AxesChartStyler
- getXAxisFormat() - Method in class org.knowm.xchart.internal.chartpart.Chart
- getXAxisHeightHint(double) - Method in class org.knowm.xchart.internal.chartpart.Axis
-
The vertical Y-Axis is drawn first, but to know the lower bounds of it, we need to know how high the X-Axis paint zone is going to be.
- 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
- getXAxisScreenValue(double) - Method in class org.knowm.xchart.internal.chartpart.Annotation
- getXAxisScreenValueForMax() - Method in class org.knowm.xchart.internal.chartpart.Annotation
- getXAxisScreenValueForMin() - Method in class org.knowm.xchart.internal.chartpart.Annotation
- getXAxisTickLabelsColor() - Method in class org.knowm.xchart.style.AxesChartStyler
- getxAxisTickLabelsFormattingFunction() - Method in class org.knowm.xchart.style.AxesChartStyler
- getXAxisTickMarksColor() - Method in class org.knowm.xchart.style.AxesChartStyler
- getXAxisTickMarkSpacingHint() - Method in class org.knowm.xchart.style.AxesChartStyler
- getXAxisTickMarkSpacingHint() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getXAxisTickMarkSpacingHint() - Method in interface org.knowm.xchart.style.theme.Theme
- getXAxisTitle() - Method in class org.knowm.xchart.internal.chartpart.Chart
- 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.internal.series.AxesChartSeriesCategory
- getXData() - Method in class org.knowm.xchart.internal.series.AxesChartSeriesNumericalNoErrorBars
- getXData() - Method in class org.knowm.xchart.OHLCSeries
- getXMax() - Method in class org.knowm.xchart.internal.series.AxesChartSeries
- getXMin() - Method in class org.knowm.xchart.internal.series.AxesChartSeries
- getXYSeriesRenderStyle() - Method in class org.knowm.xchart.XYSeries
- getYAxis() - Method in class org.knowm.xchart.internal.chartpart.AxisPair
- getYAxis() - Method in class org.knowm.xchart.internal.chartpart.Chart
- getYAxis(int) - Method in class org.knowm.xchart.internal.chartpart.AxisPair
- getYAxis(int) - Method in class org.knowm.xchart.internal.chartpart.Chart
- getyAxisData() - Method in class org.knowm.xchart.CSVImporter.SeriesData
- getyAxisData() - Method in class org.knowm.xchart.Histogram
- getyAxisDataType() - Method in class org.knowm.xchart.internal.series.AxesChartSeries
- getYAxisDecimalPattern() - Method in class org.knowm.xchart.internal.series.Series
- getYAxisDecimalPattern() - Method in class org.knowm.xchart.style.AxesChartStyler
- getYAxisFormat() - Method in class org.knowm.xchart.internal.chartpart.Chart
- getYAxisFormat(String) - Method in class org.knowm.xchart.internal.chartpart.Chart
- getYAxisGroup() - Method in class org.knowm.xchart.internal.series.Series
- getYAxisGroupDecimalPatternMap() - Method in class org.knowm.xchart.style.AxesChartStyler
- getYAxisGroupPosistion(int) - Method in class org.knowm.xchart.style.Styler
- getYAxisGroupTickLabelsColorMap(int) - Method in class org.knowm.xchart.style.AxesChartStyler
- getYAxisGroupTickMarksColorMap(int) - Method in class org.knowm.xchart.style.AxesChartStyler
- getYAxisGroupTitle(int) - Method in class org.knowm.xchart.internal.chartpart.Chart
- getYAxisGroupTitleColor(int) - Method in class org.knowm.xchart.style.Styler
- getYAxisLabelAlignment() - Method in class org.knowm.xchart.style.AxesChartStyler
- getYAxisLeftWidth() - Method in class org.knowm.xchart.internal.chartpart.Chart
- 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
- getYAxisScreenValue(double) - Method in class org.knowm.xchart.internal.chartpart.Annotation
- getYAxisScreenValueForMax() - Method in class org.knowm.xchart.internal.chartpart.Annotation
- getYAxisScreenValueForMin() - Method in class org.knowm.xchart.internal.chartpart.Annotation
- getYAxisTickLabelsColor() - Method in class org.knowm.xchart.style.AxesChartStyler
- getyAxisTickLabelsFormattingFunction() - Method in class org.knowm.xchart.style.AxesChartStyler
- getYAxisTickMarksColor() - Method in class org.knowm.xchart.style.AxesChartStyler
- getYAxisTickMarkSpacingHint() - Method in class org.knowm.xchart.style.AxesChartStyler
- getYAxisTickMarkSpacingHint() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- getYAxisTickMarkSpacingHint() - Method in interface org.knowm.xchart.style.theme.Theme
- getYAxisTitle() - Method in class org.knowm.xchart.internal.chartpart.Chart
- getYAxisTitleColor() - Method in class org.knowm.xchart.style.Styler
- getYAxisWidthHint(double) - Method in class org.knowm.xchart.internal.chartpart.Axis
- getYData() - Method in class org.knowm.xchart.HeatMapSeries
- getYData() - Method in class org.knowm.xchart.internal.series.AxesChartSeriesCategory
- getYData() - Method in class org.knowm.xchart.internal.series.AxesChartSeriesNumericalNoErrorBars
- getYData() - Method in class org.knowm.xchart.OHLCSeries
- getYIndex() - Method in class org.knowm.xchart.internal.chartpart.Axis
- getYMax() - Method in class org.knowm.xchart.internal.series.AxesChartSeries
- getYMin() - Method in class org.knowm.xchart.internal.series.AxesChartSeries
- getZoomSelectionColor() - Method in class org.knowm.xchart.style.XYStyler
- GGPlot2 - org.knowm.xchart.style.Styler.ChartTheme
- GGPlot2SeriesColors - Class in org.knowm.xchart.style.colors
- GGPlot2SeriesColors() - Constructor for class org.knowm.xchart.style.colors.GGPlot2SeriesColors
-
Constructor
- GGPlot2SeriesLines - Class in org.knowm.xchart.style.lines
- GGPlot2SeriesLines() - Constructor for class org.knowm.xchart.style.lines.GGPlot2SeriesLines
-
Constructor
- GGPlot2SeriesMarkers - Class in org.knowm.xchart.style.markers
- GGPlot2SeriesMarkers() - Constructor for class org.knowm.xchart.style.markers.GGPlot2SeriesMarkers
-
Constructor
- GGPlot2Theme - Class in org.knowm.xchart.style.theme
- GGPlot2Theme() - Constructor for class org.knowm.xchart.style.theme.GGPlot2Theme
- GIF - org.knowm.xchart.BitmapEncoder.BitmapFormat
- GIF_FILE_EXTENSION - Static variable in class org.knowm.xchart.GifEncoder
- 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
- gradientColorColumnHeight - Variable in class org.knowm.xchart.style.HeatMapStyler
- gradientColorColumnWeight - Variable in class org.knowm.xchart.style.HeatMapStyler
- GREEN - org.knowm.xchart.style.colors.ChartColor
-
GREEN
- GREEN - Static variable in class org.knowm.xchart.style.colors.GGPlot2SeriesColors
- GREEN - Static variable in class org.knowm.xchart.style.colors.MatlabSeriesColors
- GREEN - Static variable in class org.knowm.xchart.style.colors.PrinterFriendlySeriesColors
- GREEN - Static variable in class org.knowm.xchart.style.colors.XChartSeriesColors
- GREEN_FACTOR - Static variable in class org.knowm.xchart.style.colors.FontColorDetector
- GREY - org.knowm.xchart.style.colors.ChartColor
-
GREY
H
- hashCode() - Method in class org.knowm.xchart.internal.chartpart.ToolTips.ToolTip
- heatData - Variable in class org.knowm.xchart.HeatMapSeries
- HeatMapChart - Class in org.knowm.xchart
- HeatMapChart(int, int) - Constructor for class org.knowm.xchart.HeatMapChart
-
Constructor - the default Chart Theme will be used (XChartTheme)
- HeatMapChart(int, int, Styler.ChartTheme) - Constructor for class org.knowm.xchart.HeatMapChart
-
Constructor
- HeatMapChart(int, int, Theme) - Constructor for class org.knowm.xchart.HeatMapChart
-
Constructor
- HeatMapChart(HeatMapChartBuilder) - Constructor for class org.knowm.xchart.HeatMapChart
-
Constructor
- HeatMapChartBuilder - Class in org.knowm.xchart
- HeatMapChartBuilder() - Constructor for class org.knowm.xchart.HeatMapChartBuilder
- heatMapDecimalValueFormatter - Variable in class org.knowm.xchart.style.HeatMapStyler
- heatMapSeries - Variable in class org.knowm.xchart.HeatMapChart
- 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 - Variable in class org.knowm.xchart.internal.chartpart.PlotContent_HeatMap
- HeatMapStyler - Class in org.knowm.xchart.style
- HeatMapStyler() - Constructor for class org.knowm.xchart.style.HeatMapStyler
- heatMapValueDecimalPattern - Variable in class org.knowm.xchart.style.HeatMapStyler
- height - Variable in class org.knowm.xchart.internal.ChartBuilder
- height - Variable in class org.knowm.xchart.internal.chartpart.Chart
- height(int) - Method in class org.knowm.xchart.internal.ChartBuilder
- HEIGHT - Static variable in class org.knowm.xchart.QuickChart
- height_r - Variable in class org.knowm.xchart.internal.chartpart.PlotContent_Dial
- highData - Variable in class org.knowm.xchart.OHLCSeries
- HiLo - org.knowm.xchart.OHLCSeries.OHLCSeriesRenderStyle
- Histogram - Class in org.knowm.xchart
-
This class can be used to create histogram
- Histogram(Collection<? extends Number>, int) - Constructor for class org.knowm.xchart.Histogram
-
Constructor
- Histogram(Collection<? extends Number>, int, double, double) - Constructor for class org.knowm.xchart.Histogram
-
Constructor
- Horizontal - org.knowm.xchart.style.Styler.LegendLayout
- HOUR_SCALE - Static variable in class org.knowm.xchart.internal.chartpart.AxisTickCalculator_Date
I
- image - Variable in class org.knowm.xchart.AnnotationImage
- index - Variable in class org.knowm.xchart.internal.chartpart.Axis
-
the axis group index *
- init() - Method in class org.knowm.xchart.Histogram
- init(Chart) - Method in class org.knowm.xchart.AnnotationImage
- init(Chart) - Method in class org.knowm.xchart.AnnotationTextPanel
- init(Chart) - Method in class org.knowm.xchart.internal.chartpart.Annotation
- initContentAndSurface(Chart<ST, S>) - Method in class org.knowm.xchart.internal.chartpart.Plot_Circular
- initContentAndSurface(Chart<ST, S>) - Method in class org.knowm.xchart.internal.chartpart.Plot_Dial
- initContentAndSurface(Chart<ST, S>) - Method in class org.knowm.xchart.internal.chartpart.Plot_Pie
- initContentAndSurface(Chart<ST, S>) - Method in class org.knowm.xchart.internal.chartpart.Plot_Radar
- InsideN - org.knowm.xchart.style.Styler.ChartButtonPosition
- InsideN - org.knowm.xchart.style.Styler.LegendPosition
- InsideNE - org.knowm.xchart.style.Styler.ChartButtonPosition
- InsideNE - org.knowm.xchart.style.Styler.LegendPosition
- InsideNW - org.knowm.xchart.style.Styler.ChartButtonPosition
- InsideNW - org.knowm.xchart.style.Styler.LegendPosition
- InsideS - org.knowm.xchart.style.Styler.ChartButtonPosition
- InsideS - org.knowm.xchart.style.Styler.LegendPosition
- InsideSE - org.knowm.xchart.style.Styler.ChartButtonPosition
- InsideSE - org.knowm.xchart.style.Styler.LegendPosition
- InsideSW - org.knowm.xchart.style.Styler.ChartButtonPosition
- InsideSW - org.knowm.xchart.style.Styler.LegendPosition
- isAllPointsSelected() - Method in class org.knowm.xchart.internal.chartpart.ChartZoom
-
Whether all points are selected in all series.
- isAllXData() - Method in class org.knowm.xchart.internal.series.AxesChartSeriesNumericalNoErrorBars
-
Is xData.length equal to xDataAll.length
- isAxisTickLabelsVisible() - Method in class org.knowm.xchart.style.DialStyler
- isAxisTicksLineVisible - Variable in class org.knowm.xchart.style.AxesChartStyler
- 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 - Variable in class org.knowm.xchart.style.AxesChartStyler
- isAxisTicksMarksVisible() - Method in class org.knowm.xchart.style.AxesChartStyler
- isAxisTicksMarksVisible() - Method in class org.knowm.xchart.style.DialStyler
- isAxisTicksMarksVisible() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- isAxisTicksMarksVisible() - Method in class org.knowm.xchart.style.theme.MatlabTheme
- isAxisTicksMarksVisible() - Method in interface org.knowm.xchart.style.theme.Theme
- isAxisTitleVisible() - Method in class org.knowm.xchart.style.DialStyler
- isCentered - Variable in class org.knowm.xchart.SwingWrapper
- isCentered(boolean) - Method in class org.knowm.xchart.SwingWrapper
-
Set the Window in the center of screen
- isChartTitleBoxVisible - Variable in class org.knowm.xchart.style.Styler
- 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 - Variable in class org.knowm.xchart.style.Styler
- 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 - Variable in class org.knowm.xchart.style.DialStyler
- isCircular - Variable in class org.knowm.xchart.style.PieStyler
- isCircular - Variable in class org.knowm.xchart.style.RadarStyler
- isCircular() - Method in class org.knowm.xchart.style.DialStyler
- isCircular() - Method in class org.knowm.xchart.style.PieStyler
- isCircular() - Method in class org.knowm.xchart.style.RadarStyler
- isCircular() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- isCircular() - Method in interface org.knowm.xchart.style.theme.Theme
- isCursorEnabled - Variable in class org.knowm.xchart.style.XYStyler
- isCursorEnabled() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- isCursorEnabled() - Method in interface org.knowm.xchart.style.theme.Theme
- isCursorEnabled() - Method in class org.knowm.xchart.style.XYStyler
- isDrawBorder - Variable in class org.knowm.xchart.style.HeatMapStyler
- isDrawBorder() - Method in class org.knowm.xchart.style.HeatMapStyler
- isEnabled - Variable in class org.knowm.xchart.internal.series.Series
- isEnabled() - Method in class org.knowm.xchart.internal.series.Series
- isErrorBarsColorSeriesColor - Variable in class org.knowm.xchart.style.AxesChartStyler
- 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 - Variable in class org.knowm.xchart.style.PieStyler
- isForceAllLabelsVisible() - Method in class org.knowm.xchart.style.PieStyler
- isLabelsFontColorAutomaticEnabled - Variable in class org.knowm.xchart.style.CategoryStyler
- isLabelsFontColorAutomaticEnabled - Variable in class org.knowm.xchart.style.PieStyler
- isLabelsFontColorAutomaticEnabled() - Method in class org.knowm.xchart.style.CategoryStyler
- isLabelsFontColorAutomaticEnabled() - Method in class org.knowm.xchart.style.PieStyler
- isLabelsFontColorAutomaticEnabled() - Method in interface org.knowm.xchart.style.theme.Theme
- isLabelsVisible - Variable in class org.knowm.xchart.style.CategoryStyler
- isLabelsVisible - Variable in class org.knowm.xchart.style.DialStyler
- isLabelsVisible - Variable in class org.knowm.xchart.style.PieStyler
- isLabelsVisible() - Method in class org.knowm.xchart.style.CategoryStyler
- isLabelsVisible() - Method in class org.knowm.xchart.style.DialStyler
- isLabelsVisible() - Method in class org.knowm.xchart.style.PieStyler
- isLegendVisible - Variable in class org.knowm.xchart.style.Styler
- 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
- isMouseOutOfPlotContent() - Method in class org.knowm.xchart.internal.chartpart.Cursor
- isNumberFormatChoppingDecimals(double, double) - Method in class org.knowm.xchart.internal.chartpart.AxisTickCalculator_
- isOnePointSeleted(double, double) - Method in class org.knowm.xchart.internal.chartpart.ChartZoom
-
Is there a point selected in all series.
- isOverlapped - Variable in class org.knowm.xchart.CategorySeries
- isOverlapped - Variable in class org.knowm.xchart.style.CategoryStyler
- 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
- isOverlapping() - Method in class org.knowm.xchart.internal.chartpart.ChartZoom
-
Whether the selectZoom overlaps with the chart.plot
- isPiecewise - Variable in class org.knowm.xchart.style.HeatMapStyler
- isPiecewise() - Method in class org.knowm.xchart.style.HeatMapStyler
- isPiecewiseRanged - Variable in class org.knowm.xchart.style.HeatMapStyler
- isPiecewiseRanged() - Method in class org.knowm.xchart.style.HeatMapStyler
- isPlotBorderVisible - Variable in class org.knowm.xchart.style.Styler
- 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 - Variable in class org.knowm.xchart.style.AxesChartStyler
- 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 - Variable in class org.knowm.xchart.style.AxesChartStyler
- 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 - Variable in class org.knowm.xchart.style.AxesChartStyler
- 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 - Variable in class org.knowm.xchart.style.RadarStyler
- isRadiiTitleVisible() - Method in class org.knowm.xchart.style.RadarStyler
- isSeriesFilled - Variable in class org.knowm.xchart.style.RadarStyler
- isSeriesFilled() - Method in class org.knowm.xchart.style.RadarStyler
- isShowInLegend() - Method in class org.knowm.xchart.internal.series.Series
- isShowStackSum() - Method in class org.knowm.xchart.style.CategoryStyler
- isShowValue() - Method in class org.knowm.xchart.style.HeatMapStyler
- isSmooth() - Method in class org.knowm.xchart.XYSeries
- isStacked - Variable in class org.knowm.xchart.style.CategoryStyler
- isStacked() - Method in class org.knowm.xchart.style.CategoryStyler
- isSumVisible - Variable in class org.knowm.xchart.style.PieStyler
- 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 - Variable in class org.knowm.xchart.style.Styler
- isToolTipsAlwaysVisible() - Method in class org.knowm.xchart.style.Styler
- isToolTipsEnabled - Variable in class org.knowm.xchart.style.Styler
- isToolTipsEnabled() - Method in class org.knowm.xchart.style.Styler
- isToolTipsEnabled() - Method in interface org.knowm.xchart.style.theme.Theme
- isValueInScreenSpace - Variable in class org.knowm.xchart.internal.chartpart.Annotation
- isVertical - Variable in class org.knowm.xchart.AnnotationLine
- isVisible - Variable in class org.knowm.xchart.internal.chartpart.Annotation
- isXAxisLogarithmic - Variable in class org.knowm.xchart.style.AxesChartStyler
- isXAxisLogarithmic() - Method in class org.knowm.xchart.style.AxesChartStyler
- isXAxisLogarithmicDecadeOnly() - Method in class org.knowm.xchart.style.AxesChartStyler
- isXAxisTicksVisible() - Method in class org.knowm.xchart.style.AxesChartStyler
- isXAxisTicksVisible() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- isXAxisTicksVisible() - Method in interface org.knowm.xchart.style.theme.Theme
- isXAxisTitleVisible() - Method in class org.knowm.xchart.style.AxesChartStyler
- isXAxisTitleVisible() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- isXAxisTitleVisible() - Method in interface org.knowm.xchart.style.theme.Theme
- isYAxisLogarithmic - Variable in class org.knowm.xchart.style.AxesChartStyler
- isYAxisLogarithmic() - Method in class org.knowm.xchart.style.AxesChartStyler
- isYAxisLogarithmicDecadeOnly() - Method in class org.knowm.xchart.style.AxesChartStyler
- isYAxisTicksVisible() - Method in class org.knowm.xchart.style.AxesChartStyler
- isYAxisTicksVisible() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- isYAxisTicksVisible() - Method in interface org.knowm.xchart.style.theme.Theme
- isYAxisTitleVisible() - Method in class org.knowm.xchart.style.AxesChartStyler
- isYAxisTitleVisible() - Method in class org.knowm.xchart.style.theme.AbstractBaseTheme
- isYAxisTitleVisible() - Method in interface org.knowm.xchart.style.theme.Theme
- isZoomEnabled - Variable in class org.knowm.xchart.style.XYStyler
- isZoomEnabled() - Method in interface org.knowm.xchart.style.theme.Theme
- isZoomEnabled() - Method in class org.knowm.xchart.style.XYStyler
- isZoomResetByButton() - Method in class org.knowm.xchart.style.XYStyler
- isZoomResetByDoubleClick() - Method in class org.knowm.xchart.style.XYStyler
J
- join(double[], String) - Static method in class org.knowm.xchart.CSVExporter
-
Joins a series into an entire row of comma separated values.
- JPG - org.knowm.xchart.BitmapEncoder.BitmapFormat
L
- label - Variable in class org.knowm.xchart.DialSeries
- label - Variable in class org.knowm.xchart.internal.chartpart.ToolTips.ToolTip
- label - Variable in class org.knowm.xchart.internal.series.Series
- labelsDistance - Variable in class org.knowm.xchart.style.PieStyler
- labelsFont - Variable in class org.knowm.xchart.style.CategoryStyler
- labelsFont - Variable in class org.knowm.xchart.style.DialStyler
- labelsFont - Variable in class org.knowm.xchart.style.PieStyler
- labelsFontColor - Variable in class org.knowm.xchart.style.CategoryStyler
- labelsFontColor - Variable in class org.knowm.xchart.style.PieStyler
- labelsFontColorAutomaticDark - Variable in class org.knowm.xchart.style.CategoryStyler
- labelsFontColorAutomaticDark - Variable in class org.knowm.xchart.style.PieStyler
- labelsFontColorAutomaticLight - Variable in class org.knowm.xchart.style.CategoryStyler
- labelsFontColorAutomaticLight - Variable in class org.knowm.xchart.style.PieStyler
- labelsPosition - Variable in class org.knowm.xchart.style.CategoryStyler
- labelsRotation - Variable in class org.knowm.xchart.style.CategoryStyler
- labelType - Variable in class org.knowm.xchart.style.PieStyler
- LabelType() - Constructor for enum org.knowm.xchart.style.PieStyler.LabelType
- Left - org.knowm.xchart.style.AxesChartStyler.TextAlignment
- Left - org.knowm.xchart.style.Styler.YAxisPosition
- leftMainYAxis - Variable in class org.knowm.xchart.internal.chartpart.AxisPair
- leftYAxisBounds - Variable in class org.knowm.xchart.internal.chartpart.AxisPair
- legend - Variable in class org.knowm.xchart.internal.chartpart.Chart
- Legend_<ST extends Styler,S extends Series> - Class in org.knowm.xchart.internal.chartpart
- Legend_(Chart<ST, S>) - Constructor for class org.knowm.xchart.internal.chartpart.Legend_
-
Constructor
- Legend_Bubble<ST extends AxesChartStyler,S extends AxesChartSeries> - Class in org.knowm.xchart.internal.chartpart
- Legend_Bubble(Chart<ST, S>) - Constructor for class org.knowm.xchart.internal.chartpart.Legend_Bubble
-
Constructor
- Legend_HeatMap<ST extends HeatMapStyler,S extends HeatMapSeries> - Class in org.knowm.xchart.internal.chartpart
- Legend_HeatMap(Chart<ST, S>) - Constructor for class org.knowm.xchart.internal.chartpart.Legend_HeatMap
- LEGEND_MARGIN - Static variable in class org.knowm.xchart.internal.chartpart.Legend_
- LEGEND_MARGIN - Static variable in class org.knowm.xchart.internal.chartpart.Legend_HeatMap
- Legend_Marker<ST extends Styler,S extends MarkerSeries> - Class in org.knowm.xchart.internal.chartpart
- Legend_Marker(Chart<ST, S>) - Constructor for class org.knowm.xchart.internal.chartpart.Legend_Marker
-
Constructor
- Legend_OHLC<ST extends OHLCStyler,S extends OHLCSeries> - Class in org.knowm.xchart.internal.chartpart
- Legend_OHLC(Chart<ST, S>) - Constructor for class org.knowm.xchart.internal.chartpart.Legend_OHLC
-
Constructor
- Legend_Pie<ST extends Styler,S extends Series> - Class in org.knowm.xchart.internal.chartpart
- Legend_Pie(Chart<ST, S>) - Constructor for class org.knowm.xchart.internal.chartpart.Legend_Pie
-
Constructor
- legendBackgroundColor - Variable in class org.knowm.xchart.style.Styler
- legendBorderColor - Variable in class org.knowm.xchart.style.Styler
- legendFont - Variable in class org.knowm.xchart.style.Styler
- legendLayout - Variable in class org.knowm.xchart.style.Styler
- LegendLayout() - Constructor for enum org.knowm.xchart.style.Styler.LegendLayout
- legendPadding - Variable in class org.knowm.xchart.style.Styler
- legendPosition - Variable in class org.knowm.xchart.style.Styler
- LegendPosition() - Constructor for enum org.knowm.xchart.style.Styler.LegendPosition
- legendRenderType - Variable in enum org.knowm.xchart.BubbleSeries.BubbleSeriesRenderStyle
- legendRenderType - Variable in enum org.knowm.xchart.CategorySeries.CategorySeriesRenderStyle
- legendRenderType - Variable in enum org.knowm.xchart.OHLCSeries.OHLCSeriesRenderStyle
- legendRenderType - Variable in enum org.knowm.xchart.XYSeries.XYSeriesRenderStyle
- LegendRenderType() - Constructor for enum org.knowm.xchart.internal.chartpart.RenderableSeries.LegendRenderType
- legendSeriesLineLength - Variable in class org.knowm.xchart.style.Styler
- LIGHT_GREY - org.knowm.xchart.style.colors.ChartColor
-
LIGHT_GREY
- LIGHT_GREY - Static variable in class org.knowm.xchart.style.colors.XChartSeriesColors
- Line - org.knowm.xchart.CategorySeries.CategorySeriesRenderStyle
- Line - org.knowm.xchart.internal.chartpart.RenderableSeries.LegendRenderType
- Line - org.knowm.xchart.OHLCSeries.OHLCSeriesRenderStyle
- Line - org.knowm.xchart.XYSeries.XYSeriesRenderStyle
- LINE_SPACING - Static variable in class org.knowm.xchart.internal.chartpart.Cursor
- lineColor - Variable in class org.knowm.xchart.internal.series.AxesChartSeries
-
Line Color
- lineColor - Variable in class org.knowm.xchart.RadarSeries
-
Line Color
- lines - Variable in class org.knowm.xchart.AnnotationTextPanel
- lineWidth - Variable in class org.knowm.xchart.internal.series.AxesChartSeries
-
Line Width
- lineWidth - Variable in class org.knowm.xchart.RadarSeries
-
Line Width
- listenerList - Variable in class org.knowm.xchart.internal.chartpart.ChartButton
- locale - Variable in class org.knowm.xchart.style.AxesChartStyler
- lowData - Variable in class org.knowm.xchart.OHLCSeries
- lower - Variable in class org.knowm.xchart.internal.chartpart.BoxPlotData
-
Lower whisker
- lowerColor - Variable in class org.knowm.xchart.style.DialStyler
- lowerFrom - Variable in class org.knowm.xchart.style.DialStyler
- lowerTo - Variable in class org.knowm.xchart.style.DialStyler
M
- MAGENTA - Static variable in class org.knowm.xchart.style.colors.MatlabSeriesColors
- MAGENTA - Static variable in class org.knowm.xchart.style.colors.XChartSeriesColors
- magnitude - Variable in class org.knowm.xchart.internal.chartpart.AxisTickCalculator_Date.TimeSpan
- MARGIN - Static variable in class org.knowm.xchart.internal.chartpart.Cursor.DataPoint
- MARGIN - Static variable in class org.knowm.xchart.internal.chartpart.ToolTips
- marker - Variable in class org.knowm.xchart.internal.series.MarkerSeries
-
Marker
- marker - Variable in class org.knowm.xchart.internal.style.SeriesColorMarkerLineStyle
- marker - Variable in class org.knowm.xchart.RadarSeries
-
Marker
- Marker - Class in org.knowm.xchart.style.markers
- Marker() - Constructor for class org.knowm.xchart.style.markers.Marker
- markerColor - Variable in class org.knowm.xchart.internal.series.MarkerSeries
-
Marker Color
- markerColor - Variable in class org.knowm.xchart.RadarSeries
-
Marker Color
- markerCounter - Variable in class org.knowm.xchart.internal.style.SeriesColorMarkerLineStyleCycler
- MarkerSeries - Class in org.knowm.xchart.internal.series
-
A Series containing X and Y data to be plotted on a Chart with X and Y Axes, contains series markers and error bars.
- MarkerSeries(String, Series.DataType) - Constructor for class org.knowm.xchart.internal.series.MarkerSeries
-
Constructor
- markerSize - Variable in class org.knowm.xchart.style.RadarStyler
- markerSize - Variable in class org.knowm.xchart.style.Styler
- matchingDataPointList - Variable in class org.knowm.xchart.internal.chartpart.Cursor
- Matlab - org.knowm.xchart.style.Styler.ChartTheme
- MatlabSeriesColors - Class in org.knowm.xchart.style.colors
- MatlabSeriesColors() - Constructor for class org.knowm.xchart.style.colors.MatlabSeriesColors
-
Constructor
- MatlabSeriesLines - Class in org.knowm.xchart.style.lines
- MatlabSeriesLines() - Constructor for class org.knowm.xchart.style.lines.MatlabSeriesLines
-
Constructor
- MatlabSeriesMarkers - Class in org.knowm.xchart.style.markers
- MatlabSeriesMarkers() - Constructor for class org.knowm.xchart.style.markers.MatlabSeriesMarkers
-
Constructor
- MatlabTheme - Class in org.knowm.xchart.style.theme
- MatlabTheme() - Constructor for class org.knowm.xchart.style.theme.MatlabTheme
- max - Variable in class org.knowm.xchart.HeatMapSeries
- max - Variable in class org.knowm.xchart.Histogram
- max - Variable in class org.knowm.xchart.internal.chartpart.Axis
- max - Variable in class org.knowm.xchart.internal.chartpart.Formatter_Number
- max - Variable in class org.knowm.xchart.style.HeatMapStyler
- maxValue - Variable in class org.knowm.xchart.internal.chartpart.AxisTickCalculator_
- median - Variable in class org.knowm.xchart.internal.chartpart.BoxPlotData
-
Middle quartile
- mergeImages(List<BufferedImage>, Integer, Integer) - Static method in class org.knowm.xchart.BitmapEncoder
- middleColor - Variable in class org.knowm.xchart.style.DialStyler
- middleFrom - Variable in class org.knowm.xchart.style.DialStyler
- middleTo - Variable in class org.knowm.xchart.style.DialStyler
- MILLIS_SCALE - Static variable in class org.knowm.xchart.internal.chartpart.AxisTickCalculator_Date
- min - Variable in class org.knowm.xchart.HeatMapSeries
- min - Variable in class org.knowm.xchart.Histogram
- min - Variable in class org.knowm.xchart.internal.chartpart.Axis
- min - Variable in class org.knowm.xchart.internal.chartpart.Formatter_Number
- min - Variable in class org.knowm.xchart.style.HeatMapStyler
- MIN_SCALE - Static variable in class org.knowm.xchart.internal.chartpart.AxisTickCalculator_Date
- minValue - Variable in class org.knowm.xchart.internal.chartpart.AxisTickCalculator_
- MONTH_SCALE - Static variable in class org.knowm.xchart.internal.chartpart.AxisTickCalculator_Date
- MOUSE_MARGIN - Static variable in class org.knowm.xchart.internal.chartpart.ToolTips
- MOUSE_SPACING - Static variable in class org.knowm.xchart.internal.chartpart.Cursor
- mouseClicked(MouseEvent) - Method in class org.knowm.xchart.internal.chartpart.ChartButton
- mouseClicked(MouseEvent) - Method in class org.knowm.xchart.internal.chartpart.ChartZoom
- mouseDragged(MouseEvent) - Method in class org.knowm.xchart.internal.chartpart.ChartZoom
- mouseMoved(MouseEvent) - Method in class org.knowm.xchart.internal.chartpart.Cursor
- mouseMoved(MouseEvent) - Method in class org.knowm.xchart.internal.chartpart.ToolTips
- mousePressed(MouseEvent) - Method in class org.knowm.xchart.internal.chartpart.ChartZoom
- mousePressed(MouseEvent) - Method in class org.knowm.xchart.XChartPanel.PopUpMenuClickListener
- mouseReleased(MouseEvent) - Method in class org.knowm.xchart.internal.chartpart.ChartZoom
- mouseReleased(MouseEvent) - Method in class org.knowm.xchart.XChartPanel.PopUpMenuClickListener
- mouseX - Variable in class org.knowm.xchart.internal.chartpart.Cursor
- mouseY - Variable in class org.knowm.xchart.internal.chartpart.Cursor
- MULTI_LINE_SPACE - Static variable in class org.knowm.xchart.AnnotationTextPanel
- MULTI_LINE_SPACE - Static variable in class org.knowm.xchart.internal.chartpart.Legend_
N
- N_LESS_1 - org.knowm.xchart.style.BoxStyler.BoxplotCalCulationMethod
-
Determine the position of the quartile, where Qi is = i (n-1) / 4, where i = 1, 2, and 3.
- N_LESS_1_PLUS_1 - org.knowm.xchart.style.BoxStyler.BoxplotCalCulationMethod
-
Determine the position of the quartile, where Qi is = i (n-1) / 4 + 1, where i = 1, 2, 3 n represents the number of items contained in the sequence.
- N_PLUS_1 - org.knowm.xchart.style.BoxStyler.BoxplotCalCulationMethod
-
Determine the position of the quartile, where Qi is = i (n + 1) / 4, where i = 1, 2, and 3.
- name - Variable in class org.knowm.xchart.internal.series.Series
- Name - org.knowm.xchart.style.PieStyler.LabelType
- NameAndPercentage - org.knowm.xchart.style.PieStyler.LabelType
- NameAndValue - org.knowm.xchart.style.PieStyler.LabelType
- newInstance(Styler.ChartTheme) - Method in enum org.knowm.xchart.style.Styler.ChartTheme
- NoMarkersSeries - Class in org.knowm.xchart.internal.series
-
A Series containing X and Y data to be plotted on a Chart with X and Y Axes, values associated with each X-Y point, could be used for bubble sizes for example, but no error bars, as the min and max are calculated differently.
- NoMarkersSeries(String, double[], double[], double[], Series.DataType) - Constructor for class org.knowm.xchart.internal.series.NoMarkersSeries
-
Constructor
- 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
- NoneStroke - Class in org.knowm.xchart.style.lines
- NoneStroke() - Constructor for class org.knowm.xchart.style.lines.NoneStroke
- NP - org.knowm.xchart.style.BoxStyler.BoxplotCalCulationMethod
-
Determine the position of the quartile, where Qi is np = (i * n) / 4, where i = 1, 2, 3 n represents the number of items contained in the sequence.
- Number - org.knowm.xchart.internal.series.Series.DataType
- numberFormat - Variable in class org.knowm.xchart.internal.chartpart.Formatter_LogNumber
- numberFormat - Variable in class org.knowm.xchart.internal.chartpart.Formatter_Number
- numBins - Variable in class org.knowm.xchart.Histogram
- numColumns - Variable in class org.knowm.xchart.SwingWrapper
- numRows - Variable in class org.knowm.xchart.SwingWrapper
O
- OHLCChart - Class in org.knowm.xchart
- OHLCChart(int, int) - Constructor for class org.knowm.xchart.OHLCChart
-
Constructor - the default Chart Theme will be used (XChartTheme)
- OHLCChart(int, int, Styler.ChartTheme) - Constructor for class org.knowm.xchart.OHLCChart
-
Constructor
- OHLCChart(int, int, Theme) - Constructor for class org.knowm.xchart.OHLCChart
-
Constructor
- OHLCChart(OHLCChartBuilder) - Constructor for class org.knowm.xchart.OHLCChart
-
Constructor
- OHLCChartBuilder - Class in org.knowm.xchart
- OHLCChartBuilder() - Constructor for class org.knowm.xchart.OHLCChartBuilder
- OHLCSeries - Class in org.knowm.xchart
- OHLCSeries(String, double[], double[], double[], double[], double[], long[], Series.DataType) - Constructor for class org.knowm.xchart.OHLCSeries
-
Constructor
- OHLCSeries(String, double[], double[], double[], double[], double[], Series.DataType) - Constructor for class org.knowm.xchart.OHLCSeries
-
Constructor
- OHLCSeries(String, double[], double[], Series.DataType) - Constructor for class org.knowm.xchart.OHLCSeries
-
Constructor
- OHLCSeries.OHLCSeriesRenderStyle - Enum in org.knowm.xchart
- ohlcSeriesRenderStyle - Variable in class org.knowm.xchart.OHLCSeries
- ohlcSeriesRenderStyle - Variable in class org.knowm.xchart.style.OHLCStyler
- OHLCSeriesRenderStyle(RenderableSeries.LegendRenderType) - Constructor for enum org.knowm.xchart.OHLCSeries.OHLCSeriesRenderStyle
- ohlcStyler - Variable in class org.knowm.xchart.internal.chartpart.PlotContent_OHLC
- OHLCStyler - Class in org.knowm.xchart.style
- OHLCStyler() - Constructor for class org.knowm.xchart.style.OHLCStyler
-
Constructor
- openData - Variable in class org.knowm.xchart.OHLCSeries
- ORANGE - Static variable in class org.knowm.xchart.style.colors.ColorBlindFriendlySeriesColors
- ORANGE - Static variable in class org.knowm.xchart.style.colors.PrinterFriendlySeriesColors
- ORANGE - Static variable in class org.knowm.xchart.style.colors.XChartSeriesColors
- org.knowm.xchart - package org.knowm.xchart
- org.knowm.xchart.internal - package org.knowm.xchart.internal
-
Classes in this package are internal and are not intended to be accessed directly.
- org.knowm.xchart.internal.chartpart - package org.knowm.xchart.internal.chartpart
- org.knowm.xchart.internal.series - package org.knowm.xchart.internal.series
- org.knowm.xchart.internal.style - package org.knowm.xchart.internal.style
- 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
- originalData - Variable in class org.knowm.xchart.Histogram
- OutsideE - org.knowm.xchart.style.Styler.LegendPosition
- OutsideS - org.knowm.xchart.style.Styler.LegendPosition
- Oval - Class in org.knowm.xchart.style.markers
- Oval() - Constructor for class org.knowm.xchart.style.markers.Oval
- OVAL - Static variable in interface org.knowm.xchart.style.markers.SeriesMarkers
- overrideMinMaxForXAxis() - Method in class org.knowm.xchart.internal.chartpart.AxisPair
-
Here we can add special case min max calculations and take care of manual min max settings.
- overrideMinMaxForYAxis(Axis) - Method in class org.knowm.xchart.internal.chartpart.AxisPair
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) - Method in class org.knowm.xchart.internal.chartpart.Axis
- paint(Graphics2D) - Method in class org.knowm.xchart.internal.chartpart.AxisPair
- paint(Graphics2D) - Method in class org.knowm.xchart.internal.chartpart.AxisTick
- paint(Graphics2D) - Method in class org.knowm.xchart.internal.chartpart.AxisTickLabels
- paint(Graphics2D) - Method in class org.knowm.xchart.internal.chartpart.AxisTickMarks
- paint(Graphics2D) - Method in class org.knowm.xchart.internal.chartpart.AxisTitle
- paint(Graphics2D) - Method in class org.knowm.xchart.internal.chartpart.ChartButton
- paint(Graphics2D) - Method in interface org.knowm.xchart.internal.chartpart.ChartPart
- paint(Graphics2D) - Method in class org.knowm.xchart.internal.chartpart.ChartTitle
- paint(Graphics2D) - Method in class org.knowm.xchart.internal.chartpart.ChartZoom
- paint(Graphics2D) - Method in class org.knowm.xchart.internal.chartpart.Cursor
- paint(Graphics2D) - Method in class org.knowm.xchart.internal.chartpart.Legend_
- paint(Graphics2D) - Method in class org.knowm.xchart.internal.chartpart.Legend_HeatMap
- paint(Graphics2D) - Method in class org.knowm.xchart.internal.chartpart.Plot_
- paint(Graphics2D) - Method in class org.knowm.xchart.internal.chartpart.Plot_AxesChart
- paint(Graphics2D) - Method in class org.knowm.xchart.internal.chartpart.Plot_Circular
- paint(Graphics2D) - Method in class org.knowm.xchart.internal.chartpart.PlotContent_
- paint(Graphics2D) - Method in class org.knowm.xchart.internal.chartpart.PlotSurface_AxesChart
- paint(Graphics2D) - Method in class org.knowm.xchart.internal.chartpart.PlotSurface_Pie
- paint(Graphics2D) - Method in class org.knowm.xchart.internal.chartpart.ToolTips
- 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.internal.chartpart.Chart
- 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
- paintBackground(Graphics2D) - Method in class org.knowm.xchart.internal.chartpart.Chart
- paintBackGround(Graphics2D, TextLayout) - Method in class org.knowm.xchart.internal.chartpart.Cursor
- paintComponent(Graphics) - Method in class org.knowm.xchart.XChartPanel
- paintDataPointInfo(Graphics2D, TextLayout) - Method in class org.knowm.xchart.internal.chartpart.Cursor
- paintGradient(Graphics2D, double, double, Color[], HeatMapSeries) - Method in class org.knowm.xchart.internal.chartpart.Legend_HeatMap
- paintLabels(Graphics2D, Rectangle2D, double, double) - Method in class org.knowm.xchart.internal.chartpart.PlotContent_Pie
- paintLine(Graphics2D, S) - Method in class org.knowm.xchart.internal.chartpart.PlotContent_OHLC
- paintMultiLineToolTip(Graphics2D) - Method in class org.knowm.xchart.internal.chartpart.ToolTips
- paintPiecewise(Graphics2D, double, double, Color[], HeatMapSeries) - Method in class org.knowm.xchart.internal.chartpart.Legend_HeatMap
- paintSeriesText(Graphics2D, Map<String, Rectangle2D>, int, double, double) - Method in class org.knowm.xchart.internal.chartpart.Legend_
- paintSlices(Graphics2D, Rectangle2D, double, double) - Method in class org.knowm.xchart.internal.chartpart.PlotContent_Pie
- paintSum(Graphics2D, Rectangle2D, double) - Method in class org.knowm.xchart.internal.chartpart.PlotContent_Pie
- paintToolTip(Graphics2D, ToolTips.ToolTip) - Method in class org.knowm.xchart.internal.chartpart.ToolTips
- paintVerticalLine(Graphics2D, Cursor.DataPoint) - Method in class org.knowm.xchart.internal.chartpart.Cursor
- parseObject(String, ParsePosition) - Method in class org.knowm.xchart.internal.chartpart.Formatter_Custom
- parseObject(String, ParsePosition) - Method in class org.knowm.xchart.internal.chartpart.Formatter_LogNumber
- parseObject(String, ParsePosition) - Method in class org.knowm.xchart.internal.chartpart.Formatter_Number
- parseObject(String, ParsePosition) - Method in class org.knowm.xchart.internal.chartpart.Formatter_String
- PDF - org.knowm.xchart.VectorGraphicsEncoder.VectorGraphicsFormat
- PDF_FILE_EXTENSION - Static variable in class org.knowm.xchart.PdfboxGraphicsEncoder
- PdfboxGraphicsEncoder - Class in org.knowm.xchart
-
A helper class with static methods for saving Charts as a PDF file
- PdfboxGraphicsEncoder() - Constructor for class org.knowm.xchart.PdfboxGraphicsEncoder
-
Constructor - Private constructor to prevent instantiation
- PDFBoxProcessor() - Constructor for class org.knowm.xchart.VectorGraphicsEncoder.PDFBoxProcessor
- Percentage - org.knowm.xchart.style.PieStyler.LabelType
- Pie - org.knowm.xchart.PieSeries.PieSeriesRenderStyle
- PieChart - Class in org.knowm.xchart
- PieChart(int, int) - Constructor for class org.knowm.xchart.PieChart
-
Constructor - the default Chart Theme will be used (XChartTheme)
- PieChart(int, int, Styler.ChartTheme) - Constructor for class org.knowm.xchart.PieChart
-
Constructor
- PieChart(int, int, Theme) - Constructor for class org.knowm.xchart.PieChart
-
Constructor
- PieChart(PieChartBuilder) - Constructor for class org.knowm.xchart.PieChart
-
Constructor
- PieChartBuilder - Class in org.knowm.xchart
- PieChartBuilder() - Constructor for class org.knowm.xchart.PieChartBuilder
- PieSeries - Class in org.knowm.xchart
-
A Series containing Pie data to be plotted on a Chart
- PieSeries(String, Number) - Constructor for class org.knowm.xchart.PieSeries
-
Constructor
- PieSeries.PieSeriesRenderStyle - Enum in org.knowm.xchart
- PieSeriesRenderStyle() - Constructor for enum org.knowm.xchart.PieSeries.PieSeriesRenderStyle
- pieStyler - Variable in class org.knowm.xchart.internal.chartpart.PlotContent_Pie
- PieStyler - Class in org.knowm.xchart.style
- PieStyler() - Constructor for class org.knowm.xchart.style.PieStyler
- PieStyler.ClockwiseDirectionType - Enum in org.knowm.xchart.style
- PieStyler.LabelType - Enum in org.knowm.xchart.style
- PINK - Static variable in class org.knowm.xchart.style.colors.XChartSeriesColors
- plot - Variable in class org.knowm.xchart.internal.chartpart.Chart
- Plot_<ST extends Styler,S extends Series> - Class in org.knowm.xchart.internal.chartpart
- Plot_(Chart<ST, S>) - Constructor for class org.knowm.xchart.internal.chartpart.Plot_
-
Constructor
- Plot_AxesChart<ST extends AxesChartStyler,S extends Series> - Class in org.knowm.xchart.internal.chartpart
- Plot_AxesChart(Chart<ST, S>) - Constructor for class org.knowm.xchart.internal.chartpart.Plot_AxesChart
-
Constructor
- Plot_Box<ST extends BoxStyler,S extends BoxSeries> - Class in org.knowm.xchart.internal.chartpart
- Plot_Box(Chart<ST, S>) - Constructor for class org.knowm.xchart.internal.chartpart.Plot_Box
- Plot_Bubble<ST extends BubbleStyler,S extends BubbleSeries> - Class in org.knowm.xchart.internal.chartpart
- Plot_Bubble(Chart<ST, S>) - Constructor for class org.knowm.xchart.internal.chartpart.Plot_Bubble
-
Constructor
- Plot_Category<ST extends CategoryStyler,S extends CategorySeries> - Class in org.knowm.xchart.internal.chartpart
- Plot_Category(Chart<ST, S>) - Constructor for class org.knowm.xchart.internal.chartpart.Plot_Category
-
Constructor
- Plot_Circular<ST extends Styler,S extends Series> - Class in org.knowm.xchart.internal.chartpart
- Plot_Circular(Chart<ST, S>) - Constructor for class org.knowm.xchart.internal.chartpart.Plot_Circular
-
Constructor
- Plot_Dial<ST extends DialStyler,S extends DialSeries> - Class in org.knowm.xchart.internal.chartpart
- Plot_Dial(Chart<ST, S>) - Constructor for class org.knowm.xchart.internal.chartpart.Plot_Dial
-
Constructor
- Plot_HeatMap<ST extends HeatMapStyler,S extends HeatMapSeries> - Class in org.knowm.xchart.internal.chartpart
- Plot_HeatMap(Chart<ST, S>) - Constructor for class org.knowm.xchart.internal.chartpart.Plot_HeatMap
-
Constructor
- Plot_OHLC<ST extends AxesChartStyler,S extends OHLCSeries> - Class in org.knowm.xchart.internal.chartpart
- Plot_OHLC(Chart<ST, S>) - Constructor for class org.knowm.xchart.internal.chartpart.Plot_OHLC
-
Constructor
- Plot_Pie<ST extends PieStyler,S extends PieSeries> - Class in org.knowm.xchart.internal.chartpart
- Plot_Pie(Chart<ST, S>) - Constructor for class org.knowm.xchart.internal.chartpart.Plot_Pie
-
Constructor
- Plot_Radar<ST extends RadarStyler,S extends RadarSeries> - Class in org.knowm.xchart.internal.chartpart
- Plot_Radar(Chart<ST, S>) - Constructor for class org.knowm.xchart.internal.chartpart.Plot_Radar
-
Constructor
- Plot_XY<ST extends XYStyler,S extends XYSeries> - Class in org.knowm.xchart.internal.chartpart
- Plot_XY(Chart<ST, S>) - Constructor for class org.knowm.xchart.internal.chartpart.Plot_XY
-
Constructor
- plotBackgroundColor - Variable in class org.knowm.xchart.style.Styler
- plotBorderColor - Variable in class org.knowm.xchart.style.Styler
- plotContent - Variable in class org.knowm.xchart.internal.chartpart.Plot_
- PlotContent_<ST extends Styler,S extends Series> - Class in org.knowm.xchart.internal.chartpart
- PlotContent_(Chart<ST, S>) - Constructor for class org.knowm.xchart.internal.chartpart.PlotContent_
-
Constructor
- PlotContent_Box<ST extends BoxStyler,S extends BoxSeries> - Class in org.knowm.xchart.internal.chartpart
- PlotContent_Box(Chart<ST, S>) - Constructor for class org.knowm.xchart.internal.chartpart.PlotContent_Box
- PlotContent_Bubble<ST extends BubbleStyler,S extends BubbleSeries> - Class in org.knowm.xchart.internal.chartpart
- PlotContent_Bubble(Chart<ST, S>) - Constructor for class org.knowm.xchart.internal.chartpart.PlotContent_Bubble
-
Constructor
- PlotContent_Category_Bar<ST extends CategoryStyler,S extends CategorySeries> - Class in org.knowm.xchart.internal.chartpart
- PlotContent_Category_Bar(Chart<ST, S>) - Constructor for class org.knowm.xchart.internal.chartpart.PlotContent_Category_Bar
-
Constructor
- PlotContent_Dial<ST extends DialStyler,S extends DialSeries> - Class in org.knowm.xchart.internal.chartpart
- PlotContent_Dial(Chart<ST, S>) - Constructor for class org.knowm.xchart.internal.chartpart.PlotContent_Dial
- PlotContent_HeatMap<ST extends HeatMapStyler,S extends HeatMapSeries> - Class in org.knowm.xchart.internal.chartpart
- PlotContent_HeatMap(Chart<ST, S>) - Constructor for class org.knowm.xchart.internal.chartpart.PlotContent_HeatMap
-
Constructor
- PlotContent_OHLC<ST extends AxesChartStyler,S extends OHLCSeries> - Class in org.knowm.xchart.internal.chartpart
- PlotContent_OHLC(Chart<ST, S>) - Constructor for class org.knowm.xchart.internal.chartpart.PlotContent_OHLC
-
Constructor
- PlotContent_Pie<ST extends PieStyler,S extends PieSeries> - Class in org.knowm.xchart.internal.chartpart
- PlotContent_Pie(Chart<ST, S>) - Constructor for class org.knowm.xchart.internal.chartpart.PlotContent_Pie
-
Constructor
- PlotContent_Radar<ST extends RadarStyler,S extends RadarSeries> - Class in org.knowm.xchart.internal.chartpart
- PlotContent_Radar(Chart<ST, S>) - Constructor for class org.knowm.xchart.internal.chartpart.PlotContent_Radar
-
Constructor
- PlotContent_XY<ST extends XYStyler,S extends XYSeries> - Class in org.knowm.xchart.internal.chartpart
- PlotContent_XY(Chart<ST, S>) - Constructor for class org.knowm.xchart.internal.chartpart.PlotContent_XY
-
Constructor
- plotContentSize - Variable in class org.knowm.xchart.style.Styler
- plotGridLinesColor - Variable in class org.knowm.xchart.style.AxesChartStyler
- plotGridLinesStroke - Variable in class org.knowm.xchart.style.AxesChartStyler
- plotMargin - Variable in class org.knowm.xchart.style.AxesChartStyler
- plotSurface - Variable in class org.knowm.xchart.internal.chartpart.Plot_
- PlotSurface_<ST extends Styler,S extends Series> - Class in org.knowm.xchart.internal.chartpart
- PlotSurface_(Chart<ST, S>) - Constructor for class org.knowm.xchart.internal.chartpart.PlotSurface_
-
Constructor
- PlotSurface_AxesChart<ST extends AxesChartStyler,S extends Series> - Class in org.knowm.xchart.internal.chartpart
-
Draws the plot background, the plot border and the horizontal and vertical grid lines
- PlotSurface_AxesChart(Chart<ST, S>) - Constructor for class org.knowm.xchart.internal.chartpart.PlotSurface_AxesChart
-
Constructor
- PlotSurface_Pie<ST extends Styler,S extends Series> - Class in org.knowm.xchart.internal.chartpart
-
Draws the plot background and the plot border
- PlotSurface_Pie(Chart<ST, S>) - Constructor for class org.knowm.xchart.internal.chartpart.PlotSurface_Pie
-
Constructor
- Plus - Class in org.knowm.xchart.style.markers
- Plus() - Constructor for class org.knowm.xchart.style.markers.Plus
- PLUS - Static variable in interface org.knowm.xchart.style.markers.SeriesMarkers
- PNG - org.knowm.xchart.BitmapEncoder.BitmapFormat
- Polygon - org.knowm.xchart.style.RadarStyler.RadarRenderStyle
- PolygonArea - org.knowm.xchart.XYSeries.XYSeriesRenderStyle
- PopUpMenuClickListener() - Constructor for class org.knowm.xchart.XChartPanel.PopUpMenuClickListener
- pow(double, int) - Static method in class org.knowm.xchart.internal.Utils
- preferredSize - Variable in class org.knowm.xchart.XChartPanel
- prepareForPaint() - Method in class org.knowm.xchart.HeatMapChart
- prepareForPaint() - Method in class org.knowm.xchart.internal.chartpart.AxisPair
- preparePaint() - Method in class org.knowm.xchart.internal.chartpart.Axis
- print(Graphics, PageFormat, int) - Method in class org.knowm.xchart.XChartPanel.Printer
- PrintAction() - Constructor for class org.knowm.xchart.XChartPanel.PrintAction
- Printer(Component) - Constructor for class org.knowm.xchart.XChartPanel.Printer
- PrinterFriendlySeriesColors - Class in org.knowm.xchart.style.colors
- PrinterFriendlySeriesColors() - Constructor for class org.knowm.xchart.style.colors.PrinterFriendlySeriesColors
-
Constructor
- printMenuItem - Variable in class org.knowm.xchart.XChartPanel.XChartPanelPopupMenu
- printString - Variable in class org.knowm.xchart.XChartPanel
- PURPLE - Static variable in class org.knowm.xchart.style.colors.GGPlot2SeriesColors
- PURPLE - Static variable in class org.knowm.xchart.style.colors.PrinterFriendlySeriesColors
- PURPLE - Static variable in class org.knowm.xchart.style.colors.XChartSeriesColors
- putYAxisGroupDecimalPatternMap(int, String) - Method in class org.knowm.xchart.style.AxesChartStyler
Q
- q1 - Variable in class org.knowm.xchart.internal.chartpart.BoxPlotData
-
Lower quartile
- q3 - Variable in class org.knowm.xchart.internal.chartpart.BoxPlotData
-
Upper quartile
- QuickChart - Class in org.knowm.xchart
-
A convenience class for making Charts with one line of code
- QuickChart() - Constructor for class org.knowm.xchart.QuickChart
-
private Constructor
R
- RadarChart - Class in org.knowm.xchart
- RadarChart(int, int) - Constructor for class org.knowm.xchart.RadarChart
-
Constructor - the default Chart Theme will be used (XChartTheme)
- RadarChart(int, int, Styler.ChartTheme) - Constructor for class org.knowm.xchart.RadarChart
-
Constructor
- RadarChart(int, int, Theme) - Constructor for class org.knowm.xchart.RadarChart
-
Constructor
- RadarChart(RadarChartBuilder) - Constructor for class org.knowm.xchart.RadarChart
-
Constructor
- RadarChartBuilder - Class in org.knowm.xchart
- RadarChartBuilder() - Constructor for class org.knowm.xchart.RadarChartBuilder
- radarRenderStyle - Variable in class org.knowm.xchart.style.RadarStyler
- RadarRenderStyle() - Constructor for enum org.knowm.xchart.style.RadarStyler.RadarRenderStyle
- RadarSeries - Class in org.knowm.xchart
-
A Series containing Radar data to be plotted on a Chart
- RadarSeries(String, double[], String[]) - Constructor for class org.knowm.xchart.RadarSeries
- RadarStyler - Class in org.knowm.xchart.style
- RadarStyler() - Constructor for class org.knowm.xchart.style.RadarStyler
- RadarStyler.RadarRenderStyle - Enum in org.knowm.xchart.style
- radiiLabels - Variable in class org.knowm.xchart.RadarChart
- radiiTickMarksColor - Variable in class org.knowm.xchart.style.RadarStyler
- radiiTickMarksCount - Variable in class org.knowm.xchart.style.RadarStyler
- radiiTickMarksStroke - Variable in class org.knowm.xchart.style.RadarStyler
- radiiTicksMarksVisible - Variable in class org.knowm.xchart.style.RadarStyler
- radiiTitleFont - Variable in class org.knowm.xchart.style.RadarStyler
- radiiTitlePadding - Variable in class org.knowm.xchart.style.RadarStyler
- rangeColors - Variable in class org.knowm.xchart.style.HeatMapStyler
- Rectangle - Class in org.knowm.xchart.style.markers
- Rectangle() - Constructor for class org.knowm.xchart.style.markers.Rectangle
- RECTANGLE - Static variable in interface org.knowm.xchart.style.markers.SeriesMarkers
- RED - org.knowm.xchart.style.colors.ChartColor
-
RED
- RED - Static variable in class org.knowm.xchart.style.colors.GGPlot2SeriesColors
- RED - Static variable in class org.knowm.xchart.style.colors.MatlabSeriesColors
- RED - Static variable in class org.knowm.xchart.style.colors.PrinterFriendlySeriesColors
- RED - Static variable in class org.knowm.xchart.style.colors.XChartSeriesColors
- RED_FACTOR - Static variable in class org.knowm.xchart.style.colors.FontColorDetector
- REDDISH_PURPLE - Static variable in class org.knowm.xchart.style.colors.ColorBlindFriendlySeriesColors
- removeActionListener(ActionListener) - Method in class org.knowm.xchart.internal.chartpart.ChartButton
- removeSeries(String) - Method in class org.knowm.xchart.internal.chartpart.Chart
- RenderableSeries - Interface in org.knowm.xchart.internal.chartpart
- RenderableSeries.LegendRenderType - Enum in org.knowm.xchart.internal.chartpart
- repaint() - Method in class org.knowm.xchart.internal.chartpart.ChartZoom
- 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[], double[]) - Method in class org.knowm.xchart.OHLCSeries
-
This is an internal method which shouldn't be called from client code.
- replaceData(double[], double[], double[]) - Method in class org.knowm.xchart.internal.series.AxesChartSeriesNumericalNoErrorBars
-
This is an internal method which shouldn't be called from client code.
- replaceData(double[], double[], double[], double[], double[]) - Method in class org.knowm.xchart.OHLCSeries
-
This is an internal method which shouldn't be called from client code.
- replaceData(double[], double[], double[], double[], double[], long[]) - Method in class org.knowm.xchart.OHLCSeries
-
This is an internal method which shouldn't be called from client code.
- 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<?>, List<? extends Number>, List<? extends Number>) - Method in class org.knowm.xchart.internal.series.AxesChartSeriesCategory
-
This is an internal method which shouldn't be called from client code.
- replaceData(List<? extends Number>) - Method in class org.knowm.xchart.internal.series.AxesChartSeriesCategory
-
For box plot, replace yData
- resetButton - Variable in class org.knowm.xchart.internal.chartpart.ChartZoom
- resetFilter() - Method in class org.knowm.xchart.internal.chartpart.ChartZoom
- resetFilter() - Method in class org.knowm.xchart.internal.series.AxesChartSeriesNumericalNoErrorBars
- resetMinMax() - Method in class org.knowm.xchart.internal.chartpart.Axis
-
Reset the default min and max values in preparation for calculating the actual min and max
- resetString - Variable in class org.knowm.xchart.XChartPanel
- resetZoom() - Method in class org.knowm.xchart.internal.chartpart.ChartZoom
- Right - org.knowm.xchart.style.AxesChartStyler.TextAlignment
- Right - org.knowm.xchart.style.Styler.YAxisPosition
- rightMainYAxis - Variable in class org.knowm.xchart.internal.chartpart.AxisPair
- rightYAxisBounds - Variable in class org.knowm.xchart.internal.chartpart.AxisPair
- Round - org.knowm.xchart.BubbleSeries.BubbleSeriesRenderStyle
- Rows - org.knowm.xchart.CSVImporter.DataOrientation
S
- sanityCheck(String, double) - Method in class org.knowm.xchart.DialChart
- sanityCheck(String, double[], double[], double[]) - Method in class org.knowm.xchart.BubbleChart
- sanityCheck(String, double[], double[], double[]) - Method in class org.knowm.xchart.XYChart
- sanityCheck(String, double[], double[], double[], double[], long[]) - Method in class org.knowm.xchart.OHLCChart
- sanityCheck(String, double[], String[]) - Method in class org.knowm.xchart.RadarChart
- sanityCheck(String, List<?>, List<? extends Number>, List<? extends Number>) - Method in class org.knowm.xchart.CategoryChart
- sanityCheck(String, List<? extends Number>) - Method in class org.knowm.xchart.BoxChart
- sanityCheck(Collection<? extends Number>, int) - Method in class org.knowm.xchart.Histogram
- sanityCheck(List<?>, List<?>, List<Number[]>) - Method in class org.knowm.xchart.HeatMapChart
- sanityCheckYData(List<? extends Number>) - Method in class org.knowm.xchart.BoxChart
- SaveAction() - Constructor for class org.knowm.xchart.XChartPanel.SaveAction
- saveAsMenuItem - Variable in class org.knowm.xchart.XChartPanel.XChartPanelPopupMenu
- saveAsString - Variable in class org.knowm.xchart.XChartPanel
- saveBitmap(List<T>, Integer, Integer, OutputStream, BitmapEncoder.BitmapFormat) - Static method in class org.knowm.xchart.BitmapEncoder
-
Save list of Charts into a given stream.
- saveBitmap(List<T>, Integer, Integer, String, BitmapEncoder.BitmapFormat) - Static method in class org.knowm.xchart.BitmapEncoder
-
Save list of Charts as an image file.
- saveBitmap(T, OutputStream, BitmapEncoder.BitmapFormat) - Static method in class org.knowm.xchart.BitmapEncoder
-
Write a Chart into a given stream.
- saveBitmap(T, String, BitmapEncoder.BitmapFormat) - Static method in class org.knowm.xchart.BitmapEncoder
-
Save a Chart as an image file
- saveBitmapWithDPI(T, String, BitmapEncoder.BitmapFormat, int) - Static method in class org.knowm.xchart.BitmapEncoder
-
Save a chart as a PNG with a custom DPI.
- saveGif(String, List<BufferedImage>) - Static method in class org.knowm.xchart.GifEncoder
-
images saved as GIF file, repeated countless times with 100ms delay
- saveGif(String, List<BufferedImage>, int, int) - Static method in class org.knowm.xchart.GifEncoder
-
images saved as GIF file, Set repeat times and delay time
- saveJPGWithQuality(T, String, float) - Static method in class org.knowm.xchart.BitmapEncoder
-
Save a Chart as a JPEG file
- savePdf(Chart, OutputStream) - Method in class org.knowm.xchart.VectorGraphicsEncoder.PDFBoxProcessor
- savePdfboxGraphics(List<? extends Chart>, File) - Static method in class org.knowm.xchart.PdfboxGraphicsEncoder
-
Write multiple charts to a file
- savePdfboxGraphics(List<? extends Chart>, OutputStream) - Static method in class org.knowm.xchart.PdfboxGraphicsEncoder
-
Write multiple charts to an OutputStream
- savePdfboxGraphics(List<? extends Chart>, String) - Static method in class org.knowm.xchart.PdfboxGraphicsEncoder
-
Write multiple charts to a file
- savePdfboxGraphics(Chart, File) - Static method in class org.knowm.xchart.PdfboxGraphicsEncoder
-
Write a chart to a file
- savePdfboxGraphics(Chart, OutputStream) - Static method in class org.knowm.xchart.PdfboxGraphicsEncoder
-
Write a chart to an OutputStream
- savePdfboxGraphics(Chart, String) - Static method in class org.knowm.xchart.PdfboxGraphicsEncoder
-
Write a chart to a file
- saveVectorGraphic(Chart, OutputStream, VectorGraphicsEncoder.VectorGraphicsFormat) - Static method in class org.knowm.xchart.VectorGraphicsEncoder
-
Write a chart to an OutputStream.
- saveVectorGraphic(Chart, String, VectorGraphicsEncoder.VectorGraphicsFormat) - Static method in class org.knowm.xchart.VectorGraphicsEncoder
-
Write a chart to a file.
- Scatter - org.knowm.xchart.CategorySeries.CategorySeriesRenderStyle
- Scatter - org.knowm.xchart.internal.chartpart.RenderableSeries.LegendRenderType
- Scatter - org.knowm.xchart.XYSeries.XYSeriesRenderStyle
- SEC_SCALE - Static variable in class org.knowm.xchart.internal.chartpart.AxisTickCalculator_Date
- Series - Class in org.knowm.xchart.internal.series
-
A Series to be plotted on a Chart
- Series(String) - Constructor for class org.knowm.xchart.internal.series.Series
-
Constructor
- Series.DataType - Enum in org.knowm.xchart.internal.series
- seriesColorList - Variable in class org.knowm.xchart.internal.style.SeriesColorMarkerLineStyleCycler
-
a List holding the Colors
- SeriesColorMarkerLineStyle - Class in org.knowm.xchart.internal.style
-
A DTO to hold the Series' Color, Marker, and LineStyle
- SeriesColorMarkerLineStyle(Color, Marker, BasicStroke) - Constructor for class org.knowm.xchart.internal.style.SeriesColorMarkerLineStyle
-
Constructor
- SeriesColorMarkerLineStyleCycler - Class in org.knowm.xchart.internal.style
-
Cycles through the different colors, markers, and strokes in a predetermined way
- SeriesColorMarkerLineStyleCycler(Color[], Marker[], BasicStroke[]) - Constructor for class org.knowm.xchart.internal.style.SeriesColorMarkerLineStyleCycler
-
Constructor
- seriesColors - Variable in class org.knowm.xchart.style.colors.BaseSeriesColors
- seriesColors - Variable in class org.knowm.xchart.style.colors.ColorBlindFriendlySeriesColors
- seriesColors - Variable in class org.knowm.xchart.style.colors.GGPlot2SeriesColors
- seriesColors - Variable in class org.knowm.xchart.style.colors.MatlabSeriesColors
- seriesColors - Variable in class org.knowm.xchart.style.colors.PrinterFriendlySeriesColors
- seriesColors - Variable in class org.knowm.xchart.style.colors.XChartSeriesColors
- seriesColors - Variable in class org.knowm.xchart.style.Styler
- SeriesColors - Interface in org.knowm.xchart.style.colors
- SeriesData(List<Number>, List<Number>, String) - Constructor for class org.knowm.xchart.CSVImporter.SeriesData
- seriesLines - Variable in class org.knowm.xchart.style.lines.BaseSeriesLines
- seriesLines - Variable in class org.knowm.xchart.style.lines.GGPlot2SeriesLines
- seriesLines - Variable in class org.knowm.xchart.style.lines.MatlabSeriesLines
- seriesLines - Variable in class org.knowm.xchart.style.lines.XChartSeriesLines
- seriesLines - Variable in class org.knowm.xchart.style.Styler
- SeriesLines - Interface in org.knowm.xchart.style.lines
-
Pre-defined Line Styles used for Series Lines
- seriesLineStyleList - Variable in class org.knowm.xchart.internal.style.SeriesColorMarkerLineStyleCycler
-
a map holding the SeriesLineStyles
- seriesMap - Variable in class org.knowm.xchart.internal.chartpart.Chart
- seriesMap - Variable in class org.knowm.xchart.internal.chartpart.Cursor
- seriesMarkerList - Variable in class org.knowm.xchart.internal.style.SeriesColorMarkerLineStyleCycler
-
a map holding the SeriesMarkers
- seriesMarkers - Variable in class org.knowm.xchart.style.markers.BaseSeriesMarkers
- seriesMarkers - Variable in class org.knowm.xchart.style.markers.GGPlot2SeriesMarkers
- seriesMarkers - Variable in class org.knowm.xchart.style.markers.MatlabSeriesMarkers
- seriesMarkers - Variable in class org.knowm.xchart.style.markers.XChartSeriesMarkers
- seriesMarkers - Variable in class org.knowm.xchart.style.Styler
- SeriesMarkers - Interface in org.knowm.xchart.style.markers
- seriesName - Variable in class org.knowm.xchart.CSVImporter.SeriesData
- seriesName - Variable in class org.knowm.xchart.internal.chartpart.Cursor.DataPoint
- setAllStyles() - Method in class org.knowm.xchart.style.AxesChartStyler
- 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.DialStyler
- setAllStyles() - Method in class org.knowm.xchart.style.HeatMapStyler
- setAllStyles() - Method in class org.knowm.xchart.style.OHLCStyler
- setAllStyles() - Method in class org.knowm.xchart.style.PieStyler
- setAllStyles() - Method in class org.knowm.xchart.style.RadarStyler
- setAllStyles() - Method in class org.knowm.xchart.style.Styler
- setAllStyles() - Method in class org.knowm.xchart.style.XYStyler
- setAnnotationLineColor(Color) - Method in class org.knowm.xchart.style.Styler
- setAnnotationLineStroke(BasicStroke) - Method in class org.knowm.xchart.style.Styler
- setAnnotationTextFont(Font) - Method in class org.knowm.xchart.style.Styler
- setAnnotationTextFontColor(Color) - Method in class org.knowm.xchart.style.Styler
- setAnnotationTextPanelBackgroundColor(Color) - Method in class org.knowm.xchart.style.Styler
- setAnnotationTextPanelBorderColor(Color) - Method in class org.knowm.xchart.style.Styler
- setAnnotationTextPanelFont(Font) - Method in class org.knowm.xchart.style.Styler
- setAnnotationTextPanelFontColor(Color) - Method in class org.knowm.xchart.style.Styler
- setAnnotationTextPanelPadding(int) - Method in class org.knowm.xchart.style.Styler
- setAntiAlias(boolean) - Method in class org.knowm.xchart.style.Styler
- setArcAngle(double) - Method in class org.knowm.xchart.style.DialStyler
- setArrowArcAngle(double) - Method in class org.knowm.xchart.style.DialStyler
- setArrowArcPercentage(double) - Method in class org.knowm.xchart.style.DialStyler
- setArrowColor(Color) - Method in class org.knowm.xchart.style.DialStyler
-
Set the line color of the series
- setArrowLengthPercentage(double) - Method in class org.knowm.xchart.style.DialStyler
- setAvailableSpaceFill(double) - Method in class org.knowm.xchart.style.CategoryStyler
-
Sets the available space for rendering each category as a percentage.
- setAxisTickLabels(String[]) - Method in class org.knowm.xchart.style.DialStyler
- setAxisTickLabelsColor(Color) - Method in class org.knowm.xchart.style.AxesChartStyler
-
sets the axis tick label color
- setAxisTickLabelsFont(Font) - Method in class org.knowm.xchart.style.AxesChartStyler
-
Set the x- and y-axis tick label font
- setAxisTickLabelsVisible(boolean) - Method in class org.knowm.xchart.style.DialStyler
- setAxisTickMarkLength(int) - Method in class org.knowm.xchart.style.AxesChartStyler
-
Set the axis tick mark length (in pixels)
- setAxisTickMarksColor(Color) - Method in class org.knowm.xchart.style.AxesChartStyler
-
sets the axis tick mark color
- setAxisTickMarksColor(Color) - Method in class org.knowm.xchart.style.DialStyler
- setAxisTickMarksStroke(BasicStroke) - Method in class org.knowm.xchart.style.AxesChartStyler
-
sets the axis tick marks Stroke
- setAxisTickMarksStroke(BasicStroke) - Method in class org.knowm.xchart.style.DialStyler
- setAxisTickPadding(int) - Method in class org.knowm.xchart.style.AxesChartStyler
-
sets the padding (in pixels) between the tick labels and the tick marks
- setAxisTicksLineVisible(boolean) - Method in class org.knowm.xchart.style.AxesChartStyler
-
sets the visibility of the line parallel to the plot edges that go along with the tick marks
- setAxisTicksMarksVisible(boolean) - Method in class org.knowm.xchart.style.AxesChartStyler
-
sets the visibility of the tick marks
- setAxisTicksMarksVisible(boolean) - Method in class org.knowm.xchart.style.DialStyler
- setAxisTicksVisible(boolean) - Method in class org.knowm.xchart.style.AxesChartStyler
-
Set the x- and y-axis tick marks and labels visibility
- setAxisTickValues(double[]) - Method in class org.knowm.xchart.style.DialStyler
- setAxisTitleFont(Font) - Method in class org.knowm.xchart.style.AxesChartStyler
-
Set the x- and y-axis title font
- setAxisTitleFont(Font) - Method in class org.knowm.xchart.style.DialStyler
- setAxisTitlePadding(int) - Method in class org.knowm.xchart.style.AxesChartStyler
-
sets the padding (in pixels) between the axis title and the tick labels
- setAxisTitlePadding(int) - Method in class org.knowm.xchart.style.DialStyler
- setAxisTitlesVisible(boolean) - Method in class org.knowm.xchart.style.AxesChartStyler
-
Set the x- and y-axis titles visibility
- setAxisTitleVisible(boolean) - Method in class org.knowm.xchart.style.DialStyler
- setBaseFont(Font) - Method in class org.knowm.xchart.style.Styler
-
Set the base font
- setBoxplotCalCulationMethod(BoxStyler.BoxplotCalCulationMethod) - Method in class org.knowm.xchart.style.BoxStyler
- setBubbleSeriesRenderStyle(BubbleSeries.BubbleSeriesRenderStyle) - Method in class org.knowm.xchart.BubbleSeries
- setChartBackgroundColor(Color) - Method in class org.knowm.xchart.style.Styler
-
Set the chart background color - the part around the edge of the chart
- setChartButtonBackgroundColor(Color) - Method in class org.knowm.xchart.style.Styler
- setChartButtonBorderColor(Color) - Method in class org.knowm.xchart.style.Styler
- setChartButtonFont(Font) - Method in class org.knowm.xchart.style.Styler
- setChartButtonFontColor(Color) - Method in class org.knowm.xchart.style.Styler
- setChartButtonMargin(int) - Method in class org.knowm.xchart.style.Styler
- setChartButtonPosition(Styler.ChartButtonPosition) - Method in class org.knowm.xchart.style.Styler
- setChartCategorySeriesRenderStyle(CategorySeries.CategorySeriesRenderStyle) - Method in class org.knowm.xchart.CategorySeries
- setChartFontColor(Color) - Method in class org.knowm.xchart.style.Styler
-
Set the chart font color.
- setChartPadding(int) - Method in class org.knowm.xchart.style.Styler
-
Set the chart padding
- setChartPieSeriesRenderStyle(PieSeries.PieSeriesRenderStyle) - Method in class org.knowm.xchart.PieSeries
- setChartTitleBoxBackgroundColor(Color) - Method in class org.knowm.xchart.style.Styler
-
set the chart title box background color
- setChartTitleBoxBorderColor(Color) - Method in class org.knowm.xchart.style.Styler
-
set the chart title box border color
- setChartTitleBoxVisible(boolean) - Method in class org.knowm.xchart.style.Styler
-
Set the chart title box visibility
- setChartTitleFont(Font) - Method in class org.knowm.xchart.style.Styler
-
Set the chart title font
- setChartTitlePadding(int) - Method in class org.knowm.xchart.style.Styler
-
set the chart title padding; the space between the chart title and the plot area
- setChartTitleVisible(boolean) - Method in class org.knowm.xchart.style.Styler
-
Set the chart title visibility
- setChartZoom(ChartZoom) - Method in class org.knowm.xchart.internal.chartpart.PlotContent_
- 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
- setCursor(Cursor) - Method in class org.knowm.xchart.internal.chartpart.PlotContent_XY
- setCursorBackgroundColor(Color) - Method in class org.knowm.xchart.style.XYStyler
- setCursorColor(Color) - Method in class org.knowm.xchart.style.XYStyler
- setCursorEnabled(boolean) - Method in class org.knowm.xchart.style.XYStyler
- setCursorFont(Font) - Method in class org.knowm.xchart.style.XYStyler
- setCursorFontColor(Color) - Method in class org.knowm.xchart.style.XYStyler
- setCursorLineWidth(float) - Method in class org.knowm.xchart.style.XYStyler
- setCustomCursorXDataFormattingFunction(Function<Double, String>) - Method in class org.knowm.xchart.style.XYStyler
-
Set the custom function for formatting the cursor tooltip based on the series X-Axis data
- setCustomCursorYDataFormattingFunction(Function<Double, String>) - Method in class org.knowm.xchart.style.XYStyler
-
Set the custom function for formatting the cursor tooltip based on the series Y-Axis data
- setCustomXAxisTickLabelsFormatter(Function<Double, String>) - Method in class org.knowm.xchart.internal.chartpart.Chart
- setCustomYAxisTickLabelsFormatter(Function<Double, String>) - Method in class org.knowm.xchart.internal.chartpart.Chart
- setDataType(Series.DataType) - Method in class org.knowm.xchart.internal.chartpart.Axis
- 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
- setDefaultAxisMinMax() - Method in class org.knowm.xchart.internal.chartpart.AxisPair
-
Sets a default minimum and maximum on all axes, for cases where there are no series to compute a range from.
- setDefaultSeriesRenderStyle(BubbleSeries.BubbleSeriesRenderStyle) - Method in class org.knowm.xchart.style.BubbleStyler
-
Sets the default series render style for the chart (Round is the only one for now) You can override the series render style individually on each Series object.
- setDefaultSeriesRenderStyle(CategorySeries.CategorySeriesRenderStyle) - Method in class org.knowm.xchart.style.CategoryStyler
-
Sets the default series render style for the chart (bar, stick, line, scatter, area, etc.) You can override the series render style individually on each Series object.
- setDefaultSeriesRenderStyle(OHLCSeries.OHLCSeriesRenderStyle) - Method in class org.knowm.xchart.style.OHLCStyler
-
Sets the default series render style for the chart (candle, hilo, etc.) You can override the series render style individually on each Series object.
- setDefaultSeriesRenderStyle(PieSeries.PieSeriesRenderStyle) - Method in class org.knowm.xchart.style.PieStyler
-
Sets the default series render style for the chart (line, scatter, area, etc.) You can override the series render style individually on each Series object.
- setDefaultSeriesRenderStyle(XYSeries.XYSeriesRenderStyle) - Method in class org.knowm.xchart.style.XYStyler
-
Sets the default series render style for the chart (line, scatter, area, etc.) You can override the series render style individually on each Series object.
- setDonutThickness(double) - Method in class org.knowm.xchart.style.DialStyler
- setDonutThickness(double) - Method in class org.knowm.xchart.style.PieStyler
-
Sets the thickness of the donut ring for donut style pie chart series.
- setDownColor(Color) - Method in class org.knowm.xchart.OHLCSeries
-
Set the down color of the series
- setDPI(IIOMetadata, int) - Static method in class org.knowm.xchart.BitmapEncoder
-
Sets the metadata correctly
- setDrawBorder(boolean) - Method in class org.knowm.xchart.style.HeatMapStyler
- setEnabled(boolean) - Method in class org.knowm.xchart.internal.series.Series
- setErrorBarsColor(Color) - Method in class org.knowm.xchart.style.AxesChartStyler
-
Sets the color of the error bars
- setErrorBarsColorSeriesColor(boolean) - Method in class org.knowm.xchart.style.AxesChartStyler
-
Set true if the the error bar color should match the series color
- setExportAsString(String) - Method in class org.knowm.xchart.XChartPanel
-
Set the "Export As..." String if you want to localize it.
- setFillColor(Color) - Method in class org.knowm.xchart.internal.series.Series
- 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
- setHeight(int) - Method in class org.knowm.xchart.internal.chartpart.Chart
- setImage(BufferedImage) - Method in class org.knowm.xchart.AnnotationImage
- setLabel(String) - Method in class org.knowm.xchart.internal.series.Series
- setLabelFont(Font) - Method in class org.knowm.xchart.style.DialStyler
-
Sets the Font used for chart labels
- setLabelsDistance(double) - Method in class org.knowm.xchart.style.PieStyler
-
Sets the distance of the pie chart's annotation where 0 is the center, 1 is at the edge and greater than 1 is outside of the pie chart.
- setLabelsFont(Font) - Method in class org.knowm.xchart.style.CategoryStyler
-
Sets the Font used for chart labels
- setLabelsFont(Font) - Method in class org.knowm.xchart.style.PieStyler
-
Sets the Font used for chart annotations
- setLabelsFontColor(Color) - Method in class org.knowm.xchart.style.CategoryStyler
-
Sets the color of the Font used for chart labels
- setLabelsFontColor(Color) - Method in class org.knowm.xchart.style.PieStyler
-
Sets the color of the Font used for chart annotations
- setLabelsFontColorAutomaticDark(Color) - Method in class org.knowm.xchart.style.CategoryStyler
- setLabelsFontColorAutomaticDark(Color) - Method in class org.knowm.xchart.style.PieStyler
- setLabelsFontColorAutomaticEnabled(boolean) - Method in class org.knowm.xchart.style.CategoryStyler
- setLabelsFontColorAutomaticEnabled(boolean) - Method in class org.knowm.xchart.style.PieStyler
- setLabelsFontColorAutomaticLight(Color) - Method in class org.knowm.xchart.style.CategoryStyler
- setLabelsFontColorAutomaticLight(Color) - Method in class org.knowm.xchart.style.PieStyler
- setLabelsPosition(double) - Method in class org.knowm.xchart.style.CategoryStyler
-
A number between 0 and 1 setting the vertical position of the data label.
- setLabelsRotation(int) - Method in class org.knowm.xchart.style.CategoryStyler
-
Sets the rotation (in degrees) for chart labels.
- setLabelsVisible(boolean) - Method in class org.knowm.xchart.style.CategoryStyler
-
Sets if labels should be added to charts.
- setLabelsVisible(boolean) - Method in class org.knowm.xchart.style.PieStyler
-
Sets if annotations should be added to charts.
- setLabelType(PieStyler.LabelType) - Method in class org.knowm.xchart.style.PieStyler
-
Sets the Pie chart's annotation type
- setLabelVisible(boolean) - Method in class org.knowm.xchart.style.DialStyler
-
Sets if labels should be added to charts.
- setLegendBackgroundColor(Color) - Method in class org.knowm.xchart.style.Styler
-
Set the chart legend background color
- setLegendBorderColor(Color) - Method in class org.knowm.xchart.style.Styler
- setLegendFont(Font) - Method in class org.knowm.xchart.style.Styler
-
Set the chart legend font
- setLegendLayout(Styler.LegendLayout) - Method in class org.knowm.xchart.style.Styler
- setLegendPadding(int) - Method in class org.knowm.xchart.style.Styler
-
Set the chart legend padding
- setLegendPosition(Styler.LegendPosition) - Method in class org.knowm.xchart.style.HeatMapStyler
- setLegendPosition(Styler.LegendPosition) - Method in class org.knowm.xchart.style.Styler
-
sets the legend position
- setLegendSeriesLineLength(int) - Method in class org.knowm.xchart.style.Styler
-
Set the chart legend series line length
- setLegendVisible(boolean) - Method in class org.knowm.xchart.style.Styler
-
Set the chart legend visibility
- setLineColor(Color) - Method in class org.knowm.xchart.internal.series.AxesChartSeries
-
Set the line color of the series
- 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.internal.series.AxesChartSeries
-
Set the line style of the series
- setLineStyle(BasicStroke) - Method in class org.knowm.xchart.RadarSeries
-
Set the line style of the series
- setLineWidth(float) - Method in class org.knowm.xchart.internal.series.AxesChartSeries
-
Set the line width of the series
- setLineWidth(float) - Method in class org.knowm.xchart.RadarSeries
-
Set the line width of the series
- setLocale(Locale) - Method in class org.knowm.xchart.style.AxesChartStyler
-
Set the locale to use for rendering the chart
- setLowerColor(Color) - Method in class org.knowm.xchart.style.DialStyler
- setLowerFrom(double) - Method in class org.knowm.xchart.style.DialStyler
- setLowerTo(double) - Method in class org.knowm.xchart.style.DialStyler
- setMarker(Marker) - Method in class org.knowm.xchart.internal.series.MarkerSeries
-
Sets the marker for the series
- setMarker(Marker) - Method in class org.knowm.xchart.RadarSeries
-
Sets the marker for the series
- setMarkerColor(Color) - Method in class org.knowm.xchart.internal.series.MarkerSeries
-
Sets the marker color 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.internal.chartpart.Axis
- setMax(double) - Method in class org.knowm.xchart.style.HeatMapStyler
- setMiddleColor(Color) - Method in class org.knowm.xchart.style.DialStyler
- setMiddleFrom(double) - Method in class org.knowm.xchart.style.DialStyler
- setMiddleTo(double) - Method in class org.knowm.xchart.style.DialStyler
- setMin(double) - Method in class org.knowm.xchart.HeatMapSeries
- setMin(double) - Method in class org.knowm.xchart.internal.chartpart.Axis
- 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.
- setPiecewise(boolean) - Method in class org.knowm.xchart.style.HeatMapStyler
- setPiecewiseRanged(boolean) - Method in class org.knowm.xchart.style.HeatMapStyler
- setPlotBackgroundColor(Color) - Method in class org.knowm.xchart.style.Styler
-
set the plot area's background color
- setPlotBorderColor(Color) - Method in class org.knowm.xchart.style.Styler
-
set the plot area's border color
- setPlotBorderVisible(boolean) - Method in class org.knowm.xchart.style.Styler
-
sets the visibility of the border around the plot area
- setPlotContentSize(double) - Method in class org.knowm.xchart.style.Styler
-
Sets the content size of the plot inside the plot area of the chart.
- setPlotGridHorizontalLinesVisible(boolean) - Method in class org.knowm.xchart.style.AxesChartStyler
-
sets the visibility of the horizontal gridlines on the plot area
- setPlotGridLinesColor(Color) - Method in class org.knowm.xchart.style.AxesChartStyler
-
set the plot area's grid lines color
- setPlotGridLinesStroke(BasicStroke) - Method in class org.knowm.xchart.style.AxesChartStyler
-
set the plot area's grid lines Stroke
- setPlotGridLinesVisible(boolean) - Method in class org.knowm.xchart.style.AxesChartStyler
-
sets the visibility of the gridlines inside the plot area
- setPlotGridVerticalLinesVisible(boolean) - Method in class org.knowm.xchart.style.AxesChartStyler
-
sets the visibility of the vertical gridlines on the plot area
- setPlotMargin(int) - Method in class org.knowm.xchart.style.AxesChartStyler
-
sets the margin (in pixels) around the plot area
- setPlotTicksMarksVisible(boolean) - Method in class org.knowm.xchart.style.AxesChartStyler
-
sets the visibility of the ticks marks inside the plot area
- setPrintString(String) - Method in class org.knowm.xchart.XChartPanel
-
Set the "Print..." String if you want to localize it.
- setRadarRenderStyle(RadarStyler.RadarRenderStyle) - Method in class org.knowm.xchart.style.RadarStyler
- setRadiiLabels(String[]) - Method in class org.knowm.xchart.RadarChart
-
Sets the radii labels
- setRadiiTickMarksColor(Color) - Method in class org.knowm.xchart.style.RadarStyler
- setRadiiTickMarksCount(int) - Method in class org.knowm.xchart.style.RadarStyler
- setRadiiTickMarksStroke(BasicStroke) - Method in class org.knowm.xchart.style.RadarStyler
- setRadiiTicksMarksVisible(boolean) - Method in class org.knowm.xchart.style.RadarStyler
- setRadiiTitleFont(Font) - Method in class org.knowm.xchart.style.RadarStyler
- setRadiiTitlePadding(int) - Method in class org.knowm.xchart.style.RadarStyler
- setRadiiTitleVisible(boolean) - Method in class org.knowm.xchart.style.RadarStyler
- setRangeColors(Color[]) - Method in class org.knowm.xchart.style.HeatMapStyler
- setResetString(String) - Method in class org.knowm.xchart.XChartPanel
-
Set the "Reset" String if you want to localize it.
- setSaveAsString(String) - Method in class org.knowm.xchart.XChartPanel
-
Set the "Save As..." String if you want to localize it.
- setSeriesColors(Color[]) - Method in class org.knowm.xchart.style.Styler
- setSeriesFilled(boolean) - Method in class org.knowm.xchart.style.RadarStyler
- setSeriesLines(BasicStroke[]) - Method in class org.knowm.xchart.style.Styler
- setSeriesMarkers(Marker[]) - Method in class org.knowm.xchart.style.Styler
- setSeriesStyles() - Method in class org.knowm.xchart.BoxChart
- setSeriesStyles() - Method in class org.knowm.xchart.BubbleChart
-
set the series color based on theme
- setSeriesStyles() - Method in class org.knowm.xchart.CategoryChart
-
set the series color, marker and line style based on theme
- setSeriesStyles() - Method in class org.knowm.xchart.OHLCChart
-
set the series color, marker and line style based on theme
- setSeriesStyles() - Method in class org.knowm.xchart.PieChart
-
set the series color based on theme
- setSeriesStyles() - Method in class org.knowm.xchart.RadarChart
-
set the series color based on theme
- setSeriesStyles() - Method in class org.knowm.xchart.XYChart
-
set the series color, marker and line style based on theme
- setShowInLegend(boolean) - Method in class org.knowm.xchart.internal.series.Series
- setShowStackSum(boolean) - Method in class org.knowm.xchart.style.CategoryStyler
-
If the category chart is set to be "stacked", the total value of the stack can be painted above the stack.
- setShowValue(boolean) - Method in class org.knowm.xchart.style.HeatMapStyler
- setShowWithinAreaPoint(boolean) - Method in class org.knowm.xchart.style.Styler
- setSliceBorderWidth(double) - Method in class org.knowm.xchart.style.PieStyler
- setSmooth(boolean) - Method in class org.knowm.xchart.XYSeries
- setSplitNumber(int) - Method in class org.knowm.xchart.style.HeatMapStyler
- setStacked(boolean) - Method in class org.knowm.xchart.style.CategoryStyler
-
Set whether or not series renderings (i.e.
- setStartAngleInDegrees(double) - Method in class org.knowm.xchart.style.PieStyler
-
Sets the start angle in degrees.
- setStartAngleInDegrees(double) - Method in class org.knowm.xchart.style.RadarStyler
-
Sets the start angle in degrees.
- setSumFont(Font) - Method in class org.knowm.xchart.style.PieStyler
-
Sets the font for the sum.
- setSumFontSize(float) - Method in class org.knowm.xchart.style.PieStyler
-
Sets the font size for the sum.
- setSumFormat(String) - Method in class org.knowm.xchart.style.PieStyler
-
Set the Format to be applied to the sum, the default is just to display the sum as a number using the PieStyler DecimalFormat.
- setSumVisible(boolean) - Method in class org.knowm.xchart.style.PieStyler
-
Sets whether or not the sum is visible in the centre of the pie chart.
- setText(String) - Method in class org.knowm.xchart.AnnotationText
- setText(String) - Method in class org.knowm.xchart.internal.chartpart.ChartButton
- setTheme(Theme) - Method in class org.knowm.xchart.style.BoxStyler
- setTheme(Theme) - Method in class org.knowm.xchart.style.BubbleStyler
-
Set the theme the styler should use
- setTheme(Theme) - Method in class org.knowm.xchart.style.CategoryStyler
-
Set the theme the styler should use
- setTheme(Theme) - Method in class org.knowm.xchart.style.DialStyler
-
Set the theme the styler should use
- setTheme(Theme) - Method in class org.knowm.xchart.style.HeatMapStyler
-
Set the theme the styler should use
- setTheme(Theme) - Method in class org.knowm.xchart.style.OHLCStyler
-
Set the theme the styler should use
- setTheme(Theme) - Method in class org.knowm.xchart.style.PieStyler
-
Set the theme the styler should use
- setTheme(Theme) - Method in class org.knowm.xchart.style.RadarStyler
-
Set the theme the styler should use
- setTheme(Theme) - Method in class org.knowm.xchart.style.XYStyler
-
Set the theme the styler should use
- setTimezone(TimeZone) - Method in class org.knowm.xchart.style.AxesChartStyler
-
Set the timezone to use for formatting Date axis tick labels
- setTitle(String) - Method in class org.knowm.xchart.internal.chartpart.Chart
- 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
- setToolTips(ToolTips) - Method in class org.knowm.xchart.internal.chartpart.PlotContent_
- setToolTipsAlwaysVisible(boolean) - Method in class org.knowm.xchart.style.Styler
- setToolTipsEnabled(boolean) - Method in class org.knowm.xchart.style.Styler
- setToolTipType(Styler.ToolTipType) - Method in class org.knowm.xchart.style.Styler
- setUpColor(Color) - Method in class org.knowm.xchart.OHLCSeries
-
Set the up color of the series
- setUpperColor(Color) - Method in class org.knowm.xchart.style.DialStyler
- setUpperFrom(double) - Method in class org.knowm.xchart.style.DialStyler
- setUpperTo(double) - Method in class org.knowm.xchart.style.DialStyler
- setValue(double) - Method in class org.knowm.xchart.AnnotationLine
- setValue(double) - Method in class org.knowm.xchart.DialSeries
- setValue(Number) - Method in class org.knowm.xchart.PieSeries
- setValueFont(Font) - Method in class org.knowm.xchart.style.HeatMapStyler
- setValueFontColor(Color) - Method in class org.knowm.xchart.style.HeatMapStyler
- setValues(double[]) - Method in class org.knowm.xchart.RadarSeries
- setVisible(boolean) - Method in class org.knowm.xchart.internal.chartpart.Annotation
- setVisible(boolean) - Method in class org.knowm.xchart.internal.chartpart.ChartButton
- setWidth(int) - Method in class org.knowm.xchart.internal.chartpart.Chart
- setX(double) - Method in class org.knowm.xchart.AnnotationImage
- setX(double) - Method in class org.knowm.xchart.AnnotationText
- setX(double) - Method in class org.knowm.xchart.AnnotationTextPanel
- setXAxisDecimalPattern(String) - Method in class org.knowm.xchart.style.AxesChartStyler
-
Set the decimal formatting pattern for the X-Axis
- setXAxisLabelAlignment(AxesChartStyler.TextAlignment) - Method in class org.knowm.xchart.style.AxesChartStyler
- setXAxisLabelAlignmentVertical(AxesChartStyler.TextAlignment) - Method in class org.knowm.xchart.style.AxesChartStyler
- setXAxisLabelRotation(int) - Method in class org.knowm.xchart.style.AxesChartStyler
- setXAxisLogarithmic(boolean) - Method in class org.knowm.xchart.style.AxesChartStyler
-
sets the X-Axis to be rendered with a logarithmic scale or not
- setXAxisLogarithmicDecadeOnly(boolean) - Method in class org.knowm.xchart.style.AxesChartStyler
-
Set the decade only support for logarithmic Y-Axis
- setXAxisMax(Double) - Method in class org.knowm.xchart.style.AxesChartStyler
- setXAxisMaxLabelCount(int) - Method in class org.knowm.xchart.style.AxesChartStyler
- setXAxisMin(Double) - Method in class org.knowm.xchart.style.AxesChartStyler
- setXAxisTickLabelsColor(Color) - Method in class org.knowm.xchart.style.AxesChartStyler
- setxAxisTickLabelsFormattingFunction(Function<Double, String>) - Method in class org.knowm.xchart.style.AxesChartStyler
- setXAxisTickMarksColor(Color) - Method in class org.knowm.xchart.style.AxesChartStyler
- setXAxisTickMarkSpacingHint(int) - Method in class org.knowm.xchart.style.AxesChartStyler
-
set the spacing (in pixels) between tick marks for the X-Axis
- setXAxisTicksVisible(boolean) - Method in class org.knowm.xchart.style.AxesChartStyler
-
Set the x-axis tick marks and labels visibility
- setXAxisTitle(String) - Method in class org.knowm.xchart.internal.chartpart.Chart
- 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.internal.series.Series
- 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.internal.series.Series
-
Set the Y Axis Group the series should belong to
- 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
- setYAxisGroupTitle(int, String) - Method in class org.knowm.xchart.internal.chartpart.Chart
- setYAxisGroupTitleColor(int, Color) - Method in class org.knowm.xchart.style.Styler
- setYAxisLabelAlignment(AxesChartStyler.TextAlignment) - Method in class org.knowm.xchart.style.AxesChartStyler
- setYAxisLeftWidthHint(int) - Method in class org.knowm.xchart.style.Styler
-
Set the width of the Y-Axis tick labels on the left side of the chart.
- setYAxisLogarithmic(boolean) - Method in class org.knowm.xchart.style.AxesChartStyler
-
sets the Y-Axis to be rendered with a logarithmic scale or not
- setYAxisLogarithmicDecadeOnly(boolean) - Method in class org.knowm.xchart.style.AxesChartStyler
-
Set the decade only support for logarithmic Y-Axis
- setYAxisMax(Double) - Method in class org.knowm.xchart.style.AxesChartStyler
- setYAxisMax(Integer, Double) - Method in class org.knowm.xchart.style.AxesChartStyler
- setYAxisMin(Double) - Method in class org.knowm.xchart.style.AxesChartStyler
- setYAxisMin(Integer, Double) - Method in class org.knowm.xchart.style.AxesChartStyler
- setYAxisTickLabelsColor(Color) - Method in class org.knowm.xchart.style.AxesChartStyler
- setyAxisTickLabelsFormattingFunction(Function<Double, String>) - Method in class org.knowm.xchart.style.AxesChartStyler
- setYAxisTickMarksColor(Color) - Method in class org.knowm.xchart.style.AxesChartStyler
- setYAxisTickMarkSpacingHint(int) - Method in class org.knowm.xchart.style.AxesChartStyler
-
set the spacing (in pixels) between tick marks for the Y-Axis
- setYAxisTicksVisible(boolean) - Method in class org.knowm.xchart.style.AxesChartStyler
-
Set the y-axis tick marks and labels visibility
- setYAxisTitle(String) - Method in class org.knowm.xchart.internal.chartpart.Chart
- setYAxisTitleColor(Color) - Method in class org.knowm.xchart.style.Styler
- setYAxisTitleVisible(boolean) - Method in class org.knowm.xchart.style.AxesChartStyler
-
Set the y-axis title visibility
- setZoomEnabled(boolean) - Method in class org.knowm.xchart.style.XYStyler
- setZoomResetByButton(boolean) - Method in class org.knowm.xchart.style.XYStyler
- setZoomResetByDoubleClick(boolean) - Method in class org.knowm.xchart.style.XYStyler
- setZoomSelectionColor(Color) - Method in class org.knowm.xchart.style.XYStyler
- shape - Variable in class org.knowm.xchart.internal.chartpart.Cursor.DataPoint
- shape - Variable in class org.knowm.xchart.internal.chartpart.ToolTips.ToolTip
- showExportAsDialog() - Method in class org.knowm.xchart.XChartPanel
- showInLegend - Variable in class org.knowm.xchart.internal.series.Series
- showPrintDialog() - Method in class org.knowm.xchart.XChartPanel
- showSaveAsDialog() - Method in class org.knowm.xchart.XChartPanel
- showStackSum - Variable in class org.knowm.xchart.style.CategoryStyler
- showValue - Variable in class org.knowm.xchart.style.HeatMapStyler
- showValue(Graphics2D, Rectangle2D, String) - Method in class org.knowm.xchart.internal.chartpart.PlotContent_HeatMap
- showWithinAreaPoint - Variable in class org.knowm.xchart.style.Styler
- SKY_BLUE - Static variable in class org.knowm.xchart.style.colors.ColorBlindFriendlySeriesColors
- sliceBorderWidth - Variable in class org.knowm.xchart.style.PieStyler
- smooth - Variable in class org.knowm.xchart.XYSeries
- SOLID - Static variable in interface org.knowm.xchart.style.lines.SeriesLines
- SOLID_STROKE - Static variable in interface org.knowm.xchart.internal.chartpart.ChartPart
- SPLIT - Static variable in class org.knowm.xchart.internal.chartpart.Legend_HeatMap
- splitNumber - Variable in class org.knowm.xchart.style.HeatMapStyler
- 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
- startAngleInDegrees - Variable in class org.knowm.xchart.style.PieStyler
- startAngleInDegrees - Variable in class org.knowm.xchart.style.RadarStyler
- startX - Variable in class org.knowm.xchart.internal.chartpart.Cursor
- startY - Variable in class org.knowm.xchart.internal.chartpart.Cursor
- Step - org.knowm.xchart.XYSeries.XYSeriesRenderStyle
- StepArea - org.knowm.xchart.XYSeries.XYSeriesRenderStyle
- SteppedBar - org.knowm.xchart.CategorySeries.CategorySeriesRenderStyle
- Stick - org.knowm.xchart.CategorySeries.CategorySeriesRenderStyle
- String - org.knowm.xchart.internal.series.Series.DataType
- stroke - Variable in class org.knowm.xchart.internal.series.AxesChartSeries
-
Line Style
- stroke - Variable in class org.knowm.xchart.internal.style.SeriesColorMarkerLineStyle
- stroke - Variable in class org.knowm.xchart.RadarSeries
-
Line Style
- stroke - Variable in class org.knowm.xchart.style.markers.Marker
- strokeCounter - Variable in class org.knowm.xchart.internal.style.SeriesColorMarkerLineStyleCycler
- styler - Variable in class org.knowm.xchart.internal.chartpart.Annotation
- styler - Variable in class org.knowm.xchart.internal.chartpart.AxisTickCalculator_
- styler - Variable in class org.knowm.xchart.internal.chartpart.Chart
- styler - Variable in class org.knowm.xchart.internal.chartpart.ChartButton
- styler - Variable in class org.knowm.xchart.internal.chartpart.Cursor
- styler - Variable in class org.knowm.xchart.internal.chartpart.Formatter_LogNumber
- styler - Variable in class org.knowm.xchart.internal.chartpart.Formatter_Number
- styler - Variable in class org.knowm.xchart.internal.chartpart.PlotContent_Dial
- styler - Variable in class org.knowm.xchart.internal.chartpart.PlotContent_Radar
- styler - Variable in class org.knowm.xchart.internal.chartpart.PlotSurface_Pie
- styler - Variable in class org.knowm.xchart.internal.chartpart.ToolTips
- Styler - Class in org.knowm.xchart.style
-
The styler is used to manage all things related to styling of the vast number of Chart components
- Styler() - Constructor for class org.knowm.xchart.style.Styler
- Styler.ChartButtonPosition - Enum in org.knowm.xchart.style
- Styler.ChartTheme - Enum in org.knowm.xchart.style
- Styler.LegendLayout - Enum in org.knowm.xchart.style
- Styler.LegendPosition - Enum in org.knowm.xchart.style
- Styler.ToolTipType - Enum in org.knowm.xchart.style
- Styler.YAxisPosition - Enum in org.knowm.xchart.style
- stylerAxesChart - Variable in class org.knowm.xchart.internal.chartpart.PlotSurface_AxesChart
- stylerBubble - Variable in class org.knowm.xchart.internal.chartpart.PlotContent_Bubble
- stylerCategory - Variable in class org.knowm.xchart.internal.chartpart.PlotContent_Category_Bar
- suffix - Variable in class org.knowm.xchart.XChartPanel.SuffixSaveFilter
- SuffixSaveFilter(String) - Constructor for class org.knowm.xchart.XChartPanel.SuffixSaveFilter
- sumFont - Variable in class org.knowm.xchart.style.PieStyler
- sumFormat - Variable in class org.knowm.xchart.style.PieStyler
- SVG - org.knowm.xchart.VectorGraphicsEncoder.VectorGraphicsFormat
- SwingWrapper<T extends Chart<?,?>> - Class in org.knowm.xchart
-
A convenience class used to display a Chart in a barebones Swing application
- SwingWrapper(List<T>) - Constructor for class org.knowm.xchart.SwingWrapper
-
Constructor - The number of rows and columns will be calculated automatically Constructor
- SwingWrapper(List<T>, int, int) - Constructor for class org.knowm.xchart.SwingWrapper
-
Constructor
- SwingWrapper(T) - Constructor for class org.knowm.xchart.SwingWrapper
-
Constructor
T
- text - Variable in class org.knowm.xchart.AnnotationText
- text - Variable in class org.knowm.xchart.internal.chartpart.ChartButton
- TextAlignment() - Constructor for enum org.knowm.xchart.style.AxesChartStyler.TextAlignment
- textHeight - Variable in class org.knowm.xchart.internal.chartpart.Cursor
- theme - Variable in class org.knowm.xchart.style.Styler
-
the default Theme
- theme(Styler.ChartTheme) - Method in class org.knowm.xchart.internal.ChartBuilder
- Theme - Interface in org.knowm.xchart.style.theme
- tickLabels - Variable in class org.knowm.xchart.internal.chartpart.AxisTickCalculator_
-
the List of tick label values
- tickLocations - Variable in class org.knowm.xchart.internal.chartpart.AxisTickCalculator_
-
the List of tick label position in pixels
- TimeSpan(long, int, String) - Constructor for class org.knowm.xchart.internal.chartpart.AxisTickCalculator_Date.TimeSpan
-
Constructor
- timeSpans - Static variable in class org.knowm.xchart.internal.chartpart.AxisTickCalculator_Date
- timezone - Variable in class org.knowm.xchart.style.AxesChartStyler
- title - Variable in class org.knowm.xchart.internal.ChartBuilder
- title - Variable in class org.knowm.xchart.internal.chartpart.Chart
- title(String) - Method in class org.knowm.xchart.internal.ChartBuilder
- tooltip - Variable in class org.knowm.xchart.internal.chartpart.ToolTips
- ToolTip(double, double, String) - Constructor for class org.knowm.xchart.internal.chartpart.ToolTips.ToolTip
-
Constructor
- ToolTip(Shape, double, double, double, String) - Constructor for class org.knowm.xchart.internal.chartpart.ToolTips.ToolTip
-
Constructor
- toolTipBackgroundColor - Variable in class org.knowm.xchart.style.Styler
- toolTipBorderColor - Variable in class org.knowm.xchart.style.Styler
- toolTipFont - Variable in class org.knowm.xchart.style.Styler
- toolTipHighlightColor - Variable in class org.knowm.xchart.style.Styler
- toolTipList - Variable in class org.knowm.xchart.internal.chartpart.ToolTips
- tooltipOverrides - Variable in class org.knowm.xchart.RadarSeries
- toolTips - Variable in class org.knowm.xchart.internal.chartpart.PlotContent_
- toolTips - Variable in class org.knowm.xchart.XChartPanel
- ToolTips - Class in org.knowm.xchart.internal.chartpart
-
Tooltips can be put on all data points or configured to popup like a tooltip from a mouse over.
- ToolTips(Chart) - Constructor for class org.knowm.xchart.internal.chartpart.ToolTips
-
Constructor
- ToolTips.ToolTip - Class in org.knowm.xchart.internal.chartpart
- toolTipType - Variable in class org.knowm.xchart.style.Styler
- ToolTipType() - Constructor for enum org.knowm.xchart.style.Styler.ToolTipType
- toString() - Method in class org.knowm.xchart.internal.chartpart.AxisTickCalculator_Date.TimeSpan
- toString() - Method in class org.knowm.xchart.internal.chartpart.ToolTips.ToolTip
- 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
- unitAmount - Variable in class org.knowm.xchart.internal.chartpart.AxisTickCalculator_Date.TimeSpan
- upColor - Variable in class org.knowm.xchart.OHLCSeries
-
Up Color
- updateBoxSeries(String, double[]) - Method in class org.knowm.xchart.BoxChart
- updateBoxSeries(String, int[]) - Method in class org.knowm.xchart.BoxChart
- updateBoxSeries(String, List<? extends Number>) - Method in class org.knowm.xchart.BoxChart
- updateBubbleSeries(String, double[], double[], double[]) - Method in class org.knowm.xchart.BubbleChart
-
Update a series by updating the X-Axis, Y-Axis and bubble data
- updateBubbleSeries(String, List<?>, List<? extends Number>, List<? extends Number>) - Method in class org.knowm.xchart.BubbleChart
-
Update a series by updating the X-Axis, Y-Axis and bubble data
- updateCategorySeries(String, double[], double[], double[]) - Method in class org.knowm.xchart.CategoryChart
-
Update a series by updating the X-Axis, Y-Axis and error bar data
- updateCategorySeries(String, List<?>, List<? extends Number>, List<? extends Number>) - Method in class org.knowm.xchart.CategoryChart
-
Update a series by updating the X-Axis, Y-Axis and error bar data
- updateOHLCSeries(String, double[], double[]) - Method in class org.knowm.xchart.OHLCChart
-
Update a series by updating the X-Axis and Y-Axis data
- updateOHLCSeries(String, double[], double[], double[], double[], double[]) - Method in class org.knowm.xchart.OHLCChart
-
Update a series by updating the xData, openData, highData, lowData and closeData
- updateOHLCSeries(String, double[], double[], double[], double[], double[], long[]) - Method in class org.knowm.xchart.OHLCChart
-
Update a series by updating the xData, openData, highData, lowData,closeData and volumeData
- updateOHLCSeries(String, List<?>, List<? extends Number>) - Method in class org.knowm.xchart.OHLCChart
-
Update a series by updating the X-Axis and Y-Axis data
- updateOHLCSeries(String, List<?>, List<? extends Number>, List<? extends Number>, List<? extends Number>, List<? extends Number>) - Method in class org.knowm.xchart.OHLCChart
-
Update a series by updating the xData, openData, highData, lowData and closeData
- updateOHLCSeries(String, List<?>, List<? extends Number>, List<? extends Number>, List<? extends Number>, List<? extends Number>, List<? extends Number>) - Method in class org.knowm.xchart.OHLCChart
- updatePieSeries(String, Number) - Method in class org.knowm.xchart.PieChart
-
Update a series by updating the pie slide value
- updateSeries(String, int[], int[], int[][]) - Method in class org.knowm.xchart.HeatMapChart
-
Update a series by updating the X-Axis, Y-Axis and heat data
- updateSeries(String, List<?>, List<?>, List<Number[]>) - Method in class org.knowm.xchart.HeatMapChart
-
Update a series by updating the X-Axis, Y-Axis and heat data
- updateXYSeries(String, double[], double[], double[]) - Method in class org.knowm.xchart.XYChart
-
Update a series by updating the X-Axis, Y-Axis and error bar data
- updateXYSeries(String, List<?>, List<? extends Number>, List<? extends Number>) - Method in class org.knowm.xchart.XYChart
-
Update a series by updating the X-Axis, Y-Axis and error bar data
- upper - Variable in class org.knowm.xchart.internal.chartpart.BoxPlotData
-
Upper whisker
- upperColor - Variable in class org.knowm.xchart.style.DialStyler
- upperFrom - Variable in class org.knowm.xchart.style.DialStyler
- upperTo - Variable in class org.knowm.xchart.style.DialStyler
- Utils - Class in org.knowm.xchart.internal
- Utils() - Constructor for class org.knowm.xchart.internal.Utils
-
Private Constructor
V
- value - Variable in class org.knowm.xchart.AnnotationLine
- value - Variable in class org.knowm.xchart.DialSeries
- value - Variable in class org.knowm.xchart.PieSeries
- Value - org.knowm.xchart.style.PieStyler.LabelType
- valueFont - Variable in class org.knowm.xchart.style.HeatMapStyler
- valueFontColor - Variable in class org.knowm.xchart.style.HeatMapStyler
- valueOf(String) - Static method in enum org.knowm.xchart.BitmapEncoder.BitmapFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knowm.xchart.BubbleSeries.BubbleSeriesRenderStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knowm.xchart.CategorySeries.CategorySeriesRenderStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knowm.xchart.CSVImporter.DataOrientation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knowm.xchart.internal.chartpart.Axis.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knowm.xchart.internal.chartpart.RenderableSeries.LegendRenderType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knowm.xchart.internal.series.Series.DataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knowm.xchart.OHLCSeries.OHLCSeriesRenderStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knowm.xchart.PieSeries.PieSeriesRenderStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knowm.xchart.style.AxesChartStyler.TextAlignment
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knowm.xchart.style.BoxStyler.BoxplotCalCulationMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knowm.xchart.style.colors.ChartColor
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knowm.xchart.style.PieStyler.ClockwiseDirectionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knowm.xchart.style.PieStyler.LabelType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knowm.xchart.style.RadarStyler.RadarRenderStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knowm.xchart.style.Styler.ChartButtonPosition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knowm.xchart.style.Styler.ChartTheme
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knowm.xchart.style.Styler.LegendLayout
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knowm.xchart.style.Styler.LegendPosition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knowm.xchart.style.Styler.ToolTipType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knowm.xchart.style.Styler.YAxisPosition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knowm.xchart.VectorGraphicsEncoder.VectorGraphicsFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.knowm.xchart.XYSeries.XYSeriesRenderStyle
-
Returns the enum constant of this type with the specified name.
- values - Variable in class org.knowm.xchart.RadarSeries
- values() - Static method in enum org.knowm.xchart.BitmapEncoder.BitmapFormat
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.knowm.xchart.BubbleSeries.BubbleSeriesRenderStyle
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.knowm.xchart.CategorySeries.CategorySeriesRenderStyle
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.knowm.xchart.CSVImporter.DataOrientation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.knowm.xchart.internal.chartpart.Axis.Direction
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.knowm.xchart.internal.chartpart.RenderableSeries.LegendRenderType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.knowm.xchart.internal.series.Series.DataType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.knowm.xchart.OHLCSeries.OHLCSeriesRenderStyle
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.knowm.xchart.PieSeries.PieSeriesRenderStyle
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.knowm.xchart.style.AxesChartStyler.TextAlignment
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.knowm.xchart.style.BoxStyler.BoxplotCalCulationMethod
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.knowm.xchart.style.colors.ChartColor
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.knowm.xchart.style.PieStyler.ClockwiseDirectionType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.knowm.xchart.style.PieStyler.LabelType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.knowm.xchart.style.RadarStyler.RadarRenderStyle
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.knowm.xchart.style.Styler.ChartButtonPosition
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.knowm.xchart.style.Styler.ChartTheme
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.knowm.xchart.style.Styler.LegendLayout
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.knowm.xchart.style.Styler.LegendPosition
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.knowm.xchart.style.Styler.ToolTipType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.knowm.xchart.style.Styler.YAxisPosition
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.knowm.xchart.VectorGraphicsEncoder.VectorGraphicsFormat
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.knowm.xchart.XYSeries.XYSeriesRenderStyle
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VectorGraphicsEncoder - Class in org.knowm.xchart
-
A helper class with static methods for saving Charts as vectors
- VectorGraphicsEncoder() - Constructor for class org.knowm.xchart.VectorGraphicsEncoder
-
Constructor - Private constructor to prevent instantiation
- VectorGraphicsEncoder.PDFBoxProcessor - Class in org.knowm.xchart
- VectorGraphicsEncoder.VectorGraphicsFormat - Enum in org.knowm.xchart
- VectorGraphicsFormat() - Constructor for enum org.knowm.xchart.VectorGraphicsEncoder.VectorGraphicsFormat
- VERMILLION - Static variable in class org.knowm.xchart.style.colors.ColorBlindFriendlySeriesColors
- Vertical - org.knowm.xchart.style.Styler.LegendLayout
- visible - Variable in class org.knowm.xchart.internal.chartpart.ChartButton
- volumeData - Variable in class org.knowm.xchart.OHLCSeries
W
- w - Variable in class org.knowm.xchart.internal.chartpart.ToolTips.ToolTip
- WHITE - org.knowm.xchart.style.colors.ChartColor
-
WHITE
- width - Variable in class org.knowm.xchart.internal.ChartBuilder
- width - Variable in class org.knowm.xchart.internal.chartpart.Chart
-
Meta Data
- width(int) - Method in class org.knowm.xchart.internal.ChartBuilder
- WIDTH - Static variable in class org.knowm.xchart.QuickChart
- willLabelsFitInTickSpaceHint(List<String>, int) - Method in class org.knowm.xchart.internal.chartpart.AxisTickCalculator_
-
Given the generated tickLabels, will they fit side-by-side without overlapping each other and looking bad? Sometimes the given tickSpacingHint is simply too small.
- windowTitle - Variable in class org.knowm.xchart.SwingWrapper
- workingSpace - Variable in class org.knowm.xchart.internal.chartpart.AxisTickCalculator_
- 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
- x - Variable in class org.knowm.xchart.internal.chartpart.Cursor.DataPoint
- x - Variable in class org.knowm.xchart.internal.chartpart.ToolTips.ToolTip
- X - org.knowm.xchart.internal.chartpart.Axis.Direction
-
the constant to represent X axis
- x1 - Variable in class org.knowm.xchart.internal.chartpart.ChartZoom
- x2 - Variable in class org.knowm.xchart.internal.chartpart.ChartZoom
- xAndYLabels - org.knowm.xchart.style.Styler.ToolTipType
- xAxis - Variable in class org.knowm.xchart.internal.chartpart.AxisPair
- xAxisData - Variable in class org.knowm.xchart.CSVImporter.SeriesData
- xAxisData - Variable in class org.knowm.xchart.Histogram
- xAxisDataType - Variable in class org.knowm.xchart.internal.series.AxesChartSeries
- xAxisDecimalPattern - Variable in class org.knowm.xchart.style.AxesChartStyler
- xAxisLabelAlignment - Variable in class org.knowm.xchart.style.AxesChartStyler
- xAxisLabelAlignmentVertical - Variable in class org.knowm.xchart.style.AxesChartStyler
- xAxisLabelRotation - Variable in class org.knowm.xchart.style.AxesChartStyler
- xAxisLogarithmicDecadeOnly - Variable in class org.knowm.xchart.style.AxesChartStyler
- xAxisMax - Variable in class org.knowm.xchart.style.AxesChartStyler
- xAxisMaxLabelCount - Variable in class org.knowm.xchart.style.AxesChartStyler
- xAxisMin - Variable in class org.knowm.xchart.style.AxesChartStyler
- xAxisTickLabelsColor - Variable in class org.knowm.xchart.style.AxesChartStyler
- xAxisTickLabelsFormattingFunction - Variable in class org.knowm.xchart.style.AxesChartStyler
- xAxisTickMarksColor - Variable in class org.knowm.xchart.style.AxesChartStyler
- xAxisTickMarkSpacingHint - Variable in class org.knowm.xchart.style.AxesChartStyler
- xAxisTicksVisible - Variable in class org.knowm.xchart.style.AxesChartStyler
- xAxisTitle - Variable in class org.knowm.xchart.BoxChartBuilder
- xAxisTitle - Variable in class org.knowm.xchart.BubbleChartBuilder
- xAxisTitle - Variable in class org.knowm.xchart.CategoryChartBuilder
- xAxisTitle - Variable in class org.knowm.xchart.HeatMapChartBuilder
- xAxisTitle - Variable in class org.knowm.xchart.internal.chartpart.Chart
- xAxisTitle - Variable in class org.knowm.xchart.OHLCChartBuilder
- xAxisTitle - Variable in class org.knowm.xchart.XYChartBuilder
- xAxisTitle(String) - Method in class org.knowm.xchart.BoxChartBuilder
- xAxisTitle(String) - Method in class org.knowm.xchart.BubbleChartBuilder
- xAxisTitle(String) - Method in class org.knowm.xchart.CategoryChartBuilder
- xAxisTitle(String) - Method in class org.knowm.xchart.HeatMapChartBuilder
- xAxisTitle(String) - Method in class org.knowm.xchart.OHLCChartBuilder
- xAxisTitle(String) - Method in class org.knowm.xchart.XYChartBuilder
- xAxisTitleColor - Variable in class org.knowm.xchart.style.Styler
- xAxisTitleVisible - Variable in class org.knowm.xchart.style.AxesChartStyler
- XChart - org.knowm.xchart.style.Styler.ChartTheme
- xChartPanel - Variable in class org.knowm.xchart.internal.chartpart.ChartZoom
- XChartPanel<T extends Chart<?,?>> - Class in org.knowm.xchart
-
A Swing JPanel that contains a Chart
- XChartPanel(T) - Constructor for class org.knowm.xchart.XChartPanel
-
Constructor
- XChartPanel.ExportAction - Class in org.knowm.xchart
- XChartPanel.PopUpMenuClickListener - Class in org.knowm.xchart
- XChartPanel.PrintAction - Class in org.knowm.xchart
- XChartPanel.Printer - Class in org.knowm.xchart
- XChartPanel.SaveAction - Class in org.knowm.xchart
- XChartPanel.SuffixSaveFilter - Class in org.knowm.xchart
-
File filter based on the suffix of a file.
- XChartPanel.XChartPanelPopupMenu - Class in org.knowm.xchart
- XChartPanelPopupMenu() - Constructor for class org.knowm.xchart.XChartPanel.XChartPanelPopupMenu
- XChartSeriesColors - Class in org.knowm.xchart.style.colors
- XChartSeriesColors() - Constructor for class org.knowm.xchart.style.colors.XChartSeriesColors
-
Constructor
- XChartSeriesLines - Class in org.knowm.xchart.style.lines
- XChartSeriesLines() - Constructor for class org.knowm.xchart.style.lines.XChartSeriesLines
-
Constructor
- XChartSeriesMarkers - Class in org.knowm.xchart.style.markers
- XChartSeriesMarkers() - Constructor for class org.knowm.xchart.style.markers.XChartSeriesMarkers
-
Constructor
- XChartTheme - Class in org.knowm.xchart.style.theme
- XChartTheme() - Constructor for class org.knowm.xchart.style.theme.XChartTheme
- xData - Variable in class org.knowm.xchart.BoxChart
- xData - Variable in class org.knowm.xchart.HeatMapSeries
- xData - Variable in class org.knowm.xchart.internal.series.AxesChartSeriesCategory
- xData - Variable in class org.knowm.xchart.internal.series.AxesChartSeriesNumericalNoErrorBars
- xData - Variable in class org.knowm.xchart.OHLCSeries
- xDataAll - Variable in class org.knowm.xchart.internal.series.AxesChartSeriesNumericalNoErrorBars
- xLabels - org.knowm.xchart.style.Styler.ToolTipType
- xLeftMargin - Variable in class org.knowm.xchart.internal.chartpart.PlotContent_Box
- xMax - Variable in class org.knowm.xchart.internal.series.AxesChartSeries
-
the maximum value of axis range
- xMin - Variable in class org.knowm.xchart.internal.series.AxesChartSeries
-
the minimum value of axis range
- xOffset - Variable in class org.knowm.xchart.internal.chartpart.ChartButton
- xOffset - Variable in class org.knowm.xchart.internal.chartpart.Legend_
- xOffset - Variable in class org.knowm.xchart.internal.chartpart.PlotContent_Box
- xValue - Variable in class org.knowm.xchart.internal.chartpart.Cursor.DataPoint
- xyChart - Variable in class org.knowm.xchart.internal.chartpart.ChartZoom
- XYChart - Class in org.knowm.xchart
- XYChart(int, int) - Constructor for class org.knowm.xchart.XYChart
-
Constructor - the default Chart Theme will be used (XChartTheme)
- XYChart(int, int, Styler.ChartTheme) - Constructor for class org.knowm.xchart.XYChart
-
Constructor
- XYChart(int, int, Theme) - Constructor for class org.knowm.xchart.XYChart
-
Constructor
- XYChart(XYChartBuilder) - Constructor for class org.knowm.xchart.XYChart
-
Constructor
- XYChartBuilder - Class in org.knowm.xchart
- XYChartBuilder() - Constructor for class org.knowm.xchart.XYChartBuilder
- XYSeries - Class in org.knowm.xchart
-
A Series containing X and Y data to be plotted on a Chart
- XYSeries(String, double[], double[], double[], Series.DataType) - Constructor for class org.knowm.xchart.XYSeries
-
Constructor
- XYSeries.XYSeriesRenderStyle - Enum in org.knowm.xchart
- xySeriesRenderStyle - Variable in class org.knowm.xchart.style.XYStyler
- xySeriesRenderStyle - Variable in class org.knowm.xchart.XYSeries
- XYSeriesRenderStyle(RenderableSeries.LegendRenderType) - Constructor for enum org.knowm.xchart.XYSeries.XYSeriesRenderStyle
- xyStyler - Variable in class org.knowm.xchart.internal.chartpart.PlotContent_XY
- 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
- y - Variable in class org.knowm.xchart.internal.chartpart.Cursor.DataPoint
- y - Variable in class org.knowm.xchart.internal.chartpart.ToolTips.ToolTip
- Y - org.knowm.xchart.internal.chartpart.Axis.Direction
-
the constant to represent Y axis
- yAxis - Variable in class org.knowm.xchart.internal.chartpart.AxisPair
- yAxis - Variable in class org.knowm.xchart.internal.chartpart.AxisTickLabels
- yAxis - Variable in class org.knowm.xchart.internal.chartpart.AxisTickMarks
- yAxis - Variable in class org.knowm.xchart.internal.chartpart.AxisTitle
- yAxisAlignmentMap - Variable in class org.knowm.xchart.style.Styler
- yAxisData - Variable in class org.knowm.xchart.CSVImporter.SeriesData
- yAxisData - Variable in class org.knowm.xchart.Histogram
- yAxisDecimalPattern - Variable in class org.knowm.xchart.internal.series.Series
-
the yAxis decimalPattern
- yAxisDecimalPattern - Variable in class org.knowm.xchart.style.AxesChartStyler
- yAxisGroup - Variable in class org.knowm.xchart.internal.series.Series
- yAxisGroupDecimalPatternMap - Variable in class org.knowm.xchart.style.AxesChartStyler
- yAxisGroupTickLabelsColorMap - Variable in class org.knowm.xchart.style.AxesChartStyler
- yAxisGroupTickMarksColorMap - Variable in class org.knowm.xchart.style.AxesChartStyler
- yAxisGroupTitleColorMap - Variable in class org.knowm.xchart.style.Styler
- yAxisGroupTitleMap - Variable in class org.knowm.xchart.internal.chartpart.Chart
- yAxisLabelAlignment - Variable in class org.knowm.xchart.style.AxesChartStyler
- yAxisLeftWidthHint - Variable in class org.knowm.xchart.style.Styler
- yAxisLogarithmicDecadeOnly - Variable in class org.knowm.xchart.style.AxesChartStyler
- yAxisMap - Variable in class org.knowm.xchart.internal.chartpart.AxisPair
- yAxisMaxMap - Variable in class org.knowm.xchart.style.AxesChartStyler
- yAxisMinMap - Variable in class org.knowm.xchart.style.AxesChartStyler
- YAxisPosition() - Constructor for enum org.knowm.xchart.style.Styler.YAxisPosition
- yAxisTickLabelsColor - Variable in class org.knowm.xchart.style.AxesChartStyler
- yAxisTickLabelsFormattingFunction - Variable in class org.knowm.xchart.style.AxesChartStyler
- yAxisTickMarksColor - Variable in class org.knowm.xchart.style.AxesChartStyler
- yAxisTickMarkSpacingHint - Variable in class org.knowm.xchart.style.AxesChartStyler
- yAxisTicksVisible - Variable in class org.knowm.xchart.style.AxesChartStyler
- yAxisTitle - Variable in class org.knowm.xchart.BoxChartBuilder
- yAxisTitle - Variable in class org.knowm.xchart.BubbleChartBuilder
- yAxisTitle - Variable in class org.knowm.xchart.CategoryChartBuilder
- yAxisTitle - Variable in class org.knowm.xchart.HeatMapChartBuilder
- yAxisTitle - Variable in class org.knowm.xchart.internal.chartpart.Chart
- yAxisTitle - Variable in class org.knowm.xchart.OHLCChartBuilder
- yAxisTitle - Variable in class org.knowm.xchart.XYChartBuilder
- yAxisTitle(String) - Method in class org.knowm.xchart.BoxChartBuilder
- yAxisTitle(String) - Method in class org.knowm.xchart.BubbleChartBuilder
- yAxisTitle(String) - Method in class org.knowm.xchart.CategoryChartBuilder
- yAxisTitle(String) - Method in class org.knowm.xchart.HeatMapChartBuilder
- yAxisTitle(String) - Method in class org.knowm.xchart.OHLCChartBuilder
- yAxisTitle(String) - Method in class org.knowm.xchart.XYChartBuilder
- yAxisTitleColor - Variable in class org.knowm.xchart.style.Styler
- yAxisTitleVisible - Variable in class org.knowm.xchart.style.AxesChartStyler
- yAxisType - Variable in class org.knowm.xchart.internal.series.AxesChartSeries
- yData - Variable in class org.knowm.xchart.HeatMapSeries
- yData - Variable in class org.knowm.xchart.internal.series.AxesChartSeriesCategory
- yData - Variable in class org.knowm.xchart.internal.series.AxesChartSeriesNumericalNoErrorBars
- yData - Variable in class org.knowm.xchart.OHLCSeries
- yDataAll - Variable in class org.knowm.xchart.internal.series.AxesChartSeriesNumericalNoErrorBars
- YEAR_SCALE - Static variable in class org.knowm.xchart.internal.chartpart.AxisTickCalculator_Date
- YELLOW - Static variable in class org.knowm.xchart.style.colors.ColorBlindFriendlySeriesColors
- 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
- yIndex - Variable in class org.knowm.xchart.internal.chartpart.AxisTitle
- yIndex - Variable in class org.knowm.xchart.internal.chartpart.Formatter_LogNumber
- yIndex - Variable in class org.knowm.xchart.internal.chartpart.Formatter_Number
- yLabels - org.knowm.xchart.style.Styler.ToolTipType
- yMax - Variable in class org.knowm.xchart.internal.chartpart.PlotContent_Box
- yMax - Variable in class org.knowm.xchart.internal.series.AxesChartSeries
-
the maximum value of axis range
- yMin - Variable in class org.knowm.xchart.internal.chartpart.PlotContent_Box
- yMin - Variable in class org.knowm.xchart.internal.series.AxesChartSeries
-
the minimum value of axis range
- yOffset - Variable in class org.knowm.xchart.internal.chartpart.ChartButton
- yOffset - Variable in class org.knowm.xchart.internal.chartpart.Legend_
- yOffset - Variable in class org.knowm.xchart.internal.chartpart.PlotContent_Box
- yTickSpace - Variable in class org.knowm.xchart.internal.chartpart.PlotContent_Box
- yTopMargin - Variable in class org.knowm.xchart.internal.chartpart.PlotContent_Box
- yValue - Variable in class org.knowm.xchart.internal.chartpart.Cursor.DataPoint
Z
- zoomResetByButton - Variable in class org.knowm.xchart.style.XYStyler
- zoomResetByDoubleClick - Variable in class org.knowm.xchart.style.XYStyler
- zoomSelectionColor - Variable in class org.knowm.xchart.style.XYStyler
All Classes All Packages