All Packages Class Hierarchy This Package Previous Next Index
Class navalBattle.PorteAvion
java.lang.Object
|
+----navalBattle.Bateau
|
+----navalBattle.PorteAvion
- public class PorteAvion
- extends Bateau
Un porte Avion taille=5
-
PorteAvion(PAIcon)
- Construit a partir d'un Icone de Porte Avion
-
PorteAvion(Point, Point)
- PorteAvion constructor comment.
PorteAvion
public PorteAvion(Point poupe,
Point proue)
- PorteAvion constructor comment.
- Parameters:
- poupe - java.awt.Point
- proue - java.awt.Point
- longueur - int
PorteAvion
public PorteAvion(PAIcon pai)
- Construit a partir d'un Icone de Porte Avion
- Parameters:
- pai - PAIcon
- See Also:
- µBateauIcon
All Packages Class Hierarchy This Package Previous Next Index