Uses of Class
gov.nasa.worldwind.drag.DragContext
-
Packages that use DragContext 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 -
-
Uses of DragContext in gov.nasa.worldwind.drag
Methods in gov.nasa.worldwind.drag with parameters of type DragContext Modifier and Type Method Description protected Vec4DraggableSupport. computeEllipsoidalPointFromScreen(DragContext dragContext, java.awt.Point screenPoint, double altitude, boolean utilizeSearchMethod)Determines the cartesian coordinate of a screen point given the altitude mode.protected Vec4DraggableSupport. computeScreenOffsetFromReferencePosition(Position dragObjectReferencePosition, DragContext dragContext)Determines the offset in screen coordinates from the previous screen point (getInitialPoint()and the objectsMovable.getReferencePosition()orMovable2.getReferencePosition()methods.voidDraggable. drag(DragContext dragContext)Drag the object given the providedDragContext.voidDraggableSupport. dragGlobeSizeConstant(DragContext dragContext)Converts the screen position inputs to geographic movement information.voidDraggableSupport. dragScreenSizeConstant(DragContext dragContext)Converts the screen position inputs to geographic movement information. -
Uses of DragContext in gov.nasa.worldwind.render
Methods in gov.nasa.worldwind.render with parameters of type DragContext Modifier and Type Method Description protected voidAbstractShape. doDrag(DragContext dragContext)protected voidAbstractSurfaceShape. doDrag(DragContext dragContext)protected voidGlobeAnnotation. doDrag(DragContext dragContext)protected voidPointPlacemark. doDrag(DragContext dragContext)protected voidPolyline. doDrag(DragContext dragContext)Deprecated.protected voidQuadrilateral. doDrag(DragContext dragContext)protected voidSurfaceIcon. doDrag(DragContext dragContext)protected voidSurfaceImage. doDrag(DragContext dragContext)protected voidSurfaceText. doDrag(DragContext dragContext)protected voidUserFacingIcon. doDrag(DragContext dragContext)voidAbstractShape. drag(DragContext dragContext)voidAbstractSurfaceShape. drag(DragContext dragContext)voidGlobeAnnotation. drag(DragContext dragContext)voidPointPlacemark. drag(DragContext dragContext)voidPolyline. drag(DragContext dragContext)Deprecated.voidQuadrilateral. drag(DragContext dragContext)voidSurfaceIcon. drag(DragContext dragContext)voidSurfaceImage. drag(DragContext dragContext)voidSurfaceText. drag(DragContext dragContext)voidUserFacingIcon. drag(DragContext dragContext) -
Uses of DragContext in gov.nasa.worldwind.render.airspaces
Methods in gov.nasa.worldwind.render.airspaces with parameters of type DragContext Modifier and Type Method Description protected voidAbstractAirspace. doDrag(DragContext dragContext)voidAbstractAirspace. drag(DragContext dragContext) -
Uses of DragContext in gov.nasa.worldwind.symbology
Methods in gov.nasa.worldwind.symbology with parameters of type DragContext Modifier and Type Method Description protected voidAbstractTacticalGraphic. doDrag(DragContext dragContext)protected voidAbstractTacticalSymbol. doDrag(DragContext dragContext)voidAbstractTacticalGraphic. drag(DragContext dragContext)voidAbstractTacticalSymbol. drag(DragContext dragContext) -
Uses of DragContext in gov.nasa.worldwind.symbology.milstd2525
Methods in gov.nasa.worldwind.symbology.milstd2525 with parameters of type DragContext Modifier and Type Method Description protected voidMilStd2525PointGraphic. doDrag(DragContext dragContext)voidMilStd2525PointGraphic. drag(DragContext dragContext) -
Uses of DragContext in gov.nasa.worldwind.util
Fields in gov.nasa.worldwind.util declared as DragContext Modifier and Type Field Description protected DragContextBasicDragger. dragContextTheDragContextfor dragging operations. -
Uses of DragContext in gov.nasa.worldwindx.examples
Methods in gov.nasa.worldwindx.examples with parameters of type DragContext Modifier and Type Method Description protected voidShapeEditingExtension.Arrow. doDrag(DragContext dragContext)voidShapeEditingExtension.Arrow. drag(DragContext dragContext)
-