Uses of Interface
org.knime.base.util.coordinate.MappingMethod

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.
 



Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.