Package org.geotools.renderer.lite
Interface GlyphRenderer
-
- All Known Implementing Classes:
CustomGlyphRenderer
public interface GlyphRenderer
- Author:
- jamesm
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
canRender(String format)
List
getFormats()
BufferedImage
render(Graphic graphic, ExternalGraphic eg, Object feature, int height)
-
-
-
Method Detail
-
canRender
boolean canRender(String format)
-
getFormats
List getFormats()
-
render
BufferedImage render(Graphic graphic, ExternalGraphic eg, Object feature, int height)
- Parameters:
height
- use <=0 if you dont want any scaling done. THIS MIGHT BE IGNORED by the renderer!
-
-