Serialized Form
-
Package no.uib.jsparklines
-
Class no.uib.jsparklines.JSparklinesDemo extends JFrame implements Serializable
-
Serialized Fields
-
backgroundPanel
JPanel backgroundPanel
-
colorA
Color colorA
The first example color. -
colorB
Color colorB
The second example color. -
colorC
Color colorC
The third example color. -
multipleDataSeriesJComboBox
JComboBox multipleDataSeriesJComboBox
-
multipleDataSeriesJPanel
JPanel multipleDataSeriesJPanel
-
multipleDataSeriesJScrollPane
JScrollPane multipleDataSeriesJScrollPane
-
multipleDataSeriesJTable
JTable multipleDataSeriesJTable
-
multipleValuesJComboBox
JComboBox multipleValuesJComboBox
-
multipleValuesJPanel
JPanel multipleValuesJPanel
-
multipleValuesJScrollPane
JScrollPane multipleValuesJScrollPane
-
multipleValuesJTable
JTable multipleValuesJTable
-
reference3dValuesJCheckBox
JCheckBox reference3dValuesJCheckBox
-
referenceMultipleValuesJCheckBox
JCheckBox referenceMultipleValuesJCheckBox
-
showBothJCheckBox
JCheckBox showBothJCheckBox
-
showGradientJCheckBox
JCheckBox showGradientJCheckBox
-
showJSparklinesJCheckBox
JCheckBox showJSparklinesJCheckBox
-
singleValuesJPanel
JPanel singleValuesJPanel
-
singleValuesJScrollPane
JScrollPane singleValuesJScrollPane
-
singleValuesJTable
JTable singleValuesJTable
-
treeDimensionalDataSeriesJComboBox
JComboBox treeDimensionalDataSeriesJComboBox
-
treeDimensionalDataSeriesJPanel
JPanel treeDimensionalDataSeriesJPanel
-
treeDimensionalDataSeriesJScrollPane
JScrollPane treeDimensionalDataSeriesJScrollPane
-
treeDimensionalDataSeriesJTable
JTable treeDimensionalDataSeriesJTable
-
-
-
Class no.uib.jsparklines.JSparklinesDemo.ComboBoxListCellRenderer extends DefaultListCellRenderer implements Serializable
-
Class no.uib.jsparklines.JSparklinesDemo.NonOpaqueCellRenderer extends DefaultTableCellRenderer implements Serializable
-
Class no.uib.jsparklines.JSparklinesHeatMapDemo extends JFrame implements Serializable
-
Serialized Fields
-
backgoundColorJComboBox
JComboBox backgoundColorJComboBox
-
backgroundPanel
JPanel backgroundPanel
-
colorGradientJComboBox
JComboBox colorGradientJComboBox
-
heatmapJScrollPane
JScrollPane heatmapJScrollPane
-
heatmapJTable
JTable heatmapJTable
-
heatmapTypeJComboBox
JComboBox heatmapTypeJComboBox
-
showHeatmapJCheckBox
JCheckBox showHeatmapJCheckBox
-
singleValuesJPanel
JPanel singleValuesJPanel
-
-
-
Class no.uib.jsparklines.JSparklinesHeatMapDemo.ComboBoxListCellRenderer extends DefaultListCellRenderer implements Serializable
-
Class no.uib.jsparklines.JSparklinesHeatMapDemo.NonOpaqueCellRenderer extends DefaultTableCellRenderer implements Serializable
-
Class no.uib.jsparklines.JSparklinesMultiLabelDemo extends JDialog implements Serializable
-
Serialized Fields
-
backgroundPanel
JPanel backgroundPanel
-
dataTable
JTable dataTable
-
dataTableJScrollPane
JScrollPane dataTableJScrollPane
-
-
-
-
Package no.uib.jsparklines.data
-
Class no.uib.jsparklines.data.ArrrayListDataPoints extends Object implements Serializable
- serialVersionUID:
- 8439427205918618172L
-
Serialized Fields
-
data
ArrayList<Double> data
The array list of doubles to store. -
sum
Double sum
The sum of the values in the list. Null if not set. -
sumExceptLast
Double sumExceptLast
The sum of the value in the list except the last one. Null if not set. -
valueDisplayType
JSparklinesArrayListBarChartTableCellRenderer.ValueDisplayType valueDisplayType
The value used to sort (and display) the data.
-
-
Class no.uib.jsparklines.data.Chromosome extends Object implements Serializable
- serialVersionUID:
- 2505328876343336528L
-
Serialized Fields
-
chromosomeName
String chromosomeName
The chromosome name. -
chromosomeNumber
Integer chromosomeNumber
The chromosome number or X, Y, Z or W. -
W
Integer W
Integer value representing the W chromosome. -
X
Integer X
Integer value representing the X chromosome. -
Y
Integer Y
Integer value representing the Y chromosome. -
Z
Integer Z
Integer value representing the Z chromosome.
-
-
Class no.uib.jsparklines.data.JSparklinesMultiLabel extends Object implements Serializable
- serialVersionUID:
- -8630809835909760166L
-
Class no.uib.jsparklines.data.JSparklinesMultiLabelDataset extends Object implements Serializable
- serialVersionUID:
- 4237964624474414243L
-
Serialized Fields
-
labels
ArrayList<JSparklinesMultiLabel> labels
The arraylist of labels.
-
-
Class no.uib.jsparklines.data.SignificantStatisticalCategoryDataset extends org.jfree.data.statistics.DefaultStatisticalCategoryDataset implements Serializable
-
Serialized Fields
-
significant
Boolean significant
A boolean indicating if the dataset is significant or not.
-
-
-
Class no.uib.jsparklines.data.StartIndexes extends Object implements Serializable
- serialVersionUID:
- 3564559645965619316L
-
Class no.uib.jsparklines.data.ValueAndBooleanDataPoint extends Object implements Serializable
- serialVersionUID:
- -2630056389073106208L
-
Serialized Fields
-
significant
boolean significant
Is the value significant? -
value
double value
The value.
-
-
Class no.uib.jsparklines.data.XYDataPoint extends Object implements Serializable
- serialVersionUID:
- 8439427205918618172L
-
Serialized Fields
-
compareBasedOnFirstDataPoint
boolean compareBasedOnFirstDataPoint
If true, the compare method will use the first data point. False will use the sum. First data point is the default. -
x
double x
The x value. -
y
double y
The y value.
-
-
Class no.uib.jsparklines.data.XYZDataPoint extends Object implements Serializable
- serialVersionUID:
- -5876541315146855069L
-
Serialized Fields
-
x
double x
The x value. -
y
double y
The y value. -
z
double z
The z value.
-
-
-
Package no.uib.jsparklines.extra
-
Class no.uib.jsparklines.extra.ChartPanelTableCellRenderer extends JLabel implements Serializable
-
Class no.uib.jsparklines.extra.ChromosomeTableCellRenderer extends JLabel implements Serializable
-
Class no.uib.jsparklines.extra.NimbusCheckBoxRenderer extends DefaultTableCellRenderer implements Serializable
-
Serialized Fields
-
renderer
JCheckBox renderer
The default JCheckBox renderer.
-
-
-
-
Package no.uib.jsparklines.renderers
-
Class no.uib.jsparklines.renderers.JSparklines3dTableCellRenderer extends JLabel implements Serializable
-
Serialized Fields
-
chart
org.jfree.chart.JFreeChart chart
The chart to display. -
chartPanel
org.jfree.chart.ChartPanel chartPanel
The chart panel to be displayed. -
maxXValue
double maxXValue
The maximum x-axis value. -
maxYValue
double maxYValue
The maximum y-axis value. -
minXValue
double minXValue
The minimum x-axis value. -
minYValue
double minYValue
The minimum y-axis value. -
plotType
JSparklines3dTableCellRenderer.PlotType plotType
The current plot type. -
referenceAreasXAxis
HashMap<String,ReferenceArea> referenceAreasXAxis
A hashmap of the current x-axis reference areas. Key is the name of the reference area. -
referenceAreasYAxis
HashMap<String,ReferenceArea> referenceAreasYAxis
A hashmap of the current y-axis reference areas. Key is the name of the reference area. -
referenceLinesXAxis
HashMap<String,ReferenceLine> referenceLinesXAxis
A hashmap of the current x-axis reference lines. Key is the name of the reference line. -
referenceLinesYAxis
HashMap<String,ReferenceLine> referenceLinesYAxis
A hashmap of the current y-axis reference lines. Key is the name of the reference line.
-
-
-
Class no.uib.jsparklines.renderers.JSparklinesArrayListBarChartTableCellRenderer extends JLabel implements Serializable
-
Serialized Fields
-
backgroundColor
Color backgroundColor
The background color, if null the row color is used. -
chart
org.jfree.chart.JFreeChart chart
The chart to display. -
chartPanel
org.jfree.chart.ChartPanel chartPanel
The chart panel to be displayed. -
colors
ArrayList<Color> colors
The colors to use for the plot. -
currentValueDisplayType
JSparklinesArrayListBarChartTableCellRenderer.ValueDisplayType currentValueDisplayType
The current value display type. -
fillColor
Color fillColor
The color used to fill the rest of the chart up to the max value. Set to null if no filling should be used. -
labelHorizontalAlignement
int labelHorizontalAlignement
The horizontal alignment of the label when showing number and chart. -
maxValue
double maxValue
The maximum value. Used to set the upper range for the charts. -
numberFormat
DecimalFormat numberFormat
The decimal format for use when showing the numbers. -
plotOrientation
org.jfree.chart.plot.PlotOrientation plotOrientation
The plot orientation. -
referenceAreas
HashMap<String,ReferenceArea> referenceAreas
A hashmap of the current reference areas. Key is the name of the reference area. -
referenceLines
HashMap<String,ReferenceLine> referenceLines
A hashmap of the current reference lines. Key is the name of the reference line. -
showNumberAndChart
boolean showNumberAndChart
If true the value of the chart is shown next to the bar chart. -
showNumbers
boolean showNumbers
If true the underlying numbers are shown instead of the charts. -
valueLabel
JLabel valueLabel
The label used to display the number and the bar chart at the same time. -
widthOfValueLabel
int widthOfValueLabel
The width of the label used to display the value and the chart in the same time.
-
-
-
Class no.uib.jsparklines.renderers.JSparklinesBarChartTableCellRenderer extends JPanel implements Serializable
-
Serialized Fields
-
chart
org.jfree.chart.JFreeChart chart
The chart to display. -
chartPanel
org.jfree.chart.ChartPanel chartPanel
The chart panel to be displayed. -
currentColorGradient
GradientColorCoding.ColorGradient currentColorGradient
The currently selected color gradient. -
gradientColoring
boolean gradientColoring
If true a red/green gradient coloring is used. -
heatMapBorderColor
Color heatMapBorderColor
The color to use for the border for the cells when heat map is used. Makes sure that the user can see which cells are selected. -
labelHorizontalAlignement
int labelHorizontalAlignement
The horizontal alignment of the label when showing number and chart. -
logScale
boolean logScale
If true, the values are log scaled before displaying the bar. Note that the scaling has no effect on the actual value only on the visualization of the values. -
maxLogValue
double maxLogValue
The maximum log value (base 10). Used to set the maximum range for the log chart. -
maxValue
double maxValue
The maximum value. Used to set the maximum range for the chart. -
minimumChartValue
double minimumChartValue
The minimum value to display as a chart. Values smaller than this lower limit are shown as this minimum value when shown as a chart. This to make sure that the chart is visible at all. -
minLogValue
double minLogValue
The minimum log value (base 10). Used to set the minimum range for the log chart. -
minValue
double minValue
The minimum value. Used to set the minimum range for the chart. -
negativeValuesColor
Color negativeValuesColor
The colors to use for the bars with negative numbers. -
nonSignificantColor
Color nonSignificantColor
The color to use for the non-significant values. -
numberFormat
DecimalFormat numberFormat
The decimal format for use when showing the numbers. -
plotBackgroundColor
Color plotBackgroundColor
The background color used for the plots. For plots using light colors, it's recommended to use a dark background color, and for plots using darker colors it is recommended to use a light background. -
positiveColorGradient
boolean positiveColorGradient
The first color of the gradient is used for values close to the min value, while the third color of the gradient is used for values close to the max value. If only positive values are expected (positiveColorGradient is true) the gradient color is used for the halfway point between the min and max values. If both positive and negative values are expected (positiveColorGradient is false) the middle gradient color is used for values around zero. -
positiveValuesColor
Color positiveValuesColor
The colors to use for the bars with positive numbers. -
showAsHeatMap
boolean showAsHeatMap
If true, the values are shown as a heat map. -
showNumberAndChart
boolean showNumberAndChart
If true the value of the chart is shown next to the bar chart. -
showNumbers
boolean showNumbers
If true the underlying numbers are shown instead of the charts. -
significanceLevel
double significanceLevel
The upper level for when to use the significant values color. -
tableCellBarChartColorBig
Color tableCellBarChartColorBig
The color to use for bar charts shown inside a table cell when a big value is "good". -
tableCellBarChartColorSmall
Color tableCellBarChartColorSmall
The color to use for bar charts shown inside a table cell when a small value is "good". -
tooltipLowerValue
double tooltipLowerValue
Used to decide how many decimals to include in the tooltip. If the number is smaller than the lower limit, 8 decimals are shown, otherwise only 2 decimals are used. -
valueLabel
JLabel valueLabel
The label used to display the number and the bar chart at the same time. -
widthOfValueLabel
int widthOfValueLabel
The width of the label used to display the value and the chart in the same time.
-
-
-
Class no.uib.jsparklines.renderers.JSparklinesBubbleHeatMapTableCellRenderer extends JLabel implements Serializable
-
Serialized Fields
-
chart
org.jfree.chart.JFreeChart chart
The chart to display. -
chartPanel
org.jfree.chart.ChartPanel chartPanel
The chart panel to be displayed. -
currentColorGradient
GradientColorCoding.ColorGradient currentColorGradient
The currently selected color gradient. -
maxAbsValue
double maxAbsValue
The maximum absolute value. Used to set the maximum range for the chart. -
minimumChartValue
double minimumChartValue
The minimum value to display as a chart. Values smaller than this lower limit are shown as this minimum value when shown as a chart. This to make sure that the chart is visible at all. -
positiveColorGradient
boolean positiveColorGradient
The first color of the gradient is used for values close to the min value, while the third color of the gradient is used for values close to the max value. If only positive values are expected (positiveColorGradient is true) the gradient color is used for the halfway point between the min and max values. If both positive and negative values are expected (positiveColorGradient is false) the middle gradient color is used for values around zero. -
showNumbers
boolean showNumbers
If true the underlying numbers are shown instead of the charts. -
tooltipLowerValue
double tooltipLowerValue
Used to decide how many decimals to include in the tooltip. If the number is smaller than the lower limit, 8 decimals are shown, otherwise only 2 decimals are used.
-
-
-
Class no.uib.jsparklines.renderers.JSparklinesColorTableCellRenderer extends JPanel implements Serializable
-
Serialized Fields
-
chart
org.jfree.chart.JFreeChart chart
The chart to display. -
chartPanel
org.jfree.chart.ChartPanel chartPanel
The chart panel to be displayed. -
plotBackgroundColor
Color plotBackgroundColor
The background color used for the plots. For plots using light colors, it's recommended to use a dark background color, and for plots using darker colors it is recommended to use a light background. -
tooltips
HashMap<Color,String> tooltips
The color tooltip mappings.
-
-
-
Class no.uib.jsparklines.renderers.JSparklinesErrorBarChartTableCellRenderer extends JPanel implements Serializable
-
Serialized Fields
-
chart
org.jfree.chart.JFreeChart chart
The chart to display. -
chartPanel
org.jfree.chart.ChartPanel chartPanel
The chart panel to be displayed. -
currentColorGradient
GradientColorCoding.ColorGradient currentColorGradient
The currently selected color gradient. -
errorBarWidth
float errorBarWidth
The width of the error stroke bars. -
gradientColoring
boolean gradientColoring
If true a red/green gradient coloring is used. -
indicateSignificance
boolean indicateSignificance
If true, a star is added after all the significant datasets. Only has an effect on SignificantStatisticalCategoryDataset. -
labelHorizontalAlignement
int labelHorizontalAlignement
The horizontal alignment of the label when showing number and chart. -
maxValue
double maxValue
The maximum value. Used to set the maximum range for the chart. -
minimumChartValue
double minimumChartValue
The minimum value to display as a chart. Values smaller than this lower limit are shown as this minimum value when shown as a chart. This to make sure that the chart is visible at all. -
minValue
double minValue
The minimum value. Used to set the minimum range for the chart. -
negativeValuesColor
Color negativeValuesColor
The colors to use for the bars with negative numbers. -
numberFormat
DecimalFormat numberFormat
The decimal format for use when showing the numbers. -
plotBackgroundColor
Color plotBackgroundColor
The background color used for the plots. For plots using light colors, it's recommended to use a dark background color, and for plots using darker colors it is recommended to use a light background. -
positiveColorGradient
boolean positiveColorGradient
The first color of the gradient is used for values close to the min value, while the third color of the gradient is used for values close to the max value. If only positive values are expected (positiveColorGradient is true) the middle gradient color is used for the halfway point between the min and max values. If both positive and negative values are expected (positiveColorGradient is false) the middle gradient color is used for values around zero. -
positiveValuesColor
Color positiveValuesColor
The colors to use for the bars with positive numbers. -
showNumberAndChart
boolean showNumberAndChart
If true the value of the chart is shown next to the bar chart. -
signifianceLabel
JLabel signifianceLabel
The label used to display the significance. -
tableCellBarChartColorBig
Color tableCellBarChartColorBig
The color to use for bar charts shown inside a table cell when a big value is "good". -
tableCellBarChartColorSmall
Color tableCellBarChartColorSmall
The color to use for bar charts shown inside a table cell when a small value is "good". -
tooltipLowerValue
double tooltipLowerValue
Used to decide how many decimals to include in the tooltip. If the number is smaller than the lower limit, 8 decimals are shown, otherwise only 2 decimals are used. -
valueLabel
JLabel valueLabel
The label used to display the number and the bar chart at the same time. -
widthOfValueLabel
int widthOfValueLabel
The width of the label used to display the value and the chart in the same time.
-
-
-
Class no.uib.jsparklines.renderers.JSparklinesHeatMapTableCellRenderer extends JLabel implements Serializable
-
Serialized Fields
-
backgroundColor
Color backgroundColor
The background color, if null the row color is used. -
chart
org.jfree.chart.JFreeChart chart
The chart to display. -
chartPanel
org.jfree.chart.ChartPanel chartPanel
The chart panel to be displayed. -
currentColorGradient
GradientColorCoding.ColorGradient currentColorGradient
The currently selected color gradient. -
maxValue
double maxValue
The maximum absolute value. Used to set the upper range for the heat map color. -
positiveColorGradient
boolean positiveColorGradient
The first color of the gradient is used for values close to the min value, while the third color of the gradient is used for values close to the max value. If only positive values are expected (positiveColorGradient is true) the gradient color is used for the halfway point between the min and max values. If both positive and negative values are expected (positiveColorGradient is false) the middle gradient color is used for values around zero.
-
-
-
Class no.uib.jsparklines.renderers.JSparklinesIntegerColorTableCellRenderer extends JPanel implements Serializable
-
Serialized Fields
-
chart
org.jfree.chart.JFreeChart chart
The chart to display. -
chartPanel
org.jfree.chart.ChartPanel chartPanel
The chart panel to be displayed. -
colors
HashMap<Integer,Color> colors
The integer to color mappings. -
defaultColor
Color defaultColor
The default color. Used if an un-mapped integer is found. -
labelHorizontalAlignement
int labelHorizontalAlignement
The horizontal alignment of the label when showing number and chart. -
plotBackgroundColor
Color plotBackgroundColor
The background color used for the plots. For plots using light colors, it's recommended to use a dark background color, and for plots using darker colors it is recommended to use a light background. -
showNumberAndChart
boolean showNumberAndChart
If true the value of the chart is shown next to the bar chart. -
showNumbers
boolean showNumbers
If true the underlying numbers are shown instead of the charts. -
tooltips
HashMap<Integer,String> tooltips
The integer to color tooltip mappings. -
valueLabel
JLabel valueLabel
The label used to display the number and the bar chart at the same time. -
widthOfValueLabel
int widthOfValueLabel
The width of the label used to display the value and the chart in the same time.
-
-
-
Class no.uib.jsparklines.renderers.JSparklinesIntegerIconTableCellRenderer extends JPanel implements Serializable
-
Serialized Fields
-
-
Class no.uib.jsparklines.renderers.JSparklinesIntervalChartTableCellRenderer extends JPanel implements Serializable
-
Serialized Fields
-
chart
org.jfree.chart.JFreeChart chart
The chart to display. -
chartPanel
org.jfree.chart.ChartPanel chartPanel
The chart panel to be displayed. -
currentColorGradient
GradientColorCoding.ColorGradient currentColorGradient
The currently selected color gradient. -
gradientColoring
boolean gradientColoring
If true a red/green gradient coloring is used. -
labelHorizontalAlignement
int labelHorizontalAlignement
The horizontal alignment of the label when showing number and chart. -
maxValue
double maxValue
The maximum value. Used to set the maximum range for the chart. -
minimumChartValue
double minimumChartValue
The minimum value to display as a chart. Values smaller than this lower limit are shown as this minimum value when shown as a chart. This to make sure that the chart is visible at all. -
minValue
double minValue
The minimum value. Used to set the minimum range for the chart. -
negativeValuesColor
Color negativeValuesColor
The colors to use for the intervals with negative numbers. -
plotBackgroundColor
Color plotBackgroundColor
The background color used for the plots. For plots using light colors, it's recommended to use a dark background color, and for plots using darker colors it is recommended to use a light background. -
positiveColorGradient
boolean positiveColorGradient
The first color of the gradient is used for values close to the min value, while the third color of the gradient is used for values close to the max value. If only positive values are expected (positiveColorGradient is true) the gradient color is used for the halfway point between the min and max values. If both positive and negative values are expected (positiveColorGradient is false) the middle gradient color is used for values around zero. -
positiveValuesColor
Color positiveValuesColor
The colors to use for the intervals with positive numbers. -
referenceLineColor
Color referenceLineColor
The reference line color. -
referenceLineWidth
double referenceLineWidth
The reference line width. -
showNumberAndChart
boolean showNumberAndChart
If true the value of the chart is shown next to the interval chart. -
showNumbers
boolean showNumbers
If true the underlying numbers are shown instead of the charts. -
showReferenceLine
boolean showReferenceLine
If true, a black reference line is added in the center of the plot. -
tooltipLowerValue
double tooltipLowerValue
Used to decide how many decimals to include in the tooltip. If the number is smaller than the lower limit, 8 decimals are shown, otherwise only 2 decimals are used. -
valueLabel
JLabel valueLabel
The label used to display the number and the interval chart at the same time. -
widthOfInterval
double widthOfInterval
The width of the interval used to highlight the value. -
widthOfValueLabel
int widthOfValueLabel
The width of the label used to display the value and the chart in the same time. -
xyDataPointRequied
boolean xyDataPointRequied
If true XYDataPoint cell value are required, due to the constructor used.
-
-
-
Class no.uib.jsparklines.renderers.JSparklinesMultiIntervalChartTableCellRenderer extends JLabel implements Serializable
-
Serialized Fields
-
chart
org.jfree.chart.JFreeChart chart
The chart to display. -
chartPanel
org.jfree.chart.ChartPanel chartPanel
The chart panel to be displayed. -
gradientColoring
boolean gradientColoring
If true a red/green gradient coloring is used. -
labelHorizontalAlignement
int labelHorizontalAlignement
The horizontal alignment of the label when showing number and chart. -
maxValue
double maxValue
The maximum value. Used to set the maximum range for the chart. -
minimumChartValue
double minimumChartValue
The minimum value to display as a chart. Values smaller than this lower limit are shown as this minimum value when shown as a chart. This to make sure that the chart is visible at all. -
minValue
double minValue
The minimum value. Used to set the minimum range for the chart. -
plotBackgroundColor
Color plotBackgroundColor
The background color used for the plots. For plots using light colors, it's recommended to use a dark background color, and for plots using darker colors it is recommended to use a light background. -
plotOrientation
org.jfree.chart.plot.PlotOrientation plotOrientation
The plot orientation. -
positiveValuesColor
Color positiveValuesColor
The colors to use for the intervals with positive numbers. -
referenceLineColor
Color referenceLineColor
The reference line color. -
referenceLineWidth
double referenceLineWidth
The reference line width. -
showNumberAndChart
boolean showNumberAndChart
If true the value of the chart is shown next to the interval chart. -
showNumbers
boolean showNumbers
If true the underlying numbers are shown instead of the charts. -
showReferenceLine
boolean showReferenceLine
If true, a black reference line is added in the center of the plot. -
tooltipLowerValue
double tooltipLowerValue
Used to decide how many decimals to include in the tooltip. If the number is smaller than the lower limit, 8 decimals are shown, otherwise only 2 decimals are used. -
valueLabel
JLabel valueLabel
The label used to display the number and the interval chart at the same time. -
widthOfInterval
double widthOfInterval
The width of the interval used to highlight the value. -
widthOfValueLabel
int widthOfValueLabel
The width of the label used to display the value and the chart in the same time.
-
-
-
Class no.uib.jsparklines.renderers.JSparklinesMultiLabelTableCellRenderer extends JPanel implements Serializable
-
Serialized Fields
-
chart
org.jfree.chart.JFreeChart chart
The chart to display. -
chartPanel
org.jfree.chart.ChartPanel chartPanel
The chart panel to be displayed. -
circle
boolean circle
If true a pie chart is used to display the label colors, false uses a square. False is the default. -
plotBackgroundColor
Color plotBackgroundColor
The background color used for the plots. For plots using light colors, it's recommended to use a dark background color, and for plots using darker colors it is recommended to use a light background.
-
-
-
Class no.uib.jsparklines.renderers.JSparklinesTableCellRenderer extends JLabel implements Serializable
-
Serialized Fields
-
backgroundColor
Color backgroundColor
The background color, if null the row color is used. -
chart
org.jfree.chart.JFreeChart chart
The chart to display. -
chartPanel
org.jfree.chart.ChartPanel chartPanel
The chart panel to be displayed. -
downColor
Color downColor
The color used for the 'down values' in the Up/Down charts. -
highlightMaxAndMin
boolean highlightMaxAndMin
If true the max and min values in line and area plots are highlighted. Note: experimental feature, not yet finished. -
labelHorizontalAlignement
int labelHorizontalAlignement
The horizontal alignment of the label when showing number and chart. -
maxValue
double maxValue
The maximum value. Used to set the upper range for the charts. -
maxValueColor
Color maxValueColor
The color used to highlight the maximum values in the chart. -
minValue
double minValue
The minimum value. Used to set the lower range for the charts. -
minValueColor
Color minValueColor
The color used to highlight the minimum values in the chart. -
numberFormat
DecimalFormat numberFormat
The decimal format for use when showing the numbers. -
plotOrientation
org.jfree.chart.plot.PlotOrientation plotOrientation
The plot orientation. -
plotType
JSparklinesTableCellRenderer.PlotType plotType
The current plot type. -
referenceAreas
HashMap<String,ReferenceArea> referenceAreas
A hashmap of the current reference areas. Key is the name of the reference area. -
referenceLineColor
Color referenceLineColor
The reference line color. -
referenceLines
HashMap<String,ReferenceLine> referenceLines
A hashmap of the current reference lines. Key is the name of the reference line. -
referenceLineWidth
double referenceLineWidth
The reference line width. -
showNumberAndChart
boolean showNumberAndChart
If true the value of the chart is shown next to the bar chart. This is currently only supported for the plot type 'stackedBarChartIntegerWithUpperRange' and only displays the first number in the first data series. -
showNumbers
boolean showNumbers
If true the underlying numbers are shown instead of the charts. This is currently only supported for the plot type 'stackedBarChartIntegerWithUpperRange' and only displays the first number in the first data series. -
showProteinSequenceReferenceLine
boolean showProteinSequenceReferenceLine
If true, a black reference line is added to the protein sequence plots. No effect on the other plot types. -
upColor
Color upColor
The color used for the 'up values' in the Up/Down charts. -
valueLabel
JLabel valueLabel
The label used to display the number and the bar chart at the same time. -
widthOfMaxAndMinHighlight
double widthOfMaxAndMinHighlight
The width of the max and min highlights. See highlightMaxAndMin above. -
widthOfValueLabel
int widthOfValueLabel
The width of the label used to display the value and the chart in the same time.
-
-
-
Class no.uib.jsparklines.renderers.JSparklinesTwoValueBarChartTableCellRenderer extends JLabel implements Serializable
-
Serialized Fields
-
backgroundColor
Color backgroundColor
The background color, if null the row color is used. -
chart
org.jfree.chart.JFreeChart chart
The chart to display. -
chartPanel
org.jfree.chart.ChartPanel chartPanel
The chart panel to be displayed. -
fillColor
Color fillColor
The color used to fill the rest of the chart up to the max value. Set to null if no filling should be used. -
firstValueColor
Color firstValueColor
The color used for the first value in the chart. -
labelHorizontalAlignement
int labelHorizontalAlignement
The horizontal alignment of the label when showing number and chart. -
maxValue
double maxValue
The maximum value. Used to set the upper range for the charts. -
numberFormat
DecimalFormat numberFormat
The decimal format for use when showing the numbers. -
plotOrientation
org.jfree.chart.plot.PlotOrientation plotOrientation
The plot orientation. -
referenceAreas
HashMap<String,ReferenceArea> referenceAreas
A hashmap of the current reference areas. Key is the name of the reference area. -
referenceLines
HashMap<String,ReferenceLine> referenceLines
A hashmap of the current reference lines. Key is the name of the reference line. -
secondValueColor
Color secondValueColor
The color used for the second value in the chart. -
showFirstNumber
boolean showFirstNumber
If true, the first number is shown as the value for plot. Otherwise the total value is shown. No effect on the other plot types. -
showNumberAndChart
boolean showNumberAndChart
If true the value of the chart is shown next to the bar chart. -
showNumbers
boolean showNumbers
If true the underlying numbers are shown instead of the charts. -
valueLabel
JLabel valueLabel
The label used to display the number and the bar chart at the same time. -
widthOfValueLabel
int widthOfValueLabel
The width of the label used to display the value and the chart in the same time.
-
-
-
-
Package no.uib.jsparklines.renderers.util
-
Class no.uib.jsparklines.renderers.util.AreaRenderer extends org.jfree.chart.renderer.xy.XYAreaRenderer implements Serializable
-
Class no.uib.jsparklines.renderers.util.BarChartColorRenderer extends org.jfree.chart.renderer.category.BarRenderer implements Serializable
-
Class no.uib.jsparklines.renderers.util.StatisticalBarChartColorRenderer extends org.jfree.chart.renderer.category.StatisticalBarRenderer implements Serializable
-