org.geotools.renderer.lite
Class CustomGlyphRenderer
Object
CustomGlyphRenderer
- All Implemented Interfaces:
- GlyphRenderer
public class CustomGlyphRenderer
- extends Object
- implements GlyphRenderer
- Author:
- jfc173
Methods inherited from class 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(String format)
- Specified by:
canRender
in interface GlyphRenderer
getFormats
public List getFormats()
- Specified by:
getFormats
in interface GlyphRenderer
getGlyphName
public String getGlyphName()
getGlyphProperties
public GlyphPropertiesList getGlyphProperties()
setGlyphProperties
public void setGlyphProperties(GlyphPropertiesList gpl)
render
public BufferedImage render(Graphic graphic,
ExternalGraphic eg,
Object feature,
int height)
- djb -- addd "height" which is ignored as per API change
- Specified by:
render
in interface GlyphRenderer
- Parameters:
graphic
- eg
- feature
- height
-
Copyright © 1996-2014 Geotools. All Rights Reserved.