org.osm2world.console
public static class ImageExporter.PNGWriter extends Object implements ImageExporter.ImageWriter
Constructor and Description |
---|
ImageExporter.PNGWriter(File outputFile,
int cols,
int rows,
boolean alpha) |
public ImageExporter.PNGWriter(File outputFile, int cols, int rows, boolean alpha)
public void append(BufferedImage img) throws IOException
append
in interface ImageExporter.ImageWriter
IOException
public void append(BufferedImage img, int lines) throws IOException
append
in interface ImageExporter.ImageWriter
IOException
public void close() throws IOException
close
in interface ImageExporter.ImageWriter
IOException