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.tree
Classes in gov.nasa.worldwind.util.tree that implement FrameAttributes Modifier and Type Class Description class
BasicFrameAttributes
Basic implementation ofFrameAttributes
set.Fields in gov.nasa.worldwind.util.tree declared as FrameAttributes Modifier and Type Field Description protected FrameAttributes
ScrollFrame. activeAttributes
Active attributes, either normal or highlight.protected static FrameAttributes
ScrollFrame. defaultAttributes
The attributes used if attributes are not specified.protected FrameAttributes
ScrollFrame. highlightAttributes
Attributes to use when the frame is highlighted.protected FrameAttributes
ScrollFrame. normalAttributes
Attributes to use when the frame is not highlighted.Methods in gov.nasa.worldwind.util.tree that return FrameAttributes Modifier and Type Method Description FrameAttributes
FrameAttributes. copy()
Returns a new FrameAttributes instance of the same type as this FrameAttributes, who's properties are configured exactly as this FrameAttributes.protected FrameAttributes
ScrollFrame. getActiveAttributes()
Get the currently active frame attributes.FrameAttributes
ScrollFrame. getAttributes()
Indicates the frame attributes used to draw the frame when it is not highlighted.FrameAttributes
ScrollFrame. 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 void
BasicFrameAttributes. copy(FrameAttributes attributes)
Copies the specified FrameAttributes' properties into this object's properties.void
FrameAttributes. copy(FrameAttributes attributes)
Copies the specified FrameAttributes' properties into this object's properties.void
ScrollFrame. setAttributes(FrameAttributes attributes)
Specifies the frame attributes used to draw the frame when it is not highlighted.void
ScrollFrame. setHighlightAttributes(FrameAttributes attributes)
Specifies the frame attributes used to draw the frame when it is highlighted.
-