public class AbstractLayerParams
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
failOnError
Fail if a tile return an error.
|
java.lang.String |
name
The name of the layer.
|
double |
opacity
The opacity of the image.
|
| Constructor and Description |
|---|
AbstractLayerParams()
Constructor.
|
AbstractLayerParams(AbstractLayerParams other)
Copy constructor.
|
public double opacity
public java.lang.String name
public boolean failOnError
public AbstractLayerParams()
public AbstractLayerParams(AbstractLayerParams other)
other - the object to copy