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