JIGL
v1.6

jigl.image
Interface InterpolatedImage

All Superinterfaces:
Image
All Known Implementing Classes:
InterpolatedColorImage, InterpolatedGrayImage, InterpolatedRealColorImage, InterpolatedRealGrayImage

public interface InterpolatedImage
extends Image

Interface for interpolation of Images. Each class that implements this interface should have an interp(float x, float y) method to support floating-point coordinate access.


Method Summary
 int getInterpolationMethod()
          Returns the interpolation method for this interpolated image.
 void setInterpolationMethod(int m)
          Sets the interpolation method for this interpolated image.
 
Methods inherited from interface jigl.image.Image
copy, copy, getJavaImage, toString, X, Y
 

Method Detail

getInterpolationMethod

public int getInterpolationMethod()
Returns the interpolation method for this interpolated image. Valid interpolation methods are specified in the implementing class


setInterpolationMethod

public void setInterpolationMethod(int m)
Sets the interpolation method for this interpolated image. Valid interpolation methods are specified in the implementing class


JIGL
v1.6

Submit a bug or feature
Revised in May 2002 by Weiming Liu