Package | Description |
---|---|
gov.nasa.worldwind.util.layertree |
Displays a list of layers using
BasicTree . |
Modifier and Type | Method and Description |
---|---|
protected LayerTreeModel |
LayerTree.createTreeModel()
Returns a new
LayerTreeModel . |
LayerTreeModel |
LayerTree.getModel()
Get the tree model.
|
Modifier and Type | Method and Description |
---|---|
protected void |
LayerTree.initialize(LayerTreeModel model,
Offset offset)
Initializes this tree with the specified
model and offset . |
Constructor and Description |
---|
LayerTree(LayerTreeModel model)
Creates a new
LayerTree with the specified model and the default screen location. |
LayerTree(LayerTreeModel model,
Offset offset)
Creates a new
LayerTree with the specified model and the specified screen location. |