public interface GlyphRenderer
Modifier and Type | Method and Description |
---|---|
boolean |
canRender(String format) |
List |
getFormats() |
BufferedImage |
render(Graphic graphic,
ExternalGraphic eg,
Object feature,
int height) |
boolean canRender(String format)
List getFormats()
BufferedImage render(Graphic graphic, ExternalGraphic eg, Object feature, int height)
graphic
- eg
- feature
- height
- use <=0 if you dont want any scaling done. THIS MIGHT BE IGNORED by the
renderer!Copyright © 1996–2019 Geotools. All rights reserved.