Uses of Interface
org.geotools.styling.ColorMapEntry

Packages that use ColorMapEntry
org.geotools.renderer.lite A simple renderer implementation. 
org.geotools.renderer.lite.gridcoverage2d SLD 1.0 and SE RasterSymbolizer support classes 
org.geotools.renderer.shape   
org.geotools.styling Allows for symbolization of geospatial data. 
org.geotools.styling.visitor   
 

Uses of ColorMapEntry in org.geotools.renderer.lite
 

Methods in org.geotools.renderer.lite with parameters of type ColorMapEntry
 void MetaBufferEstimator.visit(ColorMapEntry entry)
           
 

Uses of ColorMapEntry in org.geotools.renderer.lite.gridcoverage2d
 

Methods in org.geotools.renderer.lite.gridcoverage2d with parameters of type ColorMapEntry
 SLDColorMapBuilder SLDColorMapBuilder.addColorMapEntry(ColorMapEntry colorMapEntry)
          Add a new ColorMapEntry to the list of ColorMapEntry we want to use for building a LinearColorMap.
 void StyleVisitorAdapter.visit(ColorMapEntry colorMapEntry)
           
 

Uses of ColorMapEntry in org.geotools.renderer.shape
 

Methods in org.geotools.renderer.shape with parameters of type ColorMapEntry
 void OpacityFinder.visit(ColorMapEntry arg0)
           
 

Uses of ColorMapEntry in org.geotools.styling
 

Classes in org.geotools.styling that implement ColorMapEntry
 class ColorMapEntryImpl
          Default color map entry implementation
 

Methods in org.geotools.styling that return ColorMapEntry
 ColorMapEntry StyleFactoryImpl.createColorMapEntry()
           
abstract  ColorMapEntry AbstractStyleFactory.createColorMapEntry()
           
 ColorMapEntry StyleFactory.createColorMapEntry()
           
 ColorMapEntry[] ColorMapImpl.getColorMapEntries()
           
 ColorMapEntry[] ColorMap.getColorMapEntries()
           
 ColorMapEntry ColorMapImpl.getColorMapEntry(int index)
           
 ColorMapEntry ColorMap.getColorMapEntry(int i)
           
protected  ColorMapEntry SLDParser.parseColorMapEntry(org.w3c.dom.Node root)
          Internal parse method - made protected for unit testing
 

Methods in org.geotools.styling with parameters of type ColorMapEntry
 void ColorMapImpl.addColorMapEntry(ColorMapEntry entry)
           
 void ColorMap.addColorMapEntry(ColorMapEntry entry)
           
 void StyleAttributeExtractor.visit(ColorMapEntry entry)
           
 void StyleVisitor.visit(ColorMapEntry colorMapEntry)
          Called when accept is called on a raster color map entry
 

Uses of ColorMapEntry in org.geotools.styling.visitor
 

Methods in org.geotools.styling.visitor that return ColorMapEntry
protected  ColorMapEntry DuplicatingStyleVisitor.copy(ColorMapEntry entry)
           
 

Methods in org.geotools.styling.visitor with parameters of type ColorMapEntry
protected  ColorMapEntry DuplicatingStyleVisitor.copy(ColorMapEntry entry)
           
 void DuplicatingStyleVisitor.visit(ColorMapEntry colorMapEntry)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.