Class Car
java.lang.Object
Car
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
x
double x -
y
double y -
width
double width -
height
double height
-
-
Constructor Details
-
Car
Car(double x, double y)
-
-
Method Details
-
moveUp
void moveUp() -
moveDown
void moveDown() -
moveLeft
void moveLeft() -
moveRight
void moveRight()
-