Package org.geotools.styling
Class ExponentialContrastMethodStrategy
- Object
-
- AbstractContrastMethodStrategy
-
- ExponentialContrastMethodStrategy
-
- All Implemented Interfaces:
ContrastMethodStrategy
public class ExponentialContrastMethodStrategy extends AbstractContrastMethodStrategy
- Author:
- iant
-
-
Field Summary
-
Fields inherited from class AbstractContrastMethodStrategy
ALGORITHM, filterFactory, method
-
-
Constructor Summary
Constructors Constructor Description ExponentialContrastMethodStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addParameter(String key, Expression value)
A parameter to be used by this method.-
Methods inherited from class AbstractContrastMethodStrategy
addOption, getAlgorithm, getFilterFactory, getMethod, getOptions, getParameters, name, setAlgorithm, setMethod, setOptions
-
-
-
-
Method Detail
-
addParameter
public void addParameter(String key, Expression value)
Description copied from class:AbstractContrastMethodStrategy
A parameter to be used by this method. Subclasses can implement checks for valid parameter names by overriding this method.- Overrides:
addParameter
in classAbstractContrastMethodStrategy
- Parameters:
key
- the name of the parametervalue
- the expression that is it's value.
-
-