| Package | Description |
|---|---|
| gov.nasa.worldwind.util.layertree |
Displays a list of layers using
BasicTree. |
| gov.nasa.worldwind.util.tree |
A tree control drawn in the world window.
|
| Modifier and Type | Method and Description |
|---|---|
protected TreeLayout |
LayerTree.createTreeLayout(Offset offset)
Returns a new
TreeLayout suitable for displaying the layer tree on a WorldWindow. |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicTreeLayout
Layout that draws a
Tree similar to a file browser tree. |
| Modifier and Type | Field and Description |
|---|---|
protected TreeLayout |
BasicTree.layout |
| Modifier and Type | Method and Description |
|---|---|
TreeLayout |
BasicTree.getLayout()
Get the tree layout.
|
TreeLayout |
Tree.getLayout()
Get the tree layout.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BasicTree.setLayout(TreeLayout layout)
Set the tree layout.
|
void |
Tree.setLayout(TreeLayout layout)
Set the tree layout.
|