net.sf.j3d.math.flow
Class Path

java.lang.Object
  extended by net.sf.j3d.math.flow.Path

public class Path
extends Object


Constructor Summary
Path()
           
 
Method Summary
 void addVertex(Vertex v)
           
 void append(Path p)
           
 Vertex last()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Path

public Path()
Method Detail

addVertex

public void addVertex(Vertex v)

append

public void append(Path p)

last

public Vertex last()

toString

public String toString()
Overrides:
toString in class Object