Package | Description |
---|---|
org.inventivetalent.npclib.metrics |
Modifier and Type | Method and Description |
---|---|
static Metrics.Country |
Metrics.Country.byIsoTag(String isoTag)
Gets a country by it's iso tag.
|
static Metrics.Country |
Metrics.Country.byLocale(Locale locale)
Gets a country by a locale.
|
abstract Metrics.Country |
Metrics.SimpleMapChart.getValue()
Gets the value of the chart.
|
static Metrics.Country |
Metrics.Country.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Metrics.Country[] |
Metrics.Country.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
abstract HashMap<Metrics.Country,Integer> |
Metrics.AdvancedMapChart.getValues(HashMap<Metrics.Country,Integer> valueMap)
Gets the value of the chart.
|
Modifier and Type | Method and Description |
---|---|
abstract HashMap<Metrics.Country,Integer> |
Metrics.AdvancedMapChart.getValues(HashMap<Metrics.Country,Integer> valueMap)
Gets the value of the chart.
|
Copyright © 2018. All rights reserved.