NASA World Wind

Uses of Interface
gov.nasa.worldwind.WWIcon

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

Uses of WWIcon in gov.nasa.worldwind
 

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

Methods in gov.nasa.worldwind that return WWIcon
 WWIcon PlaceName.getIcon()
           
 

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

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

Uses of WWIcon in gov.nasa.worldwind.layers
 

Methods in gov.nasa.worldwind.layers that return WWIcon
 WWIcon RpfLayer.getCoverageIcon()
           
 

Methods in gov.nasa.worldwind.layers that return types with arguments of type WWIcon
 Collection<WWIcon> IconLayer.getIcons()
           
 

Methods in gov.nasa.worldwind.layers with parameters of type WWIcon
 void IconLayer.addIcon(WWIcon icon)
           
 void IconLayer.removeIcon(WWIcon icon)
           
 void RpfLayer.setCoverageIcon(WWIcon icon)
           
 

Method parameters in gov.nasa.worldwind.layers with type arguments of type WWIcon
 void IconLayer.setIcons(Iterator<WWIcon> iconIterator)
           
 


NASA World Wind