Class FeuArbre.Noeud

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<FeuArbre.Noeud>
one.empty3.testscopy.tests.tests2.feudartifice.FeuArbre.Noeud
All Implemented Interfaces:
Serializable, Cloneable, Iterable<FeuArbre.Noeud>, Collection<FeuArbre.Noeud>, List<FeuArbre.Noeud>, RandomAccess
Enclosing class:
FeuArbre

public class FeuArbre.Noeud extends ArrayList<FeuArbre.Noeud>
See Also:
  • Constructor Details

    • Noeud

      public Noeud()
  • Method Details

    • getLocation

      public Point3D getLocation()
    • setLocation

      public void setLocation(Point3D p)
    • addBranches

      public void addBranches(int n)