Class Wind
java.lang.Object
zombie.world.Wind
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intgetBeaufortNumber(float windKph) static StringgetDescription(int beaufortNumber) static StringgetName(int beaufortNumber) static floatgetWindKnots(float windKph) static intgetWindsockSegments(float windKph)
-
Constructor Details
-
Wind
public Wind()
-
-
Method Details
-
getWindKnots
public static float getWindKnots(float windKph) -
getWindsockSegments
public static int getWindsockSegments(float windKph) -
getBeaufortNumber
public static int getBeaufortNumber(float windKph) -
getName
-
getDescription
-