Class Sechoir

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

public class Sechoir
extends Element


Field Summary
(package private)  int anim
           
(package private)  int taille
           
(package private)  int vetat
           
 
Fields inherited from class Element
epaisseur, x1, x2, y1, y2
 
Constructor Summary
(package private) Sechoir(int x, int y, int t, int a, int v)
           
 
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

anim

int anim

taille

int taille

vetat

int vetat
Constructor Detail

Sechoir

Sechoir(int x,
        int y,
        int t,
        int a,
        int v)
Method Detail

dessine

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