All Classes
Class | Description |
---|---|
AreaRenderer |
Custom renderer displaying line charts with the area under the line is
filled.
|
ArrrayListDataPoints |
Object storing data points for use in the
JSparklinesArrayListBarChartTableCellRenderer.
|
BarChartColorRenderer |
Custom renderer making it possible to use different colors for individual
data bars in 3D bar charts.
|
CellHighlighterRenderer |
Table cell render highlighting columns ending with a given string, by using a
different background color.
|
ChartPanelTableCellRenderer |
Table cell renderer for generic org.jfree.chart.ChartPanel objects.
|
Chromosome |
Object storing data about one data point in a XY plot.
|
ChromosomeTableCellRenderer |
Table cell renderer for chromosome objects, i.e., 1-n and X, Y, Z and W.
|
GradientColorCoding |
Contains methods related to calculating color gradients.
|
GradientColorCoding.ColorGradient |
List of supported color gradient types.
|
HtmlLinksRenderer |
Table cell renderer using different HTML tag colors for selected and not
selected rows.
|
JSparklines3dDataSeries |
Object containing a 3D sparkline data series to be added to a
JSparklines3dDataset.
|
JSparklines3dDataset |
Object storing a set of JSparkline3dDataSeries in an array.
|
JSparklines3dTableCellRenderer |
Table cell renderer displaying JSparklines 3D plots consisting of multiple
values per data series.
|
JSparklines3dTableCellRenderer.PlotType |
List of supported plot types for JSparklines3dTableCellRenderer.
|
JSparklinesArrayListBarChartTableCellRenderer |
Table cell renderer displaying JSparklines plots consisting of numbers as a
stacked bar chart.
|
JSparklinesArrayListBarChartTableCellRenderer.ValueDisplayType |
List of supported value display options.
|
JSparklinesBarChartTableCellRenderer |
Table cell renderer displaying JSparklines bar charts.
|
JSparklinesBubbleHeatMapTableCellRenderer |
Table cell renderer displaying JSparklines bubble heat maps.
|
JSparklinesColorTableCellRenderer |
Table cell renderer displaying colored equal size bar charts.
|
JSparklinesDataSeries |
Object containing a sparkline data series to be added to a
JSparklinesDataset.
|
JSparklinesDataset |
Object storing a set of JSparklineDataSeries in an array.
|
JSparklinesDemo |
Demo of JSparklines used to show sparklines in Java tables.
|
JSparklinesErrorBarChartTableCellRenderer |
Table cell renderer displaying JSparklines bar charts with error bars.
|
JSparklinesHeatMapDemo |
Demo of JSparklines used to display heat maps in Java tables.
|
JSparklinesHeatMapTableCellRenderer |
Table cell renderer displaying JSparklinesDataSeries as heat maps where the
double values are used the color coding.
|
JSparklinesIntegerColorTableCellRenderer |
Table cell renderer displaying integers as colored equal size bar charts.
|
JSparklinesIntegerIconTableCellRenderer |
Table cell renderer displaying integers as icons.
|
JSparklinesIntervalChartTableCellRenderer |
Table cell renderer displaying JSparklines interval charts.
|
JSparklinesMultiIntervalChartTableCellRenderer |
Table cell renderer displaying multiple intervals.
|
JSparklinesMultiLabel |
Color labels for use with the JSparklinesMultiLabelTableCellRenderer.
|
JSparklinesMultiLabelDataset |
A dataset of JSparklinesMultiLabel for use with the
JSparklinesMultiLabelTableCellRenderer.
|
JSparklinesMultiLabelDemo |
Demo of the JSparklinesMultiLabelTableCellRenderer.
|
JSparklinesMultiLabelTableCellRenderer |
Table cell renderer for 1-4 color labels displayed either a pie chart or as
equal parts of a square.
|
JSparklinesTableCellRenderer |
Table cell renderer displaying JSparklines plots consisting of multiple
values per data series.
|
JSparklinesTableCellRenderer.PlotType |
List of supported plot types.
|
JSparklinesTwoValueBarChartTableCellRenderer |
Table cell renderer displaying JSparklines plots consisting of two values as
a stacked bar charts.
|
NimbusCheckBoxRenderer |
Table cell render fixing a bug occurring in the Nimbus look and feel with
alternating row color coding.
|
ReferenceArea |
Reference area that can be added to a chart.
|
ReferenceLine |
Reference line that can be added to a chart.
|
SignificantStatisticalCategoryDataset |
Extention of DefaultStatisticalCategoryDataset adding a boolean
indicating if the dataset is significant or not.
|
StartIndexes |
Object storing start indexes for use in the
JSparklinesMultiIntervalChartTableCellRenderer.
|
StatisticalBarChartColorRenderer |
Custom renderer making it possible to use different colors for individual
data bars in statistical bar charts.
|
TrueFalseIconRenderer |
Table cell render displaying icons instead of boolean values.
|
Util |
Includes general helper methods that are used by the other classes.
|
ValueAndBooleanDataPoint |
Object storing data about one data point and a corresponding significance
value.
|
XYDataPoint |
Object storing data about one data point in an XY plot.
|
XYZDataPoint |
Object storing data about one data point in an XYZ plot.
|