math.interpolation
Class InterpolatablePoint

java.lang.Object
  extended by math.interpolation.InterpolatablePoint

public class InterpolatablePoint
extends java.lang.Object


Constructor Summary
InterpolatablePoint(java.awt.Point p)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.awt.Point getLocation()
           
 double getX()
           
 double getY()
           
 java.lang.Object interpolate(Interpolator interpolator, java.lang.Object b)
           
static void main(java.lang.String[] args)
           
 void move(int x, int y)
           
 void setLocation(double x, double y)
           
 void setLocation(int x, int y)
           
 void setLocation(java.awt.Point p)
           
 java.lang.String toString()
           
 void translate(int dx, int dy)
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InterpolatablePoint

public InterpolatablePoint(java.awt.Point p)
Method Detail

getX

public double getX()

getY

public double getY()

getLocation

public java.awt.Point getLocation()

setLocation

public void setLocation(java.awt.Point p)

setLocation

public void setLocation(int x,
                        int y)

setLocation

public void setLocation(double x,
                        double y)

move

public void move(int x,
                 int y)

translate

public void translate(int dx,
                      int dy)

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

interpolate

public java.lang.Object interpolate(Interpolator interpolator,
                                    java.lang.Object b)

main

public static void main(java.lang.String[] args)