org.geotools.renderer.lite
Interface GlyphRenderer

All Known Implementing Classes:
CustomGlyphRenderer

public interface GlyphRenderer

Author:
jamesm

Method Summary
 boolean canRender(java.lang.String format)
           
 java.util.List getFormats()
           
 java.awt.image.BufferedImage render(Graphic graphic, ExternalGraphic eg, java.lang.Object feature, int height)
           
 

Method Detail

canRender

boolean canRender(java.lang.String format)

getFormats

java.util.List getFormats()

render

java.awt.image.BufferedImage render(Graphic graphic,
                                    ExternalGraphic eg,
                                    java.lang.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-2010 Geotools. All Rights Reserved.