|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExternalGraphic | |
org.geotools.renderer.lite | A simple renderer implementation. |
org.geotools.renderer.shape | |
org.geotools.styling | Allows for symbolization of geospatial data. |
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 |
SVGGlyphRenderer.render(Graphic graphic,
ExternalGraphic eg,
Feature feature)
|
java.awt.image.BufferedImage |
GlyphRenderer.render(Graphic graphic,
ExternalGraphic eg,
Feature feature)
|
java.awt.image.BufferedImage |
CustomGlyphRenderer.render(Graphic graphic,
ExternalGraphic eg,
Feature feature)
|
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 |
Classes in org.geotools.styling that implement ExternalGraphic | |
class |
ExternalGraphicImpl
DOCUMENT ME! |
Fields in org.geotools.styling declared as ExternalGraphic | |
static ExternalGraphic[] |
ExternalGraphic.EXTERNAL_GRAPHICS_EMPTY
|
Methods in org.geotools.styling that return ExternalGraphic | |
abstract ExternalGraphic |
AbstractStyleFactory.createExternalGraphic(java.net.URL url,
java.lang.String format)
|
abstract ExternalGraphic |
AbstractStyleFactory.createExternalGraphic(java.lang.String uri,
java.lang.String format)
|
ExternalGraphic |
StyleFactoryImpl.createExternalGraphic(java.lang.String uri,
java.lang.String format)
|
ExternalGraphic |
StyleFactoryImpl.createExternalGraphic(java.net.URL url,
java.lang.String format)
|
ExternalGraphic[] |
GraphicImpl.getExternalGraphics()
Provides a list of external graphics which can be used to represent this graphic. |
ExternalGraphic |
StyleBuilder.createExternalGraphic(java.lang.String uri,
java.lang.String format)
wrapper for stylefactory method |
ExternalGraphic |
StyleBuilder.createExternalGraphic(java.net.URL url,
java.lang.String format)
wrapper for stylefactory method |
ExternalGraphic |
StyleFactory.createExternalGraphic(java.net.URL url,
java.lang.String format)
|
ExternalGraphic |
StyleFactory.createExternalGraphic(java.lang.String uri,
java.lang.String format)
|
ExternalGraphic[] |
Graphic.getExternalGraphics()
Provides a list of external graphics which can be used to represent this graphic. |
Methods in org.geotools.styling with parameters of type ExternalGraphic | |
void |
XMLEncoder.visit(ExternalGraphic exgr)
Deprecated. |
abstract Graphic |
AbstractStyleFactory.createGraphic(ExternalGraphic[] externalGraphics,
Mark[] marks,
Symbol[] symbols,
Expression opacity,
Expression size,
Expression rotation)
|
Graphic |
StyleFactoryImpl.createGraphic(ExternalGraphic[] externalGraphics,
Mark[] marks,
Symbol[] symbols,
Expression opacity,
Expression size,
Expression rotation)
|
void |
StyleAttributeExtractor.visit(ExternalGraphic exgr)
|
void |
GraphicImpl.setExternalGraphics(ExternalGraphic[] externalGraphics)
|
void |
GraphicImpl.addExternalGraphic(ExternalGraphic externalGraphic)
|
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 |
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,
Expression opacity,
Expression size,
Expression rotation)
creates a graphic object |
Graphic |
StyleFactory.createGraphic(ExternalGraphic[] externalGraphics,
Mark[] marks,
Symbol[] symbols,
Expression opacity,
Expression size,
Expression rotation)
|
void |
Graphic.setExternalGraphics(ExternalGraphic[] externalGraphics)
|
void |
Graphic.addExternalGraphic(ExternalGraphic externalGraphic)
|
void |
StyleVisitor.visit(ExternalGraphic exgr)
Called when accept is called on a external graphic |
Uses of ExternalGraphic in org.geotools.styling.visitor |
Methods in org.geotools.styling.visitor with parameters of type ExternalGraphic | |
void |
DuplicatorStyleVisitor.visit(ExternalGraphic exgr)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |