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 | Class and Description |
---|---|
class |
LayerTree
A
Renderable tree of objects and their content. |
Modifier and Type | Method and Description |
---|---|
void |
KMLLayerTreeNode.expandOpenContainers(Tree tree)
Expands paths in the specified
tree corresponding to open KML container elements. |
void |
KMLFeatureTreeNode.expandOpenContainers(Tree tree)
Expands paths in the specified
tree corresponding to open KML container elements. |
Modifier and Type | Class and Description |
---|---|
class |
BasicTree
Basic implementation of a
Tree control. |
Modifier and Type | Field and Description |
---|---|
protected Tree |
BasicTreeLayout.tree
Tree that is drawn by this layout.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BasicTreeLayout.computeSize(Tree tree,
TreeNode root,
DrawContext dc,
java.awt.Dimension frameSize,
java.awt.Dimension size,
int x,
int level)
Compute the size of a tree.
|
protected HotSpot |
BasicTreeLayout.createTogglePathControl(Tree tree,
TreeNode node)
Create a pickable object to represent a toggle control in the tree.
|
Constructor and Description |
---|
BasicTreeLayout(Tree tree)
Create a layout for a tree.
|
BasicTreeLayout(Tree tree,
int x,
int y)
Create a layout for a tree, at a screen location.
|
BasicTreeLayout(Tree tree,
Offset screenLocation)
Create a layout for a tree, at a screen location.
|