public interface ContrastMethodStrategy
| Modifier and Type | Method and Description | 
|---|---|
| void | addOption(String key,
         Expression value)Add a VendorOption that controls how this strategy operates. | 
| ContrastMethod | getMethod()Get the constant that defines the method that this strategy uses. | 
| Map<String,Expression> | getOptions()Return the Map of VendorOptions used by this strategy. | 
| void | setMethod(ContrastMethod method)Set the constant that defines the method that this strategy uses. | 
| void | setOptions(Map<String,Expression> options)Set the options map - do not set it to null; | 
void addOption(String key, Expression value)
key - the name of the Vendor Optionvalue - an expression that evaluates to the value of the option.Map<String,Expression> getOptions()
void setOptions(Map<String,Expression> options)
options - the options to setContrastMethod getMethod()
void setMethod(ContrastMethod method)
method - the method to setCopyright © 1996–2019 Geotools. All rights reserved.