lsys
Class Cnoeud

java.lang.Object
  |
  +--lsys.Cnoeud

public class Cnoeud
extends java.lang.Object

Gestion des noeuds


Constructor Summary
Cnoeud(Cnoeud n)
          Construit un noeud sur la base d'un autre
Cnoeud(float x, float y, float d, int col)
          Construit un noeud à la position x,y avec la directiond et la couleur c
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cnoeud

public Cnoeud(float x,
              float y,
              float d,
              int col)
Construit un noeud à la position x,y avec la directiond et la couleur c

Cnoeud

public Cnoeud(Cnoeud n)
Construit un noeud sur la base d'un autre