Uses of Class
gov.nasa.worldwind.render.ScreenAnnotation
-
-
Uses of ScreenAnnotation in gov.nasa.worldwind.layers
Fields in gov.nasa.worldwind.layers declared as ScreenAnnotation Modifier and Type Field Description protected ScreenAnnotationViewControlsLayer. controlFovNarrowprotected ScreenAnnotationViewControlsLayer. controlFovWideprotected ScreenAnnotationViewControlsLayer. controlHeadingLeftprotected ScreenAnnotationViewControlsLayer. controlHeadingRightprotected ScreenAnnotationViewControlsLayer. controlLookprotected ScreenAnnotationViewControlsLayer. controlPanprotected ScreenAnnotationViewControlsLayer. controlPitchDownprotected ScreenAnnotationViewControlsLayer. controlPitchUpprotected ScreenAnnotationViewControlsLayer. controlVeDownprotected ScreenAnnotationViewControlsLayer. controlVeUpprotected ScreenAnnotationViewControlsLayer. controlZoomInprotected ScreenAnnotationViewControlsLayer. controlZoomOutprotected ScreenAnnotationViewControlsLayer. currentControlprotected ScreenAnnotationViewControlsSelectListener. pressedControlMethods in gov.nasa.worldwind.layers with parameters of type ScreenAnnotation Modifier and Type Method Description protected AngleViewControlsSelectListener. computeLookHeading(OrbitView view, ScreenAnnotation control, double headingStep)protected AngleViewControlsSelectListener. computeLookPitch(OrbitView view, ScreenAnnotation control, double pitchStep)protected AngleViewControlsSelectListener. computePanAmount(Globe globe, OrbitView view, ScreenAnnotation control, double panStep)protected AngleViewControlsSelectListener. computePanHeading(OrbitView view, ScreenAnnotation control)protected voidViewControlsSelectListener. updateView(ScreenAnnotation control, java.lang.String controlType) -
Uses of ScreenAnnotation in gov.nasa.worldwind.render
Subclasses of ScreenAnnotation in gov.nasa.worldwind.render Modifier and Type Class Description classScreenRelativeAnnotationProvides a screen annotation positioned relatively to the window rather than absolutely.Fields in gov.nasa.worldwind.render declared as ScreenAnnotation Modifier and Type Field Description protected ScreenAnnotationScreenAnnotationBalloon. annotationAnnotation used to render the balloon.Methods in gov.nasa.worldwind.render that return ScreenAnnotation Modifier and Type Method Description protected ScreenAnnotationScreenAnnotationBalloon. createAnnotation()Create an annotation to render the balloon.protected ScreenAnnotationScreenAnnotationBalloon. getAnnotation()Get the annotation used to render the balloon. -
Uses of ScreenAnnotation in gov.nasa.worldwind.util
Subclasses of ScreenAnnotation in gov.nasa.worldwind.util Modifier and Type Class Description classEditorAnnotation -
Uses of ScreenAnnotation in gov.nasa.worldwind.util.measure
Fields in gov.nasa.worldwind.util.measure declared as ScreenAnnotation Modifier and Type Field Description protected ScreenAnnotationMeasureTool. annotation -
Uses of ScreenAnnotation in gov.nasa.worldwindx.applications.worldwindow.core
Subclasses of ScreenAnnotation in gov.nasa.worldwindx.applications.worldwindow.core Modifier and Type Class Description classToolTipAnnotationFields in gov.nasa.worldwindx.applications.worldwindow.core declared as ScreenAnnotation Modifier and Type Field Description protected ScreenAnnotationInfoPanelController. annotationPanel -
Uses of ScreenAnnotation in gov.nasa.worldwindx.applications.worldwindow.util.measuretool
Fields in gov.nasa.worldwindx.applications.worldwindow.util.measuretool declared as ScreenAnnotation Modifier and Type Field Description protected ScreenAnnotationWWOMeasureDisplay. annotation -
Uses of ScreenAnnotation in gov.nasa.worldwindx.examples
Fields in gov.nasa.worldwindx.examples declared as ScreenAnnotation Modifier and Type Field Description protected ScreenAnnotationMarkersOrder.AppFrame. screenAnnotationMethods in gov.nasa.worldwindx.examples that return ScreenAnnotation Modifier and Type Method Description protected ScreenAnnotationPathsWithLabels.AppFrame. makeLabelAnnotation(java.lang.String text) -
Uses of ScreenAnnotation in gov.nasa.worldwindx.examples.shapebuilder
Fields in gov.nasa.worldwindx.examples.shapebuilder declared as ScreenAnnotation Modifier and Type Field Description protected ScreenAnnotationAbstractShapeEditor. annotation -
Uses of ScreenAnnotation in gov.nasa.worldwindx.examples.util
Subclasses of ScreenAnnotation in gov.nasa.worldwindx.examples.util Modifier and Type Class Description classButtonAnnotationprotected static classDialogAnnotation.BusyImageclassImageAnnotationclassProgressAnnotationclassToolTipAnnotationDisplays a tool tip annotation at a specified screen position.Fields in gov.nasa.worldwindx.examples.util declared as ScreenAnnotation Modifier and Type Field Description protected ScreenAnnotationLabeledPath. annotationThe screen annotation to use as a label.Methods in gov.nasa.worldwindx.examples.util that return ScreenAnnotation Modifier and Type Method Description ScreenAnnotationLabeledPath. getAnnotation()Returns theScreenAnnotationused to draw the label, ornullif the path doesn't draw a label.ScreenAnnotationLayerManagerLayer. getAnnotation()Get theScreenAnnotationused to display the layer list.Methods in gov.nasa.worldwindx.examples.util with parameters of type ScreenAnnotation Modifier and Type Method Description voidLabeledPath. setAnnotation(ScreenAnnotation annotation)Specifies theScreenAnnotationto use for drawing the label.Constructors in gov.nasa.worldwindx.examples.util with parameters of type ScreenAnnotation Constructor Description LabeledPath(ScreenAnnotation annotation)Creates a labeled path with the specified label annotation and no locations.LabeledPath(java.lang.Iterable<? extends LatLon> locations, ScreenAnnotation annotation)Creates a labeled path with the specified label annotation and locations.
-