public interface ExporterSettings
extends java.io.Serializable, java.lang.Cloneable
| Modifier and Type | Method and Description | 
|---|---|
| ExporterSettings | clone() | 
| Layer | getLayer() | 
| boolean | isApplyEverywhere() | 
| default void | setMinMaxHeight(int oldMinHeight,
               int newMinHeight,
               int oldMaxHeight,
               int newMaxHeight,
               HeightTransform transform)This is invoked by WorldPainter when the dimension height is transformed (minHeight and/or maxHeight changes,
 and/or a shift and/or scaling operation applied), so that the layer settings may be adjusted accordingly, if
 applicable. | 
boolean isApplyEverywhere()
Layer getLayer()
default void setMinMaxHeight(int oldMinHeight,
                             int newMinHeight,
                             int oldMaxHeight,
                             int newMaxHeight,
                             HeightTransform transform)
The default implementation does nothing.
ExporterSettings clone()