Hi Tony,
you have to upgrade to the latest version; this is a feature that was
introduced only recently.
Plugins>Utilities>Update ImageJ
The packages on the download site are not rebuilt with every minor
version update.
Michael
________________________________________________________________
On 30 Apr 2009, at 11:11, Tony Shepherd wrote:
> The method setInterpolationMethod(int method) is not found by the
> compiler.
> It should be in ij.process.ImageProcessor.class
>
> Looking at the source code the method is there right after
> setInterpolate(boolean interpolate).
>
> The compiler finds this older method but not the new one so it
> could be a
> version issue. I'm using ImageJ 1.41, which I recently downloaded
> bundled
> with java.
>
> Any ideas?
>
> Tony