public class DescendingNumericTickPolicyStrategy extends AscendingNumericTickPolicyStrategy
Modifier and Type | Field and Description |
---|---|
static String |
ID
ID of a descending policy.
|
Constructor and Description |
---|
DescendingNumericTickPolicyStrategy()
Creates a policy strategy for descending order.
|
DescendingNumericTickPolicyStrategy(String name)
Creates a policy strategy for descending order.
|
Modifier and Type | Method and Description |
---|---|
protected double |
interpolatePosition(double value,
double min,
double max,
double absLength)
Interpolates the correct mapping for a given value.
|
calculateMappedValue, getTickPositions, getTickPositions
calculateMappedValue, getDisplayName, getNegativeInfinity, getPositiveInfinity, getTickPositions, getTickPositions, getValues, isMappingAllowed, setValues
public static final String ID
Coordinate
.public DescendingNumericTickPolicyStrategy()
public DescendingNumericTickPolicyStrategy(String name)
name
- the name of this strategy. Must not be null or empty.protected double interpolatePosition(double value, double min, double max, double absLength)
interpolatePosition
in class AscendingNumericTickPolicyStrategy
value
- the domain value to mapmin
- minimum domain valuemax
- maximum domain valueabsLength
- the absolute length in pixel.
KNIME GmbH, Konstanz, Germany
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.