public static class FrostExporter.FrostSettings extends java.lang.Object implements ExporterSettings
Modifier and Type | Field and Description |
---|---|
static int |
MODE_FLAT |
static int |
MODE_RANDOM |
static int |
MODE_SMOOTH |
static int |
MODE_SMOOTH_AT_ALL_ELEVATIONS |
Constructor and Description |
---|
FrostSettings() |
Modifier and Type | Method and Description |
---|---|
FrostExporter.FrostSettings |
clone() |
boolean |
equals(java.lang.Object obj) |
Frost |
getLayer() |
int |
getMode() |
int |
hashCode() |
boolean |
isApplyEverywhere() |
boolean |
isFrostEverywhere() |
boolean |
isSnowUnderTrees() |
void |
setFrostEverywhere(boolean frostEverywhere) |
void |
setMode(int mode) |
void |
setSnowUnderTrees(boolean snowUnderTrees) |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
setMinMaxHeight
public static final int MODE_FLAT
public static final int MODE_RANDOM
public static final int MODE_SMOOTH
public static final int MODE_SMOOTH_AT_ALL_ELEVATIONS
public boolean isApplyEverywhere()
isApplyEverywhere
in interface ExporterSettings
public Frost getLayer()
getLayer
in interface ExporterSettings
public boolean isFrostEverywhere()
public void setFrostEverywhere(boolean frostEverywhere)
public int getMode()
public void setMode(int mode)
public boolean isSnowUnderTrees()
public void setSnowUnderTrees(boolean snowUnderTrees)
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public FrostExporter.FrostSettings clone()
clone
in interface ExporterSettings
clone
in class java.lang.Object