Uses of Interface
org.geotools.styling.ColorMapEntry

Packages that use ColorMapEntry
org.geotools.renderer.shape   
org.geotools.styling Allows for symbolization of geospatial data.  
org.geotools.styling.visitor   
 

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
abstract  ColorMapEntry AbstractStyleFactory.createColorMapEntry()
           
 ColorMapEntry StyleFactoryImpl.createColorMapEntry()
           
 ColorMapEntry[] ColorMapImpl.getColorMapEntries()
           
 ColorMapEntry ColorMapImpl.getColorMapEntry(int index)
           
 ColorMapEntry StyleFactory.createColorMapEntry()
           
 ColorMapEntry[] ColorMap.getColorMapEntries()
           
 ColorMapEntry ColorMap.getColorMapEntry(int i)
           
 

Methods in org.geotools.styling with parameters of type ColorMapEntry
 void XMLEncoder.visit(ColorMapEntry arg0)
          Deprecated.  
 void ColorMapImpl.addColorMapEntry(ColorMapEntry entry)
           
 void StyleAttributeExtractor.visit(ColorMapEntry entry)
           
 void ColorMap.addColorMapEntry(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 with parameters of type ColorMapEntry
 void DuplicatorStyleVisitor.visit(ColorMapEntry arg0)
           
 



Copyright © GeoTools. All Rights Reserved.