Package 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.

See:
          Description

Interface Summary
CoordinateFactory Interface for a coordinate factory.
MappingMethod Interface for a mapping method which is executed before calculating ticks and mapping.
 

Class Summary
AscendingNumericTickPolicyStrategy A strategy which creates tick for numeric values in ascending order.
Coordinate The abstract class for all coordinate classes.
CoordinateMapping Abstract class describing a coordinate mapping.
DescendingNumericTickPolicyStrategy  
DoubleCoordinate This class represents a numeric coordinate defined by a given DataColumnSpec.
DoubleCoordinateFactory  
DoubleCoordinateMapping Holds the original value according to the domain and its mapping.
IntegerCoordinate  
IntegerCoordinateFactory  
IntegerCoordinateMapping Holds the original value according to the domain and its mapping.
LogarithmicMappingMethod A logarithmic mapping method.
NominalCoordinate This class represents a nominal coordinate defined by a given DataColumnSpec.
NominalCoordinateFactory Factory class for a nominal coordinate.
NominalCoordinateMapping Holds the nominal domain value according its mapping.
NumericCoordinate The abstract class which should be implemented by all coordinates which map numeric values.
PercentagePolicyStrategy Class for percentage tick policy.
PolicyStrategy Abstract class for policy strategies.
SquareRootMappingMethod  
 

Package org.knime.base.util.coordinate Description

All classes of this package are not part of the offical API and might undergo changes until the next release. It is not recommended to rely on the stability of this API. Contains classes to represent different kinds of coordinate axis.
A coordinate is considered to be a mapping of the real domain range to a given absolute range determined by outer constraints (like the screen size). There exists an abstract class for a coordinate which handles the calculations and an abstract coordinate mapping class holding the actual mapping. For different data types exist special implementations dealing wiht the different needs ot these types.



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.