Class Moteur

java.lang.Object
  |
  +--Element
        |
        +--Moteur

public class Moteur
extends Element


Field Summary
(package private)  int etat
           
(package private)  int taille
           
 
Fields inherited from class Element
epaisseur, x1, x2, y1, y2
 
Constructor Summary
(package private) Moteur(int i1, int j1, int etat0)
           
 
Method Summary
(package private)  void dessine(java.awt.Graphics g)
           
 
Methods inherited from class Element
mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

etat

int etat

taille

int taille
Constructor Detail

Moteur

Moteur(int i1,
       int j1,
       int etat0)
Method Detail

dessine

void dessine(java.awt.Graphics g)
Overrides:
dessine in class Element