Interface GlyphRenderer

  • All Known Implementing Classes:
    CustomGlyphRenderer

    public interface GlyphRenderer
    Author:
    jamesm
    • 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!