public class MaximumMinimumBarChartRendererBuilder extends Object
Constructor and Description |
---|
MaximumMinimumBarChartRendererBuilder(JTable table,
int column)
Creates a new
MaximumMinimumBarChartRendererBuilder for the
specified table and column . |
Modifier and Type | Method and Description |
---|---|
no.uib.jsparklines.renderers.JSparklinesBarChartTableCellRenderer |
build()
Builds the
JSparklinesBarChartTableCellRenderer using the
introduced configuration. |
MaximumMinimumBarChartRendererBuilder |
withMaxValue(Double maxValue)
Sets the maximum value of the column that must be used.
|
MaximumMinimumBarChartRendererBuilder |
withMinValue(Double minValue)
Sets the minimum value of the column that must be used.
|
MaximumMinimumBarChartRendererBuilder |
withPlotOrientation(org.jfree.chart.plot.PlotOrientation plotOrientation)
Sets the plot orientation.
|
public MaximumMinimumBarChartRendererBuilder(JTable table, int column)
MaximumMinimumBarChartRendererBuilder
for the
specified table
and column
.table
- a JTable
column
- the column for which the renderer must be createdpublic MaximumMinimumBarChartRendererBuilder withPlotOrientation(org.jfree.chart.plot.PlotOrientation plotOrientation)
plotOrientation
- the PlotOrientation
valueMaximumMinimumBarChartRendererBuilder
instancepublic MaximumMinimumBarChartRendererBuilder withMaxValue(Double maxValue)
maxValue
- the maximum value of the column that must be usedMaximumMinimumBarChartRendererBuilder
instancepublic MaximumMinimumBarChartRendererBuilder withMinValue(Double minValue)
minValue
- the minimum value of the column that must be usedMaximumMinimumBarChartRendererBuilder
instancepublic no.uib.jsparklines.renderers.JSparklinesBarChartTableCellRenderer build()
JSparklinesBarChartTableCellRenderer
using the
introduced configuration.JSparklinesBarChartTableCellRenderer
instanceCopyright © 2014–2020. All rights reserved.