org.geotools.styling
Interface ColorReplacement
- All Superinterfaces:
- org.opengis.style.ColorReplacement
public interface ColorReplacement
- extends org.opengis.style.ColorReplacement
Apply color replacement to an external graphic.
Can be used to indicate the background color to make transparent; or to swap colors
around as needed.
Method Summary |
org.opengis.filter.expression.Function |
getRecoding()
Function providing recoding of values. |
void |
setRecoding(org.opengis.filter.expression.Function function)
|
Methods inherited from interface org.opengis.style.ColorReplacement |
accept |
getRecoding
org.opengis.filter.expression.Function getRecoding()
- Function providing recoding of values.
- Specified by:
getRecoding
in interface org.opengis.style.ColorReplacement
setRecoding
void setRecoding(org.opengis.filter.expression.Function function)
- Parameters:
function
- Recoding function to use
Copyright © 1996-2010 Geotools. All Rights Reserved.