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 |
AbstractAnnotation.setPickSupport(PickSupport pickSupport)
|
void |
Annotation.setPickSupport(PickSupport pickSupport)
|