public interface Renderer2D
MapPane. It determines what features to draw,
bounding box, size, and style from the context.| Modifier and Type | Method and Description |
|---|---|
void |
paint(Graphics2D graphics,
Rectangle paintArea,
AffineTransform transform)
Render features based on the
org.geotools.map.LayerList, bounding box and Style specified in the context. |
void paint(Graphics2D graphics, Rectangle paintArea, AffineTransform transform)
org.geotools.map.LayerList, bounding box and Style specified in the context.graphics - The graphics handler to draw to.paintArea - The bounds of the output area in output units (usually pixels). The upper
left corner is (0,0) in most cases. However, a different value is allowed if some widget
area must be preserved, for example a margin on the left and top size for painting a
graduation.transform - A transform which converts "World coordinates" to output coordinates. This
transform will be concatenated to the graphics transform (as of
graphics.transform(transform))
before the rendering take place.Copyright © 1996–2019 Geotools. All rights reserved.