org.geotools.styling
Interface ColorReplacement

All Superinterfaces:
ColorReplacement

public interface ColorReplacement
extends 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.

Module:
modules/library/api (gt-api.jar)

Method Summary
 Function getRecoding()
          Function providing recoding of values.
 void setRecoding(Function function)
           
 
Methods inherited from interface ColorReplacement
accept
 

Method Detail

getRecoding

Function getRecoding()
Function providing recoding of values.

Specified by:
getRecoding in interface ColorReplacement

setRecoding

void setRecoding(Function function)
Parameters:
function - Recoding function to use


Copyright © 1996-2009 Geotools. All Rights Reserved.