|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValueScale | |
---|---|
org.knime.base.node.viz.aggregation | This package contains all data models and some utility classes which are used in the different aggregation visualization implementations like pie chart and histogram. |
org.knime.base.node.viz.aggregation.util | This package contains classes that are used in all aggregating visualisations. |
org.knime.base.node.viz.pie.datamodel | This package contains the pie chart data model classes. |
org.knime.base.node.viz.pie.impl | This package contains the plotter framework implementation classes. |
Uses of ValueScale in org.knime.base.node.viz.aggregation |
---|
Methods in org.knime.base.node.viz.aggregation that return ValueScale | |
---|---|
static ValueScale |
ValueScale.getDefaultMethod()
|
static ValueScale |
ValueScale.getScale4Command(String action)
Returns the scale for the given action command. |
static ValueScale |
ValueScale.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ValueScale[] |
ValueScale.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of ValueScale in org.knime.base.node.viz.aggregation.util |
---|
Methods in org.knime.base.node.viz.aggregation.util with parameters of type ValueScale | |
---|---|
static String |
GUIUtils.createLabel(double aggrVal,
int noOfDigits,
AggregationMethod aggrMethod,
ValueScale scale)
|
Uses of ValueScale in org.knime.base.node.viz.pie.datamodel |
---|
Methods in org.knime.base.node.viz.pie.datamodel that return ValueScale | |
---|---|
ValueScale |
PieVizModel.getValueScale()
|
Methods in org.knime.base.node.viz.pie.datamodel with parameters of type ValueScale | |
---|---|
void |
PieVizModel.setValueScale(ValueScale scale)
|
Uses of ValueScale in org.knime.base.node.viz.pie.impl |
---|
Methods in org.knime.base.node.viz.pie.impl that return ValueScale | |
---|---|
ValueScale |
PieProperties.getValueScale()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |