Uses of Interface
org.geotools.styling.ExternalGraphic

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

Uses of ExternalGraphic in org.geotools.renderer.lite
 

Methods in org.geotools.renderer.lite with parameters of type ExternalGraphic
 BufferedImage SVGGlyphRenderer.render(Graphic graphic, ExternalGraphic eg, Object feature, int height)
           
 BufferedImage GlyphRenderer.render(Graphic graphic, ExternalGraphic eg, Object feature, int height)
           
 BufferedImage CustomGlyphRenderer.render(Graphic graphic, ExternalGraphic eg, Object feature, int height)
          djb -- addd "height" which is ignored as per API change
 void MetaBufferEstimator.visit(ExternalGraphic exgr)
           
 

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

Methods in org.geotools.renderer.lite.gridcoverage2d with parameters of type ExternalGraphic
 void StyleVisitorAdapter.visit(ExternalGraphic exgr)
           
 

Uses of ExternalGraphic in org.geotools.styling
 

Fields in org.geotools.styling declared as ExternalGraphic
static ExternalGraphic[] ExternalGraphic.EXTERNAL_GRAPHICS_EMPTY
           
 

Methods in org.geotools.styling that return ExternalGraphic
 ExternalGraphic StyleFactoryImpl.createExternalGraphic(String uri, String format)
           
 ExternalGraphic StyleBuilder.createExternalGraphic(String uri, String format)
          wrapper for stylefactory method
abstract  ExternalGraphic AbstractStyleFactory.createExternalGraphic(String uri, String format)
           
 ExternalGraphic StyleFactory.createExternalGraphic(String uri, String format)
           
 ExternalGraphic StyleFactoryImpl.createExternalGraphic(URL url, String format)
           
 ExternalGraphic StyleBuilder.createExternalGraphic(URL url, String format)
          wrapper for stylefactory method
abstract  ExternalGraphic AbstractStyleFactory.createExternalGraphic(URL url, String format)
           
 ExternalGraphic StyleFactory.createExternalGraphic(URL url, String format)
           
 ExternalGraphic StyleFactoryImpl.externalGraphic(Icon inline, Collection<ColorReplacement> replacements)
           
 ExternalGraphic StyleFactory.externalGraphic(Icon inline, Collection<ColorReplacement> replacements)
           
 ExternalGraphic StyleFactoryImpl.externalGraphic(OnLineResource resource, String format, Collection<ColorReplacement> replacements)
           
 ExternalGraphic StyleFactory.externalGraphic(OnLineResource resource, String format, Collection<ColorReplacement> replacements)
           
 ExternalGraphic[] GraphicImpl.getExternalGraphics()
          Deprecated. 
 ExternalGraphic[] Graphic.getExternalGraphics()
          Deprecated. this method is replaced by a set : graphicalSymbols
protected  ExternalGraphic SLDParser.parseExternalGraphic(Node root)
          Internal parse method - made protected for unit testing
 

Methods in org.geotools.styling with parameters of type ExternalGraphic
 void GraphicImpl.addExternalGraphic(ExternalGraphic externalGraphic)
          Deprecated. 
 void Graphic.addExternalGraphic(ExternalGraphic externalGraphic)
          Deprecated. Please use graphicalSymbols().add( externalGraphic )
 Graphic StyleBuilder.createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, double opacity, double size, double rotation)
          creates a graphic object
 Graphic StyleFactoryImpl.createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, Expression rotation)
           
 Graphic StyleBuilder.createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, Expression rotation)
          creates a graphic object
abstract  Graphic AbstractStyleFactory.createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, Expression rotation)
           
 Graphic StyleFactory.createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, Expression rotation)
           
 Graphic StyleBuilder.createGraphic(ExternalGraphic externalGraphic, Mark mark, Symbol symbol)
          creates a graphic object
 Graphic StyleBuilder.createGraphic(ExternalGraphic externalGraphic, Mark mark, Symbol symbol, double opacity, double size, double rotation)
          creates a graphic object
 void GraphicImpl.setExternalGraphics(ExternalGraphic[] externalGraphics)
          Deprecated. 
 void Graphic.setExternalGraphics(ExternalGraphic[] externalGraphics)
          Deprecated. Please use graphicalSymbols().clear(); and graphicalSymbols().addAll( externalGraphics )
 void StyleAttributeExtractor.visit(ExternalGraphic exgr)
           
 void StyleVisitor.visit(ExternalGraphic exgr)
          Called when accept is called on a external graphic
 

Uses of ExternalGraphic in org.geotools.styling.builder
 

Methods in org.geotools.styling.builder that return ExternalGraphic
 ExternalGraphic ExternalGraphicBuilder.build()
           
 

Methods in org.geotools.styling.builder with parameters of type ExternalGraphic
 ExternalGraphicBuilder<P> ExternalGraphicBuilder.reset(ExternalGraphic original)
           
 

Uses of ExternalGraphic in org.geotools.styling.visitor
 

Methods in org.geotools.styling.visitor that return ExternalGraphic
protected  ExternalGraphic DuplicatingStyleVisitor.copy(ExternalGraphic externalGraphic)
           
 

Methods in org.geotools.styling.visitor with parameters of type ExternalGraphic
protected  ExternalGraphic DuplicatingStyleVisitor.copy(ExternalGraphic externalGraphic)
           
 void DuplicatingStyleVisitor.visit(ExternalGraphic exgr)
           
 



Copyright © 1996-2009 Geotools. All Rights Reserved.