org.geotools.renderer.lite
Class CustomGlyphRenderer
java.lang.Object
org.geotools.renderer.lite.CustomGlyphRenderer
- All Implemented Interfaces:
- GlyphRenderer
- public class CustomGlyphRenderer
- extends java.lang.Object
- implements GlyphRenderer
- Author:
- jfc173
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomGlyphRenderer
public CustomGlyphRenderer()
- Creates a new instance of CustomGlyphRenderer
canRender
public boolean canRender(java.lang.String format)
- Specified by:
canRender
in interface GlyphRenderer
getFormats
public java.util.List getFormats()
- Specified by:
getFormats
in interface GlyphRenderer
getGlyphName
public java.lang.String getGlyphName()
getGlyphProperties
public GlyphPropertiesList getGlyphProperties()
setGlyphProperties
public void setGlyphProperties(GlyphPropertiesList gpl)
render
public java.awt.image.BufferedImage render(Graphic graphic,
ExternalGraphic eg,
Feature feature)
- Specified by:
render
in interface GlyphRenderer
Copyright © GeoTools. All Rights Reserved.