|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectheritages.Vehicule
heritages.VoitureDecapotable
heritages.Coupe
public class Coupe
Field Summary |
---|
Fields inherited from class heritages.VoitureDecapotable |
---|
toitReplie |
Constructor Summary | |
---|---|
Coupe(boolean demarre)
Permet de créer un coupé démarré ou non |
Method Summary | |
---|---|
void |
replieToit()
Méthode permet d'indiquer comment replier le toit |
Methods inherited from class heritages.VoitureDecapotable |
---|
setDemarre |
Methods inherited from class heritages.Vehicule |
---|
crash, isDemarre |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Coupe(boolean demarre)
demarre
- Method Detail |
---|
public void replieToit()
VoitureDecapotable
replieToit
in class VoitureDecapotable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |