Package | Description |
---|---|
org.openstreetmap.gui.jmapviewer |
This package and all sub-packages are belonging to the Java
component JMapViewer
|
org.openstreetmap.gui.jmapviewer.checkBoxTree |
Modifier and Type | Field and Description |
---|---|
private LayerGroup |
AbstractLayer.parent |
Modifier and Type | Method and Description |
---|---|
LayerGroup |
LayerGroup.add(AbstractLayer layer) |
LayerGroup |
AbstractLayer.getParent() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractLayer.setParent(LayerGroup parent) |
Constructor and Description |
---|
AbstractLayer(LayerGroup parent,
String name) |
AbstractLayer(LayerGroup parent,
String name,
String description,
Style style) |
AbstractLayer(LayerGroup parent,
String name,
Style style) |
Layer(LayerGroup parent,
String name) |
Layer(LayerGroup parent,
String name,
String description,
Style style) |
Layer(LayerGroup parent,
String name,
Style style) |
LayerGroup(LayerGroup parent,
String name) |
LayerGroup(LayerGroup parent,
String name,
String description,
Style style) |
Modifier and Type | Method and Description |
---|---|
LayerGroup |
CheckBoxTree.rootLayer() |