public class LayerGroup extends AbstractLayer
Modifier and Type | Field and Description |
---|---|
private List<AbstractLayer> |
layers |
Constructor and Description |
---|
LayerGroup(LayerGroup parent,
String name) |
LayerGroup(LayerGroup parent,
String name,
String description,
Style style) |
LayerGroup(String name) |
LayerGroup(String name,
String description) |
LayerGroup(String name,
String description,
Style style) |
LayerGroup(String name,
Style style) |
Modifier and Type | Method and Description |
---|---|
LayerGroup |
add(AbstractLayer layer) |
Layer |
addLayer(String name) |
void |
calculateVisibleTexts() |
List<AbstractLayer> |
getLayers() |
Boolean |
resultOf(Boolean b1,
Boolean b2) |
void |
setElements(List<AbstractLayer> layers) |
add, getDescription, getName, getParent, getStyle, isVisible, isVisibleTexts, setDescription, setName, setParent, setStyle, setVisible, setVisibleTexts, toString
private List<AbstractLayer> layers
public LayerGroup(String name)
public LayerGroup(String name, String description)
public LayerGroup(String name, Style style)
public LayerGroup(String name, String description, Style style)
public LayerGroup(LayerGroup parent, String name)
public LayerGroup(LayerGroup parent, String name, String description, Style style)
public List<AbstractLayer> getLayers()
public void setElements(List<AbstractLayer> layers)
public LayerGroup add(AbstractLayer layer)
public void calculateVisibleTexts()