|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--Rider
class Rider
Constructor Summary | |
Rider()
Constructor for objects of class Rider with no parameters |
|
Rider(String myName)
Constructor for objects of class Rider with name supplied |
Method Summary | |
void |
changeDown()
calls changeGear method of Bicycle object |
void |
changeUp()
calls changeGear method of Bicycle object |
void |
slowDown()
calls changeRpm method of Bicycle object |
void |
speedUp()
calls changeRpm method of Bicycle object |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public Rider()
public Rider(String myName)
Method Detail |
public void changeDown()
public void changeUp()
public void slowDown()
public void speedUp()
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |