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.


Constructor Index

 o Car()
Start up the controller for the car.

Method Index

 o off()
Turn it off.
 o on()
Turn it on.

Constructors

 o Car
 public Car()
Start up the controller for the car.

Methods

 o on
 public void on()
Turn it on.

 o off
 public void off()
Turn it off.


All Packages  Class Hierarchy  This Package  Previous  Next  Index