public class HeightMapExporter
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HeightMapExporter.Format |
| Constructor and Description |
|---|
HeightMapExporter(Dimension dimension,
HeightMapExporter.Format format) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
exportToFile(java.io.File file) |
java.lang.String |
getDefaultFilename() |
java.lang.String |
getFormatDescription() |
java.util.List<java.lang.String> |
getSupportedFileExtensions() |
public HeightMapExporter(Dimension dimension, HeightMapExporter.Format format)
public java.util.List<java.lang.String> getSupportedFileExtensions()
public java.lang.String getDefaultFilename()
public boolean exportToFile(java.io.File file)
public java.lang.String getFormatDescription()