path
Class PathUtil

java.lang.Object
  extended by path.PathUtil

public class PathUtil
extends Object

Some useful functions for working with Paths and PolygonalPaths.


Constructor Summary
PathUtil()
           
 
Method Summary
static String toString(PolygonalPath p)
          Convert a polygonal path to a string representation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathUtil

public PathUtil()
Method Detail

toString

public static String toString(PolygonalPath p)
Convert a polygonal path to a string representation.



Java Tutorial for Mathematics Students