NASA World Wind

Uses of Class
gov.nasa.worldwind.render.ScreenAnnotation

Packages that use ScreenAnnotation
gov.nasa.worldwind.examples.util   
gov.nasa.worldwind.layers   
gov.nasa.worldwind.util.measure   
 

Uses of ScreenAnnotation in gov.nasa.worldwind.examples.util
 

Methods in gov.nasa.worldwind.examples.util that return ScreenAnnotation
 ScreenAnnotation LayerManagerLayer.getAnnotation()
          Get the ScreenAnnotation used to display the layer list.
 

Methods in gov.nasa.worldwind.examples.util with parameters of type ScreenAnnotation
 void LayerManagerLayer.setAnnotation(ScreenAnnotation annotation)
          Set the ScreenAnnotation used to display the layer list.
 

Uses of ScreenAnnotation in gov.nasa.worldwind.layers
 

Fields in gov.nasa.worldwind.layers declared as ScreenAnnotation
protected  ScreenAnnotation ViewControlsLayer.controlFovNarrow
           
protected  ScreenAnnotation ViewControlsLayer.controlFovWide
           
protected  ScreenAnnotation ViewControlsLayer.controlHeadingLeft
           
protected  ScreenAnnotation ViewControlsLayer.controlHeadingRight
           
protected  ScreenAnnotation ViewControlsLayer.controlLook
           
protected  ScreenAnnotation ViewControlsLayer.controlPan
           
protected  ScreenAnnotation ViewControlsLayer.controlPitchDown
           
protected  ScreenAnnotation ViewControlsLayer.controlPitchUp
           
protected  ScreenAnnotation ViewControlsLayer.controlZoomIn
           
protected  ScreenAnnotation ViewControlsLayer.controlZoomOut
           
protected  ScreenAnnotation ViewControlsLayer.currentControl
           
protected  ScreenAnnotation ViewControlsSelectListener.pressedControl
           
 

Methods in gov.nasa.worldwind.layers with parameters of type ScreenAnnotation
protected  Angle ViewControlsSelectListener.computeLookHeading(OrbitView view, ScreenAnnotation control, double headingStep)
           
protected  Angle ViewControlsSelectListener.computeLookPitch(OrbitView view, ScreenAnnotation control, double pitchStep)
           
protected  Angle ViewControlsSelectListener.computePanAmount(Globe globe, OrbitView view, ScreenAnnotation control, double panStep)
           
protected  Angle ViewControlsSelectListener.computePanHeading(OrbitView view, ScreenAnnotation control)
           
protected  void ViewControlsSelectListener.updateView(ScreenAnnotation control, String controlType)
           
 

Uses of ScreenAnnotation in gov.nasa.worldwind.util.measure
 

Fields in gov.nasa.worldwind.util.measure declared as ScreenAnnotation
protected  ScreenAnnotation MeasureTool.annotation
           
 


NASA World Wind