Uses of Interface
gov.nasa.worldwind.util.tree.TreeAttributes
- 
Packages that use TreeAttributes Package Description gov.nasa.worldwind.util.tree A tree control drawn in the WorldWindow.
- 
- 
Uses of TreeAttributes in gov.nasa.worldwind.util.treeClasses in gov.nasa.worldwind.util.tree that implement TreeAttributes Modifier and Type Class Description classBasicTreeAttributesBasic implementation ofTreeAttributesset.Fields in gov.nasa.worldwind.util.tree declared as TreeAttributes Modifier and Type Field Description protected TreeAttributesBasicTreeLayout. activeAttributesActive attributes, either normal or highlight.protected static TreeAttributesBasicTreeLayout. defaultAttributesThe attributes used if attributes are not specified.protected TreeAttributesBasicTreeLayout. highlightAttributesAttributes to use when the frame is highlighted.protected TreeAttributesBasicTreeLayout. normalAttributesAttributes to use when the tree is not highlighted.Methods in gov.nasa.worldwind.util.tree that return TreeAttributes Modifier and Type Method Description TreeAttributesTreeAttributes. copy()Returns a new TreeAttributes instance of the same type as this TreeAttributes, who's properties are configured exactly as this TreeAttributes.protected TreeAttributesBasicTreeLayout. getActiveAttributes()Get the active attributes, based on the highlight state.TreeAttributesBasicTreeLayout. getAttributes()Get the tree attributes.TreeAttributesTreeLayout. getAttributes()Get the tree attributes.TreeAttributesBasicTreeLayout. getHighlightAttributes()Get the attributes to apply when the tree is highlighted.Methods in gov.nasa.worldwind.util.tree with parameters of type TreeAttributes Modifier and Type Method Description voidBasicTreeAttributes. copy(TreeAttributes attributes)Copies the specified TreeAttributes' properties into this object's properties.voidTreeAttributes. copy(TreeAttributes attributes)Copies the specified TreeAttributes' properties into this object's properties.java.awt.DimensionBasicTreeLayout. getNodeSize(DrawContext dc, java.awt.Dimension frameSize, int x, TreeNode node, TreeAttributes attributes)Compute the size of a node.voidBasicTreeLayout. setAttributes(TreeAttributes attributes)Set the tree attributes.voidTreeLayout. setAttributes(TreeAttributes attributes)Set the tree attributes.voidBasicTreeLayout. setHighlightAttributes(TreeAttributes attributes)Set the attributes to use when the tree is highlighted.Constructors in gov.nasa.worldwind.util.tree with parameters of type TreeAttributes Constructor Description BasicTreeAttributes(TreeAttributes attributes)Create a new attributes object with the same configuration as an existing attributes object.
 
-