net.walend.measured
Class GEPathTraverser

java.lang.Object
  |
  +--net.walend.measured.GEPathTraverser

public class GEPathTraverser
extends java.lang.Object

PathTraverser traverses a GEPath with an iterator and measures its length using a PathMeter.

Author:
David Walend dfw1@cornell.edu

Constructor Summary
private GEPathTraverser()
           
 
Method Summary
static int intMeasurePath(GEPath path, GEPathMeter meter)
           
static double measurePath(GEPath path, GEPathMeter meter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GEPathTraverser

private GEPathTraverser()
Method Detail

measurePath

public static double measurePath(GEPath path,
                                 GEPathMeter meter)

intMeasurePath

public static int intMeasurePath(GEPath path,
                                 GEPathMeter meter)


Copyright (c) 2001, 2002, David Walend