All Classes Interface Summary Class Summary Enum Summary
| Class |
Description |
| AbstractBaseTheme |
|
| Annotation |
|
| AnnotationImage |
|
| AnnotationLine |
|
| AnnotationText |
|
| AnnotationTextPanel |
|
| AxesChartSeries |
A Series containing X and Y data to be plotted on a Chart with X and Y Axes.
|
| AxesChartSeriesCategory |
A Series containing X and Y data to be plotted on a Chart with X and Y Axes.
|
| AxesChartSeriesNumericalNoErrorBars |
A Series containing X and Y data to be plotted on a Chart with X and Y Axes.
|
| AxesChartStyler |
|
| AxesChartStyler.TextAlignment |
|
| Axis<ST extends AxesChartStyler,S extends AxesChartSeries> |
Axis
|
| Axis.Direction |
An axis direction
|
| AxisPair<ST extends AxesChartStyler,S extends AxesChartSeries> |
|
| AxisTick<ST extends AxesChartStyler,S extends AxesChartSeries> |
An axis tick
|
| AxisTickCalculator |
|
| AxisTickCalculator_ |
|
| AxisTickCalculator_Callback |
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_Category |
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_Date |
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.TimeSpan |
|
| AxisTickCalculator_Logarithmic |
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_Number |
This class encapsulates the logic to generate the axis tick mark and axis tick label data for
rendering the axis ticks for decimal axes
|
| AxisTickLabels<ST extends AxesChartStyler,S extends AxesChartSeries> |
Axis tick labels
|
| AxisTickMarks<ST extends AxesChartStyler,S extends AxesChartSeries> |
Axis tick marks.
|
| AxisTitle<ST extends AxesChartStyler,S extends Series> |
AxisTitle
|
| BaseSeriesColors |
|
| BaseSeriesLines |
|
| BaseSeriesMarkers |
|
| BitmapEncoder |
A helper class with static methods for saving Charts as bitmaps
|
| BitmapEncoder.BitmapFormat |
|
| BoxChart |
|
| BoxChartBuilder |
|
| BoxPlotData |
Box plot data information(Upper whisker, Upper quartile, Middle quartile, Lower quartile, Lower
whisker)
|
| BoxPlotDataCalculator<ST extends AxesChartStyler,S extends AxesChartSeries> |
Calculate box plot data information for all series of BoxChart.
|
| BoxSeries |
|
| BoxStyler |
|
| BoxStyler.BoxplotCalCulationMethod |
Box plot calculation method, method for determining the position of the quartile
|
| BubbleChart |
|
| BubbleChartBuilder |
|
| BubbleSeries |
A Series containing X, Y and bubble size data to be plotted on a Chart
|
| BubbleSeries.BubbleSeriesRenderStyle |
|
| BubbleStyler |
|
| CategoryChart |
|
| CategoryChartBuilder |
|
| CategorySeries |
A Series containing category data to be plotted on a Chart
|
| CategorySeries.CategorySeriesRenderStyle |
|
| CategoryStyler |
|
| Chart<ST extends Styler,S extends Series> |
An XChart Chart
|
| ChartBuilder<T extends ChartBuilder<?,?>,C extends Chart> |
A "Builder" to make creating charts easier
|
| ChartButton |
A button that can be used on the chart for whatever function.
|
| ChartColor |
Pre-defined Colors used for various Chart Elements
|
| ChartPart |
All components of a chart that need to be painted should implement this interface
|
| ChartTitle<ST extends Styler,S extends Series> |
Chart Title
|
| ChartZoom |
|
| Circle |
|
| ColorBlindFriendlySeriesColors |
|
| Cross |
|
| CSVExporter |
This class is used to export Chart data to a folder containing one or more CSV files.
|
| CSVImporter |
This class is used to create a Chart object from a folder containing one or more CSV files.
|
| CSVImporter.DataOrientation |
|
| CSVImporter.SeriesData |
|
| Cursor |
Cursor movement to display matching point data information.
|
| Cursor.DataPoint |
|
| DialChart |
|
| DialChartBuilder |
|
| DialSeries |
A Series containing Radar data to be plotted on a Chart
|
| DialStyler |
|
| Diamond |
|
| FontColorDetector |
|
| Formatter_Custom |
|
| Formatter_LogNumber |
|
| Formatter_Number |
|
| Formatter_String |
Dummy Format class for labels
|
| GGPlot2SeriesColors |
|
| GGPlot2SeriesLines |
|
| GGPlot2SeriesMarkers |
|
| GGPlot2Theme |
|
| GifEncoder |
A helper class with static methods for saving Charts as a GIF file
|
| HeatMapChart |
|
| HeatMapChartBuilder |
|
| HeatMapSeries |
A Series containing X, Y and heatData data to be plotted on a Chart
|
| HeatMapStyler |
|
| Histogram |
This class can be used to create histogram
|
| Legend_<ST extends Styler,S extends Series> |
|
| Legend_Bubble<ST extends AxesChartStyler,S extends AxesChartSeries> |
|
| Legend_HeatMap<ST extends HeatMapStyler,S extends HeatMapSeries> |
|
| Legend_Marker<ST extends Styler,S extends MarkerSeries> |
|
| Legend_OHLC<ST extends OHLCStyler,S extends OHLCSeries> |
|
| Legend_Pie<ST extends Styler,S extends Series> |
|
| Marker |
|
| MarkerSeries |
A Series containing X and Y data to be plotted on a Chart with X and Y Axes, contains series
markers and error bars.
|
| MatlabSeriesColors |
|
| MatlabSeriesLines |
|
| MatlabSeriesMarkers |
|
| MatlabTheme |
|
| NoMarkersSeries |
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.
|
| None |
|
| NoneStroke |
|
| OHLCChart |
|
| OHLCChartBuilder |
|
| OHLCSeries |
|
| OHLCSeries.OHLCSeriesRenderStyle |
|
| OHLCStyler |
|
| Oval |
|
| PdfboxGraphicsEncoder |
A helper class with static methods for saving Charts as a PDF file
|
| PieChart |
|
| PieChartBuilder |
|
| PieSeries |
A Series containing Pie data to be plotted on a Chart
|
| PieSeries.PieSeriesRenderStyle |
|
| PieStyler |
|
| PieStyler.ClockwiseDirectionType |
|
| PieStyler.LabelType |
|
| Plot_<ST extends Styler,S extends Series> |
|
| Plot_AxesChart<ST extends AxesChartStyler,S extends Series> |
|
| Plot_Box<ST extends BoxStyler,S extends BoxSeries> |
|
| Plot_Bubble<ST extends BubbleStyler,S extends BubbleSeries> |
|
| Plot_Category<ST extends CategoryStyler,S extends CategorySeries> |
|
| Plot_Circular<ST extends Styler,S extends Series> |
|
| Plot_Dial<ST extends DialStyler,S extends DialSeries> |
|
| Plot_HeatMap<ST extends HeatMapStyler,S extends HeatMapSeries> |
|
| Plot_OHLC<ST extends AxesChartStyler,S extends OHLCSeries> |
|
| Plot_Pie<ST extends PieStyler,S extends PieSeries> |
|
| Plot_Radar<ST extends RadarStyler,S extends RadarSeries> |
|
| Plot_XY<ST extends XYStyler,S extends XYSeries> |
|
| PlotContent_<ST extends Styler,S extends Series> |
|
| PlotContent_Box<ST extends BoxStyler,S extends BoxSeries> |
|
| PlotContent_Bubble<ST extends BubbleStyler,S extends BubbleSeries> |
|
| PlotContent_Category_Bar<ST extends CategoryStyler,S extends CategorySeries> |
|
| PlotContent_Dial<ST extends DialStyler,S extends DialSeries> |
|
| PlotContent_HeatMap<ST extends HeatMapStyler,S extends HeatMapSeries> |
|
| PlotContent_OHLC<ST extends AxesChartStyler,S extends OHLCSeries> |
|
| PlotContent_Pie<ST extends PieStyler,S extends PieSeries> |
|
| PlotContent_Radar<ST extends RadarStyler,S extends RadarSeries> |
|
| PlotContent_XY<ST extends XYStyler,S extends XYSeries> |
|
| PlotSurface_<ST extends Styler,S extends Series> |
|
| PlotSurface_AxesChart<ST extends AxesChartStyler,S extends Series> |
Draws the plot background, the plot border and the horizontal and vertical grid lines
|
| PlotSurface_Pie<ST extends Styler,S extends Series> |
Draws the plot background and the plot border
|
| Plus |
|
| PrinterFriendlySeriesColors |
|
| QuickChart |
A convenience class for making Charts with one line of code
|
| RadarChart |
|
| RadarChartBuilder |
|
| RadarSeries |
A Series containing Radar data to be plotted on a Chart
|
| RadarStyler |
|
| RadarStyler.RadarRenderStyle |
|
| Rectangle |
|
| RenderableSeries |
|
| RenderableSeries.LegendRenderType |
|
| Series |
A Series to be plotted on a Chart
|
| Series.DataType |
|
| SeriesColorMarkerLineStyle |
A DTO to hold the Series' Color, Marker, and LineStyle
|
| SeriesColorMarkerLineStyleCycler |
Cycles through the different colors, markers, and strokes in a predetermined way
|
| SeriesColors |
|
| SeriesLines |
Pre-defined Line Styles used for Series Lines
|
| SeriesMarkers |
|
| Square |
|
| Styler |
The styler is used to manage all things related to styling of the vast number of Chart components
|
| Styler.ChartButtonPosition |
|
| Styler.ChartTheme |
|
| Styler.LegendLayout |
|
| Styler.LegendPosition |
|
| Styler.ToolTipType |
|
| Styler.YAxisPosition |
|
| SwingWrapper<T extends Chart<?,?>> |
A convenience class used to display a Chart in a barebones Swing application
|
| Theme |
|
| ToolTips |
Tooltips can be put on all data points or configured to popup like a tooltip from a mouse over.
|
| ToolTips.ToolTip |
|
| Trapezoid |
|
| TriangleDown |
|
| TriangleUp |
|
| Utils |
|
| VectorGraphicsEncoder |
A helper class with static methods for saving Charts as vectors
|
| VectorGraphicsEncoder.PDFBoxProcessor |
|
| VectorGraphicsEncoder.VectorGraphicsFormat |
|
| XChartPanel<T extends Chart<?,?>> |
A Swing JPanel that contains a Chart
|
| XChartPanel.Printer |
|
| XChartPanel.SuffixSaveFilter |
File filter based on the suffix of a file.
|
| XChartSeriesColors |
|
| XChartSeriesLines |
|
| XChartSeriesMarkers |
|
| XChartTheme |
|
| XYChart |
|
| XYChartBuilder |
|
| XYSeries |
A Series containing X and Y data to be plotted on a Chart
|
| XYSeries.XYSeriesRenderStyle |
|
| XYStyler |
|