public static class TunnelLayer.LayerSettings
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Constructor and Description |
---|
LayerSettings(int minLevel,
int maxLevel) |
Modifier and Type | Method and Description |
---|---|
TunnelLayer.LayerSettings |
clone() |
int |
getIntensity() |
Layer |
getLayer() |
int |
getMaxLevel() |
int |
getMinLevel() |
NoiseSettings |
getVariation() |
boolean |
isInvert() |
void |
setIntensity(int intensity) |
void |
setInvert(boolean invert) |
void |
setLayer(Layer layer) |
void |
setMaxLevel(int maxLevel) |
void |
setMinLevel(int minLevel) |
void |
setVariation(NoiseSettings variation) |
public Layer getLayer()
public void setLayer(Layer layer)
public int getIntensity()
public void setIntensity(int intensity)
public NoiseSettings getVariation()
public void setVariation(NoiseSettings variation)
public int getMinLevel()
public void setMinLevel(int minLevel)
public int getMaxLevel()
public void setMaxLevel(int maxLevel)
public boolean isInvert()
public void setInvert(boolean invert)
public TunnelLayer.LayerSettings clone()
clone
in class java.lang.Object