org.geotools.renderer.lite
Interface GlyphRenderer

All Known Implementing Classes:
CustomGlyphRenderer

public interface GlyphRenderer

Author:
jamesm

Method Summary
 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:
graphic -
eg -
feature -
height - use <=0 if you dont want any scaling done. THIS MIGHT BE IGNORED by the renderer!


Copyright © 1996-2014 Geotools. All Rights Reserved.