org.geotools.renderer.lite
Interface GlyphRenderer
- All Known Implementing Classes:
- CustomGlyphRenderer, SVGGlyphRenderer
public interface GlyphRenderer
- Author:
- jamesm
- Module:
canRender
boolean canRender(String format)
getFormats
List getFormats()
render
BufferedImage render(Graphic graphic,
ExternalGraphic eg,
Object feature,
int height)
- Parameters:
graphic
- eg
- feature
- height
- use <=0 if you dont want any scaling done. THIS MIGHT BE IGNORED by the renderer!
Copyright © 1996-2009 Geotools. All Rights Reserved.