private class WindImage.WindVector
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
xAverage
Average velocity x-axis component.
|
private int |
xCurrent
Current velocity x-axis component.
|
private int |
xDir1
Direction indicator inner x-axis component.
|
private int |
xDir2
Direction indicator outer x-axis component.
|
private int |
xPeak
Peak velocity x-axis component.
|
private int |
yAverage
Average velocity y-axis component.
|
private int |
yCurrent
Current velocity y-axis component.
|
private int |
yDir1
Direction indicator inner y-axis component.
|
private int |
yDir2
Direction indicator outer y-axis component.
|
private int |
yPeak
Peak velocity y-axis component.
|
Modifier | Constructor and Description |
---|---|
private |
WindImage.WindVector(double average,
double current,
double peak,
double direction)
Constructs a new instance of wind vector container.
|
private int xAverage
private int yAverage
private int xCurrent
private int yCurrent
private int xPeak
private int yPeak
private int xDir1
private int yDir1
private int xDir2
private int yDir2
private WindImage.WindVector(double average, double current, double peak, double direction)
average
- average wind speed.current
- wind speed.peak
- wind speed.direction
- direction in degrees.