Package org.geotools.styling
Class NormalizeContrastMethodStrategy
Object
AbstractContrastMethodStrategy
NormalizeContrastMethodStrategy
- All Implemented Interfaces:
ContrastMethodStrategy
- Author:
- iant
-
Field Summary
Fields inherited from class AbstractContrastMethodStrategy
ALGORITHM, filterFactory, method
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
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
-
Constructor Details
-
NormalizeContrastMethodStrategy
public NormalizeContrastMethodStrategy()
-
-
Method Details
-
setAlgorithm
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.
-