|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MappingMethod | |
---|---|
org.knime.base.util.coordinate | All classes of this package are not part of the offical API and might undergo changes until the next release. |
Uses of MappingMethod in org.knime.base.util.coordinate |
---|
Classes in org.knime.base.util.coordinate that implement MappingMethod | |
---|---|
class |
LogarithmicMappingMethod
A logarithmic mapping method. |
class |
SquareRootMappingMethod
|
Methods in org.knime.base.util.coordinate that return MappingMethod | |
---|---|
MappingMethod |
Coordinate.getActiveMappingMethod()
Gets the mapping method which should be applied. |
MappingMethod |
Coordinate.getMappingMethod(String id)
Returns the MappingMethod with the given id if available. |
Methods in org.knime.base.util.coordinate that return types with arguments of type MappingMethod | |
---|---|
Set<MappingMethod> |
Coordinate.getCompatibleMappingMethods()
Returns the mapping methods compatible to this coordinate's data type. |
Methods in org.knime.base.util.coordinate with parameters of type MappingMethod | |
---|---|
static void |
Coordinate.addMappingMethod(Class<? extends DataValue> clazz,
String id,
MappingMethod mappingMethod)
Adds a MappingMethod to the internal registry. |
void |
Coordinate.setActiveMappingMethod(MappingMethod method)
Sets the mapping method which should be applied. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |