net.grelf.grip
Class Interpolator

java.lang.Object
  extended by net.grelf.grip.Interpolator

public class Interpolator
extends java.lang.Object

Provides an efficient static method for reading from a non-integer pixel position in an image


Method Summary
static int[] getPixel(java.awt.image.Raster rr, double x, double y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPixel

public static int[] getPixel(java.awt.image.Raster rr,
                             double x,
                             double y)