NASA World Wind

Uses of Class
gov.nasa.worldwind.util.PerformanceStatistic

Packages that use PerformanceStatistic
gov.nasa.worldwind   
gov.nasa.worldwind.awt   
gov.nasa.worldwind.cache   
gov.nasa.worldwind.render   
gov.nasa.worldwind.util   
 

Uses of PerformanceStatistic in gov.nasa.worldwind
 

Methods in gov.nasa.worldwind that return types with arguments of type PerformanceStatistic
 Collection<PerformanceStatistic> WorldWindow.getPerFrameStatistics()
          Returns the active per-frame performance statistics such as number of tiles drawn in the most recent frame.
 Collection<PerformanceStatistic> SceneController.getPerFrameStatistics()
           
 Collection<PerformanceStatistic> AbstractSceneController.getPerFrameStatistics()
           
 Collection<PerformanceStatistic> WorldWindowImpl.getPerFrameStatistics()
           
 

Uses of PerformanceStatistic in gov.nasa.worldwind.awt
 

Methods in gov.nasa.worldwind.awt that return types with arguments of type PerformanceStatistic
 Collection<PerformanceStatistic> WorldWindowGLCanvas.getPerFrameStatistics()
           
 Collection<PerformanceStatistic> WorldWindowGLJPanel.getPerFrameStatistics()
           
 

Uses of PerformanceStatistic in gov.nasa.worldwind.cache
 

Methods in gov.nasa.worldwind.cache that return types with arguments of type PerformanceStatistic
 Collection<PerformanceStatistic> BasicMemoryCacheSet.getPerformanceStatistics()
           
 Collection<PerformanceStatistic> MemoryCacheSet.getPerformanceStatistics()
           
 

Uses of PerformanceStatistic in gov.nasa.worldwind.render
 

Methods in gov.nasa.worldwind.render that return types with arguments of type PerformanceStatistic
 Collection<PerformanceStatistic> DrawContextImpl.getPerFrameStatistics()
           
 Collection<PerformanceStatistic> DrawContext.getPerFrameStatistics()
           
 

Method parameters in gov.nasa.worldwind.render with type arguments of type PerformanceStatistic
 void DrawContextImpl.setPerFrameStatistics(Collection<PerformanceStatistic> stats)
           
 void DrawContext.setPerFrameStatistics(Collection<PerformanceStatistic> stats)
           
 void DrawContextImpl.setPerFrameStatisticsKeys(Set<String> statKeys, Collection<PerformanceStatistic> stats)
           
 void DrawContext.setPerFrameStatisticsKeys(Set<String> statKeys, Collection<PerformanceStatistic> stats)
           
 

Uses of PerformanceStatistic in gov.nasa.worldwind.util
 

Methods in gov.nasa.worldwind.util with parameters of type PerformanceStatistic
 int PerformanceStatistic.compareTo(PerformanceStatistic that)
           
 


NASA World Wind