mapnik
Class Renderer
java.lang.Object
mapnik.Renderer
public class Renderer
- extends java.lang.Object
Methods that interface with the rendering subsystem. We don't mirror these classes directly
as they are operation oriented C++ templates.
- Author:
- stella
Method Summary |
static void |
renderAgg(MapDefinition map,
Image image)
Render the given map to the given image with scaleFactor=1.0, offsetX=0, and offsetY=0 |
static void |
renderAgg(MapDefinition map,
Image image,
double scaleFactor,
int offsetX,
int offsetY)
Render the given map to the given image |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Renderer
public Renderer()
renderAgg
public static void renderAgg(MapDefinition map,
Image image,
double scaleFactor,
int offsetX,
int offsetY)
- Render the given map to the given image
- Parameters:
map
- image
-
renderAgg
public static void renderAgg(MapDefinition map,
Image image)
- Render the given map to the given image with scaleFactor=1.0, offsetX=0, and offsetY=0
- Parameters:
map
- image
-