|
Public Member Functions |
| Wind () |
| Wind (double direction, double speed) |
double | getDirection () |
double | getSpeed () |
void | setDirection (double direction) |
void | setSpeed (double speed) |
void | setVelocity (double direction, double speed) |
void | setError (boolean err) |
| Wind () |
| Wind (double direction, double speed) |
double | getDirection () |
double | getSpeed () |
void | setDirection (double direction) |
void | setSpeed (double speed) |
void | setVelocity (double direction, double speed) |
void | setError (boolean err) |
Public Attributes |
double[] | WIND_LIMITS = {12, 18} |
Color[] | WIND_COLORS = {Color.green, Color.yellow, Color.red} |
double[] | WIND_LIMITS = {12, 18} |
Color[] | WIND_COLORS = {Color.green, Color.yellow, Color.red} |
Protected Member Functions |
void | drawDart (Graphics g) |
void | drawDart (Graphics g) |
Private Attributes |
double | speed |
Arrow | arrow |
Static Private Attributes |
int[] | xdefault = {-3, 3, 3, 8, 0, -8, -3} |
int[] | ydefault = {-10, -10, 0, 0, 10, 0, 0} |
int[] | xdefault = {-3, 3, 3, 8, 0, -8, -3} |
int[] | ydefault = {-10, -10, 0, 0, 10, 0, 0} |