Class Egout

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

public class Egout
extends Element


Fields inherited from class Element
epaisseur, x1, x2, y1, y2
 
Constructor Summary
(package private) Egout(int i1, int j1, int ep1)
           
 
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
 

Constructor Detail

Egout

Egout(int i1,
      int j1,
      int ep1)
Method Detail

dessine

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