|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |