|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HistogramLayout | |
---|---|
org.knime.base.node.viz.histogram | Contains classes to create an histogram view. |
org.knime.base.node.viz.histogram.datamodel | This package contains all data and visualization models which are used in the different histogram implementations. |
org.knime.base.node.viz.histogram.impl | This package contains the different plotter implementations of the histogram and the root class AbstractHistogramPlotter and AbstractHistogramProperties that need to be implemented by the concrete implementation. |
Uses of HistogramLayout in org.knime.base.node.viz.histogram |
---|
Methods in org.knime.base.node.viz.histogram that return HistogramLayout | |
---|---|
static HistogramLayout |
HistogramLayout.getDefaultLayout()
|
static HistogramLayout |
HistogramLayout.getLayout4ID(String id)
|
static HistogramLayout |
HistogramLayout.getLayout4String(String name)
Returns the histogram layout for the given name. |
static HistogramLayout |
HistogramLayout.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static HistogramLayout[] |
HistogramLayout.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of HistogramLayout in org.knime.base.node.viz.histogram.datamodel |
---|
Methods in org.knime.base.node.viz.histogram.datamodel that return HistogramLayout | |
---|---|
HistogramLayout |
AbstractHistogramVizModel.getHistogramLayout()
|
HistogramLayout |
AbstractHistogramVizModel.HistogramHiliteCalculator.getLayout()
|
Methods in org.knime.base.node.viz.histogram.datamodel with parameters of type HistogramLayout | |
---|---|
double |
BarDataModel.getMaxAggregationValue(AggregationMethod method,
HistogramLayout layout)
|
double |
BinDataModel.getMaxAggregationValue(AggregationMethod method,
HistogramLayout layout)
|
double |
BarDataModel.getMinAggregationValue(AggregationMethod method,
HistogramLayout layout)
|
double |
BinDataModel.getMinAggregationValue(AggregationMethod method,
HistogramLayout layout)
|
boolean |
AbstractHistogramVizModel.setHistogramLayout(HistogramLayout layout)
|
Constructors in org.knime.base.node.viz.histogram.datamodel with parameters of type HistogramLayout | |
---|---|
AbstractHistogramVizModel(List<Color> rowColors,
AggregationMethod aggrMethod,
HistogramLayout layout,
int noOfBins)
Constructor for class HistogramVizModel. |
|
FixedHistogramVizModel(List<Color> rowColors,
List<BinDataModel> bins,
BinDataModel missingValueBin,
DataColumnSpec xColSpec,
Collection<ColorColumn> aggrColumns,
AggregationMethod aggrMethod,
HistogramLayout layout)
Constructor for class HistogramVizModel. |
|
InteractiveHistogramVizModel(List<Color> rowColors,
AggregationMethod aggrMethod,
HistogramLayout layout,
DataTableSpec spec,
List<DataRow> rows,
DataColumnSpec xColSpec,
Collection<ColorColumn> aggrColumns,
int noOfBins)
Constructor for class InteractiveHistogramVizModel. |
Uses of HistogramLayout in org.knime.base.node.viz.histogram.impl |
---|
Methods in org.knime.base.node.viz.histogram.impl that return HistogramLayout | |
---|---|
HistogramLayout |
AbstractHistogramProperties.getHistogramLayout()
|
Methods in org.knime.base.node.viz.histogram.impl with parameters of type HistogramLayout | |
---|---|
void |
AbstractHistogramPlotter.setHistogramLayout(HistogramLayout layout)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |