Home | History | Annotate | Download | only in app

Lines Matching defs:statistics

39 import com.jme3.renderer.Statistics;
48 * statistics of rendering. The data is retrieved every frame from a
49 * {@link com.jme3.renderer.Statistics} and then displayed on screen.<br/>
53 * {@link com.jme3.renderer.Statistics} from the
57 * Statistics stats = renderer.getStatistics();<br/>
65 private Statistics statistics;
74 public StatsView(String name, AssetManager manager, Statistics stats){
80 statistics = stats;
82 statLabels = statistics.getLabels();
101 statistics.getData(statData);
111 //statistics.clearFrame();