mapnik
Class Image
java.lang.Object
mapnik.NativeObject
mapnik.Image
public class Image
- extends NativeObject
Java access to a mapnik image_32 class
- Author:
- stella
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Image
public Image(int width,
int height)
Image
public Image(Image other)
getWidth
public int getWidth()
getHeight
public int getHeight()
saveToFile
public void saveToFile(java.lang.String fileName,
java.lang.String type)
saveToMemory
public byte[] saveToMemory(java.lang.String type)