All Packages Class Hierarchy This Package Previous Next Index
Class pinball.part.Car
java.lang.Object
|
+----pinball.part.Car
- public class Car
- extends Object
A toy racing car on a race track.
-
Car()
- Start up the controller for the car.
-
off()
- Turn it off.
-
on()
- Turn it on.
Car
public Car()
- Start up the controller for the car.
on
public void on()
- Turn it on.
off
public void off()
- Turn it off.
All Packages Class Hierarchy This Package Previous Next Index