|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.leeds.ccg.andyt.grids.exchange.ImageExporter
public class ImageExporter
Class for exporting to images.
Constructor Summary | |
---|---|
ImageExporter()
Creates a new instance of ImageExporter |
Method Summary | |
---|---|
protected void |
toGreyScaleImage(AbstractGrid2DSquareCell _Grid2DSquareCell,
java.io.File file,
java.lang.String type)
Writes this grid as a Grey scale image |
void |
toGreyScaleImage(AbstractGrid2DSquareCell _Grid2DSquareCell,
java.io.File file,
java.lang.String type,
boolean _HandleOutOfMemoryError)
Writes this grid as a Grey scale image |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImageExporter()
Method Detail |
---|
public void toGreyScaleImage(AbstractGrid2DSquareCell _Grid2DSquareCell, java.io.File file, java.lang.String type, boolean _HandleOutOfMemoryError)
file
- The File exported to.type
- The name of the type of image to be written e.g. "png", "jpeg"protected void toGreyScaleImage(AbstractGrid2DSquareCell _Grid2DSquareCell, java.io.File file, java.lang.String type)
file
- The File exported to.type
- The name of the type of image to be written e.g. "png", "jpeg"
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |