org.geotools.renderer.lite
Class SVGGlyphRenderer

java.lang.Object
  extended byorg.geotools.renderer.lite.SVGGlyphRenderer
All Implemented Interfaces:
GlyphRenderer

public class SVGGlyphRenderer
extends java.lang.Object
implements GlyphRenderer

Author:
James

Constructor Summary
SVGGlyphRenderer()
          Creates a new instance of SVGGlyphRenderer
 
Method Summary
 boolean canRender(java.lang.String format)
           
 java.util.List getFormats()
           
 java.awt.image.BufferedImage render(Graphic graphic, ExternalGraphic eg, Feature feature)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SVGGlyphRenderer

public SVGGlyphRenderer()
Creates a new instance of SVGGlyphRenderer

Method Detail

canRender

public boolean canRender(java.lang.String format)
Specified by:
canRender in interface GlyphRenderer

getFormats

public java.util.List getFormats()
Specified by:
getFormats in interface GlyphRenderer

render

public java.awt.image.BufferedImage render(Graphic graphic,
                                           ExternalGraphic eg,
                                           Feature feature)
Specified by:
render in interface GlyphRenderer


Copyright © GeoTools. All Rights Reserved.