org.geotools.renderer.lite
Class CustomGlyphRenderer

Object
  extended by CustomGlyphRenderer
All Implemented Interfaces:
GlyphRenderer

public class CustomGlyphRenderer
extends Object
implements GlyphRenderer

Author:
jfc173
Module:

Constructor Summary
CustomGlyphRenderer()
          Creates a new instance of CustomGlyphRenderer
 
Method Summary
 boolean canRender(String format)
           
 List getFormats()
           
 String getGlyphName()
           
 GlyphPropertiesList getGlyphProperties()
           
 BufferedImage render(Graphic graphic, ExternalGraphic eg, Object feature, int height)
          djb -- addd "height" which is ignored as per API change
 void setGlyphProperties(GlyphPropertiesList gpl)
           
 
Methods inherited from class 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(String format)
Specified by:
canRender in interface GlyphRenderer

getFormats

public List getFormats()
Specified by:
getFormats in interface GlyphRenderer

getGlyphName

public String getGlyphName()

getGlyphProperties

public GlyphPropertiesList getGlyphProperties()

setGlyphProperties

public void setGlyphProperties(GlyphPropertiesList gpl)

render

public BufferedImage render(Graphic graphic,
                            ExternalGraphic eg,
                            Object feature,
                            int height)
djb -- addd "height" which is ignored as per API change

Specified by:
render in interface GlyphRenderer
Parameters:
graphic -
eg -
feature -
height -


Copyright © 1996-2009 Geotools. All Rights Reserved.