NASA World Wind

Uses of Interface
gov.nasa.worldwind.render.WWIcon

Packages that use WWIcon
gov.nasa.worldwind.layers   
gov.nasa.worldwind.render   
 

Uses of WWIcon in gov.nasa.worldwind.layers
 

Methods in gov.nasa.worldwind.layers that return types with arguments of type WWIcon
 Iterable<WWIcon> IconLayer.getIcons()
          Returns the Iterable of Icons currently in use by this layer.
 

Methods in gov.nasa.worldwind.layers with parameters of type WWIcon
 void IconLayer.addIcon(WWIcon icon)
          Adds the specified icon to this layer's internal collection.
 void IconLayer.removeIcon(WWIcon icon)
          Removes the specified icon from this layer's internal collection, if it exists.
 

Method parameters in gov.nasa.worldwind.layers with type arguments of type WWIcon
 void IconLayer.addIcons(Iterable<WWIcon> icons)
          Adds the contents of the specified icons to this layer's internal collection.
 void IconLayer.setIcons(Iterable<WWIcon> iconIterable)
          Overrides the collection of currently active Icons with the specified iconIterable.
 

Uses of WWIcon in gov.nasa.worldwind.render
 

Classes in gov.nasa.worldwind.render that implement WWIcon
 class Pedestal
           
 class UserFacingIcon
           
 

Methods in gov.nasa.worldwind.render with parameters of type WWIcon
 void IconRenderer.pick(DrawContext dc, WWIcon icon, Vec4 iconPoint, Point pickPoint, Layer layer)
           
 void IconRenderer.render(DrawContext dc, WWIcon icon, Vec4 iconPoint)
           
 

Method parameters in gov.nasa.worldwind.render with type arguments of type WWIcon
 void IconRenderer.pick(DrawContext dc, Iterable<WWIcon> icons, Point pickPoint, Layer layer)
           
 void IconRenderer.render(DrawContext dc, Iterable<WWIcon> icons)
           
 


NASA World Wind