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 WorldWindow.
|
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 |
Tree.getLayout()
Get the tree layout.
|
TreeLayout |
BasicTree.getLayout()
Get the tree layout.
|
Modifier and Type | Method and Description |
---|---|
void |
Tree.setLayout(TreeLayout layout)
Set the tree layout.
|
void |
BasicTree.setLayout(TreeLayout layout)
Set the tree layout.
|