Uses of Class
org.knime.base.util.coordinate.PolicyStrategy

Packages that use PolicyStrategy
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 PolicyStrategy in org.knime.base.util.coordinate
 

Subclasses of PolicyStrategy in org.knime.base.util.coordinate
 class AscendingNumericTickPolicyStrategy
          A strategy which creates tick for numeric values in ascending order.
 class DescendingNumericTickPolicyStrategy
           
 class PercentagePolicyStrategy
          Class for percentage tick policy.
 

Methods in org.knime.base.util.coordinate that return PolicyStrategy
 PolicyStrategy Coordinate.getCurrentPolicy()
          Returns the current tick policy.
protected  PolicyStrategy Coordinate.getPolicyStategy(String policy)
          Returns the strategy for the given policy.
 

Methods in org.knime.base.util.coordinate that return types with arguments of type PolicyStrategy
 Set<PolicyStrategy> Coordinate.getCompatiblePolicies()
          Returns the compatible policies for this data value.
 

Methods in org.knime.base.util.coordinate with parameters of type PolicyStrategy
static void Coordinate.addPolicy(Class<? extends DataValue> dataValue, String id, PolicyStrategy strategy)
          Registers a strategy.
 void Coordinate.setPolicy(PolicyStrategy policy)
          Sets the current PolicyStrategy.
 



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.