Package | Description |
---|---|
gov.nasa.worldwind.drag | |
gov.nasa.worldwind.render | |
gov.nasa.worldwind.render.airspaces | |
gov.nasa.worldwind.symbology |
Provides classes for creating and displaying graphics from standard symbol sets.
|
gov.nasa.worldwind.symbology.milstd2525 |
Tactical graphics and symbols defined by the MIL-STD-2525 symbology set.
|
gov.nasa.worldwind.util | |
gov.nasa.worldwindx.examples |
Modifier and Type | Method and Description |
---|---|
protected Vec4 |
DraggableSupport.computeEllipsoidalPointFromScreen(DragContext dragContext,
java.awt.Point screenPoint,
double altitude,
boolean utilizeSearchMethod)
Determines the cartesian coordinate of a screen point given the altitude mode.
|
protected Vec4 |
DraggableSupport.computeScreenOffsetFromReferencePosition(Position dragObjectReferencePosition,
DragContext dragContext)
Determines the offset in screen coordinates from the previous screen point (
getInitialPoint()
and the objects Movable.getReferencePosition() or Movable2.getReferencePosition() methods. |
void |
Draggable.drag(DragContext dragContext)
Drag the object given the provided
DragContext . |
void |
DraggableSupport.dragGlobeSizeConstant(DragContext dragContext)
Converts the screen position inputs to geographic movement information.
|
void |
DraggableSupport.dragScreenSizeConstant(DragContext dragContext)
Converts the screen position inputs to geographic movement information.
|
Modifier and Type | Method and Description |
---|---|
protected void |
UserFacingIcon.doDrag(DragContext dragContext) |
protected void |
SurfaceText.doDrag(DragContext dragContext) |
protected void |
SurfaceImage.doDrag(DragContext dragContext) |
protected void |
SurfaceIcon.doDrag(DragContext dragContext) |
protected void |
Quadrilateral.doDrag(DragContext dragContext) |
protected void |
Polyline.doDrag(DragContext dragContext)
Deprecated.
|
protected void |
PointPlacemark.doDrag(DragContext dragContext) |
protected void |
GlobeAnnotation.doDrag(DragContext dragContext) |
protected void |
AbstractSurfaceShape.doDrag(DragContext dragContext) |
protected void |
AbstractShape.doDrag(DragContext dragContext) |
void |
UserFacingIcon.drag(DragContext dragContext) |
void |
SurfaceText.drag(DragContext dragContext) |
void |
SurfaceImage.drag(DragContext dragContext) |
void |
SurfaceIcon.drag(DragContext dragContext) |
void |
Quadrilateral.drag(DragContext dragContext) |
void |
Polyline.drag(DragContext dragContext)
Deprecated.
|
void |
PointPlacemark.drag(DragContext dragContext) |
void |
GlobeAnnotation.drag(DragContext dragContext) |
void |
AbstractSurfaceShape.drag(DragContext dragContext) |
void |
AbstractShape.drag(DragContext dragContext) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractAirspace.doDrag(DragContext dragContext) |
void |
AbstractAirspace.drag(DragContext dragContext) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractTacticalSymbol.doDrag(DragContext dragContext) |
protected void |
AbstractTacticalGraphic.doDrag(DragContext dragContext) |
void |
AbstractTacticalSymbol.drag(DragContext dragContext) |
void |
AbstractTacticalGraphic.drag(DragContext dragContext) |
Modifier and Type | Method and Description |
---|---|
protected void |
MilStd2525PointGraphic.doDrag(DragContext dragContext) |
void |
MilStd2525PointGraphic.drag(DragContext dragContext) |
Modifier and Type | Field and Description |
---|---|
protected DragContext |
BasicDragger.dragContext
The
DragContext for dragging operations. |
Modifier and Type | Method and Description |
---|---|
protected void |
ShapeEditingExtension.Arrow.doDrag(DragContext dragContext) |
void |
ShapeEditingExtension.Arrow.drag(DragContext dragContext) |