org.geotools.renderer.lite
Class CustomGlyphRenderer

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

public class CustomGlyphRenderer
extends java.lang.Object
implements GlyphRenderer

Author:
jfc173

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

Constructor Detail

CustomGlyphRenderer

public CustomGlyphRenderer()
Creates a new instance of CustomGlyphRenderer

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

getGlyphName

public java.lang.String getGlyphName()

getGlyphProperties

public GlyphPropertiesList getGlyphProperties()

setGlyphProperties

public void setGlyphProperties(GlyphPropertiesList gpl)

render

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


Copyright © GeoTools. All Rights Reserved.