NASA World Wind

Uses of Class
gov.nasa.worldwind.pick.PickSupport

Packages that use PickSupport
gov.nasa.worldwind.render   
 

Uses of PickSupport in gov.nasa.worldwind.render
 

Fields in gov.nasa.worldwind.render declared as PickSupport
protected  PickSupport LocationRenderer.pickSupport
           
 

Methods in gov.nasa.worldwind.render that return PickSupport
 PickSupport AbstractAnnotation.getPickSupport()
           
 

Methods in gov.nasa.worldwind.render with parameters of type PickSupport
 void MultiLineTextRenderer.pick(String text, int x, int y, int textLineHeight, DrawContext dc, PickSupport pickSupport, Object refObject, Position refPosition)
          Draw text with unique colors word bounding rectangles and add each as a pickable object to the provided PickSupport instance.
 void MultiLineTextRenderer.pickHTML(String text, int x, int y, TextRendererCache renderers, DrawContext dc, PickSupport pickSupport, Object refObject, Position refPosition)
          Draw text with unique colors word bounding rectangles and add each as a pickable object to the provided PickSupport instance.
 void Annotation.setPickSupport(PickSupport pickSupport)
           
 void AbstractAnnotation.setPickSupport(PickSupport pickSupport)
           
 


NASA World Wind