Uses of Class
gov.nasa.worldwind.pick.PickSupport
- 
Packages that use PickSupport Package Description gov.nasa.worldwind.layers gov.nasa.worldwind.ogc.collada.impl Provides classes for rendering COLLADA documents.gov.nasa.worldwind.render gov.nasa.worldwind.render.airspaces gov.nasa.worldwind.render.airspaces.editor gov.nasa.worldwind.render.markers gov.nasa.worldwind.symbology Provides classes for creating and displaying graphics from standard symbol sets.gov.nasa.worldwind.terrain gov.nasa.worldwind.util gov.nasa.worldwind.util.tree A tree control drawn in the WorldWindow.gov.nasa.worldwindx.applications.sar.segmentplane gov.nasa.worldwindx.examples.analytics gov.nasa.worldwindx.examples.lineofsight Examples of how to perform line of sight calculations in WorldWind.gov.nasa.worldwindx.examples.tutorial 
- 
- 
Uses of PickSupport in gov.nasa.worldwind.layersFields in gov.nasa.worldwind.layers declared as PickSupport Modifier and Type Field Description protected PickSupportCachedRenderableLayer. pickSupportprotected PickSupportCompassLayer. pickSupportprotected PickSupportRenderableLayer. pickSupportprotected PickSupportScalebarLayer. pickSupportprotected PickSupportTerrainProfileLayer. pickSupportprotected PickSupportWorldMapLayer. pickSupport
- 
Uses of PickSupport in gov.nasa.worldwind.ogc.collada.implMethods in gov.nasa.worldwind.ogc.collada.impl with parameters of type PickSupport Modifier and Type Method Description protected voidColladaMeshShape. doDrawOrderedRenderable(DrawContext dc, PickSupport pickCandidates, Matrix matrix)Draw the shape as an OrderedRenderable, using the specified transform matrix.
- 
Uses of PickSupport in gov.nasa.worldwind.renderSubclasses of PickSupport in gov.nasa.worldwind.render Modifier and Type Class Description protected static classPath.PathPickSupportSubclass of PickSupport that adds the capability to resolve a Path's picked position point.Fields in gov.nasa.worldwind.render declared as PickSupport Modifier and Type Field Description protected PickSupportAbstractAnnotation. pickSupportprotected PickSupportAbstractAnnotationLayout. pickSupportprotected PickSupportAbstractBrowserBalloon. pickSupportDeprecated.Support for setting up and restoring picking state, and resolving the picked object.protected PickSupportAbstractShape. pickSupportprotected PickSupportAbstractSurfaceObject. pickSupportprotected PickSupportBasicAnnotationRenderer. pickSupportprotected PickSupportIconRenderer. pickSupportprotected PickSupportMultiLineTextRenderer. pickSupportprotected PickSupportPointPlacemark. pickSupportprotected PickSupportPolyline. pickSupportDeprecated.protected PickSupportScreenImage. pickSupportprotected PickSupportSurfaceImage. pickSupportprotected PickSupportTrackRenderer. pickSupportMethods in gov.nasa.worldwind.render that return PickSupport Modifier and Type Method Description PickSupportAbstractAnnotation. getPickSupport()PickSupportAbstractAnnotationLayout. getPickSupport()PickSupportAnnotation. getPickSupport()PickSupportAnnotationLayoutManager. getPickSupport()Methods in gov.nasa.worldwind.render with parameters of type PickSupport Modifier and Type Method Description protected voidPath. addPickablePositions(DrawContext dc, PickSupport pickCandidates)Registers this Path's pickable position color codes with the specified pickCandidates.protected voidAbstractShape. doDrawOrderedRenderable(DrawContext dc, PickSupport pickCandidates)Draw this shape as an ordered renderable.protected voidPath. doDrawOrderedRenderable(DrawContext dc, PickSupport pickCandidates)Draw this shape as an ordered renderable.protected voidPointPlacemark. doDrawOrderedRenderable(DrawContext dc, PickSupport pickCandidates, PointPlacemark.OrderedPlacemark opm)Draw this placemark as an ordered renderable.If in picking mode, add it to the picked object list of specifiedPickSupport.protected voidPointPlacemark.OrderedPlacemark. doDrawOrderedRenderable(DrawContext dc, PickSupport pickCandidates)protected voidPointPlacemark. drawLabel(DrawContext dc, PickSupport pickCandidates, PointPlacemark.OrderedPlacemark opm)Draws the placemark's label if a label is specified.protected voidPointPlacemark. drawLine(DrawContext dc, PickSupport pickCandidates, PointPlacemark.OrderedPlacemark opm)Draws the placemark's line.protected voidMultiLineTextRenderer. drawLineWithUniqueColors(java.lang.String text, int x, int y, DrawContext dc, PickSupport pickSupport, java.lang.Object refObject, Position refPosition)protected voidPointPlacemark. drawPoint(DrawContext dc, PickSupport pickCandidates, PointPlacemark.OrderedPlacemark opm)Draws the placemark's line.voidMultiLineTextRenderer. pick(java.lang.String text, int x, int y, int textLineHeight, DrawContext dc, PickSupport pickSupport, java.lang.Object refObject, Position refPosition)Draw text with unique colors word bounding rectangles and add each as a pickable object to the provided PickSupport instance.protected voidAbstractSurfaceObject. pickBatched(DrawContext dc, PickSupport pickSupport)Causes adjacent SurfaceObjects in the DrawContext's ordered surface renderable list to draw themselves in in a unique pick color, and adds themselves as pickable objects to the specified pickSupport.voidMultiLineTextRenderer. pickHTML(java.lang.String text, int x, int y, TextRendererCache renderers, DrawContext dc, PickSupport pickSupport, java.lang.Object refObject, Position refPosition)Draw text with unique colors word bounding rectangles and add each as a pickable object to the provided PickSupport instance.protected voidAbstractSurfaceObject. pickOrderedRenderable(DrawContext dc, PickSupport pickSupport)Causes the SurfaceObject to draw itself in a unique pick color, and add itself as a pickable object to the specified pickSupport.protected voidMultiLineTextRenderer. pickWord(java.lang.String word, java.lang.String hyperlink, double drawX, double drawY, java.awt.geom.Rectangle2D wordBounds, DrawContext dc, PickSupport pickSupport, java.lang.Object refObject, Position refPosition)protected voidPointPlacemark. setLineColor(DrawContext dc, PickSupport pickCandidates)Sets the color of the placemark's line during rendering.voidAbstractAnnotation. setPickSupport(PickSupport pickSupport)voidAbstractAnnotationLayout. setPickSupport(PickSupport pickSupport)voidAnnotation. setPickSupport(PickSupport pickSupport)voidAnnotationLayoutManager. setPickSupport(PickSupport pickSupport)
- 
Uses of PickSupport in gov.nasa.worldwind.render.airspacesFields in gov.nasa.worldwind.render.airspaces declared as PickSupport Modifier and Type Field Description protected PickSupportAbstractAirspace. pickSupportMethods in gov.nasa.worldwind.render.airspaces with parameters of type PickSupport Modifier and Type Method Description protected voidAbstractAirspace. doDrawOrderedRenderable(DrawContext dc, PickSupport pickCandidates)
- 
Uses of PickSupport in gov.nasa.worldwind.render.airspaces.editorMethods in gov.nasa.worldwind.render.airspaces.editor that return PickSupport Modifier and Type Method Description protected PickSupportBasicAirspaceControlPointRenderer. getPickSupport()
- 
Uses of PickSupport in gov.nasa.worldwind.render.markersFields in gov.nasa.worldwind.render.markers declared as PickSupport Modifier and Type Field Description protected PickSupportMarkerRenderer. pickSupport
- 
Uses of PickSupport in gov.nasa.worldwind.symbologyFields in gov.nasa.worldwind.symbology declared as PickSupport Modifier and Type Field Description protected PickSupportAbstractTacticalSymbol. pickSupportSupport for setting up and restoring picking state, and resolving the picked object.protected PickSupportTacticalGraphicLabel. pickSupportSupport object used during picking.Methods in gov.nasa.worldwind.symbology with parameters of type PickSupport Modifier and Type Method Description protected voidAbstractTacticalSymbol. doDrawOrderedRenderable(DrawContext dc, PickSupport pickCandidates, AbstractTacticalSymbol.OrderedSymbol osym)protected voidAbstractTacticalSymbol.OrderedSymbol. doDrawOrderedRenderable(DrawContext dc, PickSupport pickCandidates)protected voidTacticalGraphicLabel. doDrawOrderedRenderable(DrawContext dc, PickSupport pickSupport, TacticalGraphicLabel.OrderedLabel olbl)Draw this label during ordered rendering.protected voidTacticalGraphicLabel.OrderedLabel. doDrawOrderedRenderable(DrawContext dc, PickSupport pickCandidates)protected voidTacticalGraphicLabel. doPick(DrawContext dc, PickSupport pickSupport, TacticalGraphicLabel.OrderedLabel olbl)Draw labels for picking.
- 
Uses of PickSupport in gov.nasa.worldwind.terrainFields in gov.nasa.worldwind.terrain declared as PickSupport Modifier and Type Field Description protected PickSupportRectangularTessellator. pickSupportprotected PickSupportSectorGeometryList. pickSupport
- 
Uses of PickSupport in gov.nasa.worldwind.utilFields in gov.nasa.worldwind.util declared as PickSupport Modifier and Type Field Description protected PickSupportPlacemarkClutterFilter.DeclutteredLabel. pickSupport
- 
Uses of PickSupport in gov.nasa.worldwind.util.treeFields in gov.nasa.worldwind.util.tree declared as PickSupport Modifier and Type Field Description protected PickSupportBasicTreeLayout. pickSupportSupport for setting up and restoring picking state, and resolving the picked object.protected PickSupportScrollBar. pickSupportSupport for setting up and restoring picking state, and resolving the picked object.protected PickSupportScrollFrame. pickSupportSupport for setting up and restoring picking state, and resolving the picked object.Methods in gov.nasa.worldwind.util.tree with parameters of type PickSupport Modifier and Type Method Description static voidTreeUtil. drawPickableRect(DrawContext dc, PickSupport pickSupport, java.lang.Object pickedObject, java.awt.Rectangle bounds)Draw a rectangle in a unique pick color, and associate the color with a pickable object.
- 
Uses of PickSupport in gov.nasa.worldwindx.applications.sar.segmentplaneFields in gov.nasa.worldwindx.applications.sar.segmentplane declared as PickSupport Modifier and Type Field Description protected PickSupportSegmentPlaneRenderer. pickSupport
- 
Uses of PickSupport in gov.nasa.worldwindx.examples.analyticsFields in gov.nasa.worldwindx.examples.analytics declared as PickSupport Modifier and Type Field Description protected PickSupportAnalyticSurface. pickSupport
- 
Uses of PickSupport in gov.nasa.worldwindx.examples.lineofsightFields in gov.nasa.worldwindx.examples.lineofsight declared as PickSupport Modifier and Type Field Description protected PickSupportPointGrid. pickSupport
- 
Uses of PickSupport in gov.nasa.worldwindx.examples.tutorialFields in gov.nasa.worldwindx.examples.tutorial declared as PickSupport Modifier and Type Field Description protected PickSupportCube. pickSupportSupport object to help with pick resolution.Methods in gov.nasa.worldwindx.examples.tutorial with parameters of type PickSupport Modifier and Type Method Description protected voidCube. drawOrderedRenderable(DrawContext dc, PickSupport pickCandidates)Set up drawing state, and draw the cube.This method is called when the cube is rendered in ordered rendering mode.
 
-