| Package | Description |
|---|---|
| no.uib.jsparklines.renderers |
JSparklines table cell renderers.
|
| Modifier and Type | Method and Description |
|---|---|
static JSparklinesTableCellRenderer.PlotType |
JSparklinesTableCellRenderer.PlotType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JSparklinesTableCellRenderer.PlotType |
JSparklinesTableCellRenderer.PlotType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JSparklinesTableCellRenderer.PlotType[] |
JSparklinesTableCellRenderer.PlotType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static JSparklinesTableCellRenderer.PlotType[] |
JSparklinesTableCellRenderer.PlotType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JSparklinesTableCellRenderer.setPlotType(JSparklinesTableCellRenderer.PlotType plotType)
Sets the plot type.
|
void |
JSparklinesTableCellRenderer.setPlotType(JSparklinesTableCellRenderer.PlotType plotType)
Sets the plot type.
|
| Constructor and Description |
|---|
JSparklinesTableCellRenderer(JSparklinesTableCellRenderer.PlotType plotType,
org.jfree.chart.plot.PlotOrientation plotOrientation)
Creates a new JSparkLinesTableCellRenderer.
|
JSparklinesTableCellRenderer(JSparklinesTableCellRenderer.PlotType plotType,
org.jfree.chart.plot.PlotOrientation plotOrientation)
Creates a new JSparkLinesTableCellRenderer.
|
JSparklinesTableCellRenderer(JSparklinesTableCellRenderer.PlotType plotType,
org.jfree.chart.plot.PlotOrientation plotOrientation,
Double maxValue)
Creates a new JSparkLinesTableCellRenderer.
|
JSparklinesTableCellRenderer(JSparklinesTableCellRenderer.PlotType plotType,
org.jfree.chart.plot.PlotOrientation plotOrientation,
Double maxValue)
Creates a new JSparkLinesTableCellRenderer.
|
JSparklinesTableCellRenderer(JSparklinesTableCellRenderer.PlotType plotType,
org.jfree.chart.plot.PlotOrientation plotOrientation,
Double minValue,
Double maxValue)
Creates a new JSparkLinesTableCellRenderer.
|
JSparklinesTableCellRenderer(JSparklinesTableCellRenderer.PlotType plotType,
org.jfree.chart.plot.PlotOrientation plotOrientation,
Double minValue,
Double maxValue)
Creates a new JSparkLinesTableCellRenderer.
|
Copyright © 2022. All rights reserved.