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 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. controlVeDown
protected ScreenAnnotation
ViewControlsLayer. controlVeUp
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 Modifier and Type Method Description 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, 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 class
ScreenRelativeAnnotation
Provides 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 ScreenAnnotation
ScreenAnnotationBalloon. annotation
Annotation used to render the balloon.Methods in gov.nasa.worldwind.render that return ScreenAnnotation Modifier and Type Method Description protected ScreenAnnotation
ScreenAnnotationBalloon. createAnnotation()
Create an annotation to render the balloon.protected ScreenAnnotation
ScreenAnnotationBalloon. 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 class
EditorAnnotation
-
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 ScreenAnnotation
MeasureTool. 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 class
ToolTipAnnotation
Fields in gov.nasa.worldwindx.applications.worldwindow.core declared as ScreenAnnotation Modifier and Type Field Description protected ScreenAnnotation
InfoPanelController. 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 ScreenAnnotation
WWOMeasureDisplay. annotation
-
Uses of ScreenAnnotation in gov.nasa.worldwindx.examples
Fields in gov.nasa.worldwindx.examples declared as ScreenAnnotation Modifier and Type Field Description protected ScreenAnnotation
MarkersOrder.AppFrame. screenAnnotation
Methods in gov.nasa.worldwindx.examples that return ScreenAnnotation Modifier and Type Method Description protected ScreenAnnotation
PathsWithLabels.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 ScreenAnnotation
AbstractShapeEditor. annotation
-
Uses of ScreenAnnotation in gov.nasa.worldwindx.examples.util
Subclasses of ScreenAnnotation in gov.nasa.worldwindx.examples.util Modifier and Type Class Description class
ButtonAnnotation
protected static class
DialogAnnotation.BusyImage
class
ImageAnnotation
class
ProgressAnnotation
class
ToolTipAnnotation
Displays 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 ScreenAnnotation
LabeledPath. annotation
The screen annotation to use as a label.Methods in gov.nasa.worldwindx.examples.util that return ScreenAnnotation Modifier and Type Method Description ScreenAnnotation
LabeledPath. getAnnotation()
Returns theScreenAnnotation
used to draw the label, ornull
if the path doesn't draw a label.ScreenAnnotation
LayerManagerLayer. getAnnotation()
Get theScreenAnnotation
used to display the layer list.Methods in gov.nasa.worldwindx.examples.util with parameters of type ScreenAnnotation Modifier and Type Method Description void
LabeledPath. setAnnotation(ScreenAnnotation annotation)
Specifies theScreenAnnotation
to 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.
-