Uses of Class
org.stellarium.ui.components.MapPicture.CityType

Packages that use MapPicture.CityType
org.stellarium.ui.components   
 

Uses of MapPicture.CityType in org.stellarium.ui.components
 

Methods in org.stellarium.ui.components that return MapPicture.CityType
static MapPicture.CityType MapPicture.CityType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MapPicture.CityType[] MapPicture.CityType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.stellarium.ui.components with parameters of type MapPicture.CityType
private  void MapPicture.drawCity(Vector2i cityPos, MapPicture.CityType ctype)