Modifier and Type | Field and 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 |
Modifier and Type | Method and 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) |
Modifier and Type | Class and Description |
---|---|
class |
ScreenRelativeAnnotation
Provides a screen annotation positioned relatively to the window rather than absolutely.
|
Modifier and Type | Field and Description |
---|---|
protected ScreenAnnotation |
ScreenAnnotationBalloon.annotation
Annotation used to render the balloon.
|
Modifier and Type | Method and Description |
---|---|
protected ScreenAnnotation |
ScreenAnnotationBalloon.createAnnotation()
Create an annotation to render the balloon.
|
protected ScreenAnnotation |
ScreenAnnotationBalloon.getAnnotation()
Get the annotation used to render the balloon.
|
Modifier and Type | Class and Description |
---|---|
class |
EditorAnnotation |
Modifier and Type | Field and Description |
---|---|
protected ScreenAnnotation |
MeasureTool.annotation |
Modifier and Type | Class and Description |
---|---|
class |
ToolTipAnnotation |
Modifier and Type | Field and Description |
---|---|
protected ScreenAnnotation |
InfoPanelController.annotationPanel |
Modifier and Type | Field and Description |
---|---|
protected ScreenAnnotation |
WWOMeasureDisplay.annotation |
Modifier and Type | Field and Description |
---|---|
protected ScreenAnnotation |
MarkersOrder.AppFrame.screenAnnotation |
Modifier and Type | Method and Description |
---|---|
protected ScreenAnnotation |
PathsWithLabels.AppFrame.makeLabelAnnotation(java.lang.String text) |
Modifier and Type | Field and Description |
---|---|
protected ScreenAnnotation |
AbstractShapeEditor.annotation |
Modifier and Type | Class and Description |
---|---|
class |
ButtonAnnotation |
protected static class |
DialogAnnotation.BusyImage |
class |
ImageAnnotation |
class |
ProgressAnnotation |
Modifier and Type | Field and Description |
---|---|
protected ScreenAnnotation |
LabeledPath.annotation
The screen annotation to use as a label.
|
Modifier and Type | Method and Description |
---|---|
ScreenAnnotation |
LayerManagerLayer.getAnnotation()
Get the
ScreenAnnotation used to display the layer list. |
ScreenAnnotation |
LabeledPath.getAnnotation()
Returns the
ScreenAnnotation used to draw the label, or null if the
path doesn't draw a label. |
Modifier and Type | Method and Description |
---|---|
void |
LabeledPath.setAnnotation(ScreenAnnotation annotation)
Specifies the
ScreenAnnotation to use for drawing the label. |
Constructor and Description |
---|
LabeledPath(java.lang.Iterable<? extends LatLon> locations,
ScreenAnnotation annotation)
Creates a labeled path with the specified label annotation and locations.
|
LabeledPath(ScreenAnnotation annotation)
Creates a labeled path with the specified label annotation and no locations.
|