public class Wind extends Object
| Constructor and Description |
|---|
Wind() |
Wind(Integer chill,
Integer direction,
Float speed) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getChill()
Returns the wind chill in degrees.
|
Integer |
getDirection()
Returns the wind direction, in degrees.
|
Float |
getSpeed()
Returns the wind speed, in the units specified in the speed attribute of the wind speed,
in the units specified in the speed attribute of the units field of
Channel class. |
String |
toString() |
public Integer getChill()
public Integer getDirection()
public Float getSpeed()
Channel class.Copyright © 2016. All rights reserved.