Uses of Enum Class
com.loohp.limbo.metrics.Metrics.Country
Packages that use Metrics.Country
-
Uses of Metrics.Country in com.loohp.limbo.metrics
Methods in com.loohp.limbo.metrics that return Metrics.CountryModifier and TypeMethodDescriptionstatic Metrics.Country
Gets a country by it's iso tag.static Metrics.Country
Gets a country by a locale.abstract Metrics.Country
Metrics.SimpleMapChart.getValue()
Gets the value of the chart.static Metrics.Country
Returns the enum constant of this class with the specified name.static Metrics.Country[]
Metrics.Country.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.loohp.limbo.metrics that return types with arguments of type Metrics.CountryModifier and TypeMethodDescriptionabstract HashMap<Metrics.Country,
Integer> Metrics.AdvancedMapChart.getValues
(HashMap<Metrics.Country, Integer> valueMap) Gets the value of the chart.Method parameters in com.loohp.limbo.metrics with type arguments of type Metrics.CountryModifier and TypeMethodDescriptionabstract HashMap<Metrics.Country,
Integer> Metrics.AdvancedMapChart.getValues
(HashMap<Metrics.Country, Integer> valueMap) Gets the value of the chart.