horizontdeformer.interpolators
Class InterpolationWithCoords

java.lang.Object
  extended by horizontdeformer.interpolators.InterpolationWithCoords

public class InterpolationWithCoords
extends java.lang.Object


Constructor Summary
InterpolationWithCoords(Interpolation i)
           
 
Method Summary
 TPoint getB1()
           
 TPoint getB2()
           
 Interpolation getInterpolation()
           
 void setB1(TPoint b1)
           
 void setB2(TPoint b2)
           
 void setInterpolation(Interpolation interpolation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterpolationWithCoords

public InterpolationWithCoords(Interpolation i)
Method Detail

getB2

public TPoint getB2()

getB1

public TPoint getB1()

setB1

public void setB1(TPoint b1)

setB2

public void setB2(TPoint b2)

setInterpolation

public void setInterpolation(Interpolation interpolation)

getInterpolation

public Interpolation getInterpolation()