Uses of Class
adams.data.gps.Map.MapType
-
Packages that use Map.MapType Package Description adams.data.gps -
-
Uses of Map.MapType in adams.data.gps
Fields in adams.data.gps declared as Map.MapType Modifier and Type Field Description protected Map.MapType
Map. m_maptype
Methods in adams.data.gps that return Map.MapType Modifier and Type Method Description static Map.MapType
Map.MapType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Map.MapType[]
Map.MapType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.data.gps with parameters of type Map.MapType Modifier and Type Method Description static Map
Map. getMap(AbstractGPS centre, int zoomlevel, int width, int height, Map.MapType maptype)
static Map
Map. getMap(GPSBoundary boundary, int width, int height, Map.MapType maptype)
static Map
Map. getMap(Vector<AbstractGPS> v, int width, int height, Map.MapType maptype)
protected void
Map. setMapType(Map.MapType maptype)
-