edu.jhu.ece.iacl.jist.structures.geom
Class EmbeddedCurvePath

java.lang.Object
  extended by edu.jhu.ece.iacl.jist.structures.geom.CurvePath
      extended by edu.jhu.ece.iacl.jist.structures.geom.EmbeddedCurvePath
All Implemented Interfaces:
Curve

public class EmbeddedCurvePath
extends CurvePath

The Class EmbeddedCurvePath.


Constructor Summary
EmbeddedCurvePath()
          Instantiates a new embedded curve path.
 
Method Summary
 double getValue()
          Gets the value.
 void setValue(double val)
          Sets the value.
 
Methods inherited from class edu.jhu.ece.iacl.jist.structures.geom.CurvePath
add, getCurve, getPoints
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmbeddedCurvePath

public EmbeddedCurvePath()
Instantiates a new embedded curve path.

Method Detail

setValue

public void setValue(double val)
Sets the value.

Parameters:
val - the new value

getValue

public double getValue()
Description copied from interface: Curve
Gets the value.

Specified by:
getValue in interface Curve
Overrides:
getValue in class CurvePath
Returns:
the value