|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SizeModelDouble.Mapping | |
---|---|
org.knime.core.data.property | Contains utility classes for Colors, Shapes, and Sizes which can be assigned to a DataTable via corresponding ColorHandler, ShapeHandler, and SizeHandler all derived from PropertyHandler. |
Uses of SizeModelDouble.Mapping in org.knime.core.data.property |
---|
Methods in org.knime.core.data.property that return SizeModelDouble.Mapping | |
---|---|
SizeModelDouble.Mapping |
SizeModelDouble.getMappingMethod()
|
static SizeModelDouble.Mapping |
SizeModelDouble.Mapping.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SizeModelDouble.Mapping[] |
SizeModelDouble.Mapping.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in org.knime.core.data.property with parameters of type SizeModelDouble.Mapping | |
---|---|
SizeModelDouble(double min,
double max,
double factor,
SizeModelDouble.Mapping mapping)
Creates a new SizeHandler based on an interval defined by min and max and a magnification factor which defines the range onto the interval is mapped. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |