Uses of Interface
gov.nasa.worldwind.util.tree.Tree
-
Packages that use Tree Package Description gov.nasa.worldwind.util.layertree Displays a list of layers usingBasicTree
.gov.nasa.worldwind.util.tree A tree control drawn in the WorldWindow. -
-
Uses of Tree in gov.nasa.worldwind.util.layertree
Classes in gov.nasa.worldwind.util.layertree that implement Tree Modifier and Type Class Description class
LayerTree
ARenderable
tree of
objects and their content.Layer
Methods in gov.nasa.worldwind.util.layertree with parameters of type Tree Modifier and Type Method Description void
KMLFeatureTreeNode. expandOpenContainers(Tree tree)
Expands paths in the specifiedtree
corresponding to open KML container elements.void
KMLLayerTreeNode. expandOpenContainers(Tree tree)
Expands paths in the specifiedtree
corresponding to open KML container elements. -
Uses of Tree in gov.nasa.worldwind.util.tree
Classes in gov.nasa.worldwind.util.tree that implement Tree Modifier and Type Class Description class
BasicTree
Basic implementation of aTree
control.Fields in gov.nasa.worldwind.util.tree declared as Tree Modifier and Type Field Description protected Tree
BasicTreeLayout. tree
Tree that is drawn by this layout.Methods in gov.nasa.worldwind.util.tree with parameters of type Tree Modifier and Type Method 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.Constructors in gov.nasa.worldwind.util.tree with parameters of type Tree Constructor 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.
-