Uses of Interface
gov.nasa.worldwind.util.tree.FrameAttributes
- 
Packages that use FrameAttributes Package Description gov.nasa.worldwind.util.tree A tree control drawn in the WorldWindow.
- 
- 
Uses of FrameAttributes in gov.nasa.worldwind.util.treeClasses in gov.nasa.worldwind.util.tree that implement FrameAttributes Modifier and Type Class Description classBasicFrameAttributesBasic implementation ofFrameAttributesset.Fields in gov.nasa.worldwind.util.tree declared as FrameAttributes Modifier and Type Field Description protected FrameAttributesScrollFrame. activeAttributesActive attributes, either normal or highlight.protected static FrameAttributesScrollFrame. defaultAttributesThe attributes used if attributes are not specified.protected FrameAttributesScrollFrame. highlightAttributesAttributes to use when the frame is highlighted.protected FrameAttributesScrollFrame. normalAttributesAttributes to use when the frame is not highlighted.Methods in gov.nasa.worldwind.util.tree that return FrameAttributes Modifier and Type Method Description FrameAttributesFrameAttributes. copy()Returns a new FrameAttributes instance of the same type as this FrameAttributes, who's properties are configured exactly as this FrameAttributes.protected FrameAttributesScrollFrame. getActiveAttributes()Get the currently active frame attributes.FrameAttributesScrollFrame. getAttributes()Indicates the frame attributes used to draw the frame when it is not highlighted.FrameAttributesScrollFrame. getHighlightAttributes()Indicates the frame attributes used to draw the frame when it is highlighted.Methods in gov.nasa.worldwind.util.tree with parameters of type FrameAttributes Modifier and Type Method Description voidBasicFrameAttributes. copy(FrameAttributes attributes)Copies the specified FrameAttributes' properties into this object's properties.voidFrameAttributes. copy(FrameAttributes attributes)Copies the specified FrameAttributes' properties into this object's properties.voidScrollFrame. setAttributes(FrameAttributes attributes)Specifies the frame attributes used to draw the frame when it is not highlighted.voidScrollFrame. setHighlightAttributes(FrameAttributes attributes)Specifies the frame attributes used to draw the frame when it is highlighted.
 
-