uk.ac.ed.ph.signal
Class Surface

java.lang.Object
  extended by uk.ac.ed.ph.signal.Surface

public abstract class Surface
extends Object

Abstarct class to specify a surface


Constructor Summary
Surface()
           
 
Method Summary
abstract  double getValue(double x, double y)
          Method to get the value at specified position
 double getValue(javax.vecmath.Point2d p)
          Method to get value at specified position
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Surface

public Surface()
Method Detail

getValue

public abstract double getValue(double x,
                                double y)
Method to get the value at specified position

Parameters:
x - the x value
y - the y value

getValue

public double getValue(javax.vecmath.Point2d p)
Method to get value at specified position