public class CustomGlyphRenderer extends Object implements GlyphRenderer
Constructor and Description |
---|
CustomGlyphRenderer()
Creates a new instance of CustomGlyphRenderer
|
Modifier and Type | Method and Description |
---|---|
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) |
public CustomGlyphRenderer()
public boolean canRender(String format)
canRender
in interface GlyphRenderer
public List getFormats()
getFormats
in interface GlyphRenderer
public String getGlyphName()
public GlyphPropertiesList getGlyphProperties()
public void setGlyphProperties(GlyphPropertiesList gpl)
public BufferedImage render(Graphic graphic, ExternalGraphic eg, Object feature, int height)
render
in interface GlyphRenderer
graphic
- eg
- feature
- height
- Copyright © 1996–2019 Geotools. All rights reserved.