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 TypeMethodDescriptionvoidsetAlgorithm(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:AbstractContrastMethodStrategyThe algorithm to be used by this method. Subclasses can implement checks for valid algorithms by overriding this method.- Overrides:
setAlgorithmin classAbstractContrastMethodStrategy- Parameters:
name- the expression that evaluates to the algorithm name.
-