Uses of Class
gov.nasa.worldwind.util.tree.BasicFrameAttributes
-
Packages that use BasicFrameAttributes Package Description gov.nasa.worldwind.util.tree A tree control drawn in the WorldWindow. -
-
Uses of BasicFrameAttributes in gov.nasa.worldwind.util.tree
Methods in gov.nasa.worldwind.util.tree that return BasicFrameAttributes Modifier and Type Method Description BasicFrameAttributesBasicFrameAttributes. copy()Returns a new FrameAttributes instance of the same type as this FrameAttributes, who's properties are configured exactly as this FrameAttributes.Constructors in gov.nasa.worldwind.util.tree with parameters of type BasicFrameAttributes Constructor Description BasicFrameAttributes(BasicFrameAttributes attributes)Create a new attributes object with the same configuration as an existing attributes object.
-