Uses of Class
org.osm2world.core.target.statistics.StatisticsTarget.Stat

Packages that use StatisticsTarget.Stat
org.osm2world.core.target.statistics   
 

Uses of StatisticsTarget.Stat in org.osm2world.core.target.statistics
 

Methods in org.osm2world.core.target.statistics that return StatisticsTarget.Stat
static StatisticsTarget.Stat StatisticsTarget.Stat.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StatisticsTarget.Stat[] StatisticsTarget.Stat.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.osm2world.core.target.statistics with parameters of type StatisticsTarget.Stat
 long StatisticsTarget.getCountForClass(Class<?> c, StatisticsTarget.Stat stat)
           
 long StatisticsTarget.getCountForMaterial(Material material, StatisticsTarget.Stat stat)
           
 long StatisticsTarget.getGlobalCount(StatisticsTarget.Stat stat)