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.renderer.shape   
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
 java.awt.image.BufferedImage CustomGlyphRenderer.render(Graphic graphic, ExternalGraphic eg, java.lang.Object feature, int height)
          djb -- addd "height" which is ignored as per API change
 java.awt.image.BufferedImage GlyphRenderer.render(Graphic graphic, ExternalGraphic eg, java.lang.Object feature, int height)
           
 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.renderer.shape
 

Methods in org.geotools.renderer.shape with parameters of type ExternalGraphic
 void OpacityFinder.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 StyleBuilder.createExternalGraphic(java.lang.String uri, java.lang.String format)
          wrapper for stylefactory method
 ExternalGraphic StyleFactoryImpl.createExternalGraphic(java.lang.String uri, java.lang.String format)
           
abstract  ExternalGraphic AbstractStyleFactory.createExternalGraphic(java.lang.String uri, java.lang.String format)
           
 ExternalGraphic StyleFactory.createExternalGraphic(java.lang.String uri, java.lang.String format)
           
 ExternalGraphic StyleBuilder.createExternalGraphic(java.net.URL url, java.lang.String format)
          wrapper for stylefactory method
 ExternalGraphic StyleFactoryImpl.createExternalGraphic(java.net.URL url, java.lang.String format)
           
abstract  ExternalGraphic AbstractStyleFactory.createExternalGraphic(java.net.URL url, java.lang.String format)
           
 ExternalGraphic StyleFactory.createExternalGraphic(java.net.URL url, java.lang.String format)
           
 ExternalGraphic StyleFactoryImpl.externalGraphic(javax.swing.Icon inline, java.util.Collection<org.opengis.style.ColorReplacement> replacements)
           
 ExternalGraphic StyleFactory.externalGraphic(javax.swing.Icon inline, java.util.Collection<org.opengis.style.ColorReplacement> replacements)
           
 ExternalGraphic StyleFactoryImpl.externalGraphic(org.opengis.metadata.citation.OnLineResource resource, java.lang.String format, java.util.Collection<org.opengis.style.ColorReplacement> replacements)
           
 ExternalGraphic StyleFactory.externalGraphic(org.opengis.metadata.citation.OnLineResource resource, java.lang.String format, java.util.Collection<org.opengis.style.ColorReplacement> replacements)
           
 ExternalGraphic[] GraphicImpl.getExternalGraphics()
          Deprecated. 
 ExternalGraphic[] Graphic.getExternalGraphics()
          Deprecated. this method is replaced by a set : graphicalSymbols
protected  ExternalGraphic SLDParser.parseExternalGraphic(org.w3c.dom.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 StyleBuilder.createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, org.opengis.filter.expression.Expression opacity, org.opengis.filter.expression.Expression size, org.opengis.filter.expression.Expression rotation)
          creates a graphic object
 Graphic StyleFactoryImpl.createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, org.opengis.filter.expression.Expression opacity, org.opengis.filter.expression.Expression size, org.opengis.filter.expression.Expression rotation)
           
abstract  Graphic AbstractStyleFactory.createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, org.opengis.filter.expression.Expression opacity, org.opengis.filter.expression.Expression size, org.opengis.filter.expression.Expression rotation)
           
 Graphic StyleFactory.createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, org.opengis.filter.expression.Expression opacity, org.opengis.filter.expression.Expression size, org.opengis.filter.expression.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-2010 Geotools. All Rights Reserved.