math.interpolation
Class InterpolatablePoint
java.lang.Object
   math.interpolation.InterpolatablePoint
math.interpolation.InterpolatablePoint
- public class InterpolatablePoint 
- extends java.lang.Object
 
 
| Methods inherited from class java.lang.Object | 
| getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
InterpolatablePoint
public InterpolatablePoint(java.awt.Point p)
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:
- equalsin class- java.lang.Object
 
- 
 
toString
public java.lang.String toString()
- 
- Overrides:
- toStringin 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)
- 
 
-