I googled a lot, but I couldn’t it :-.
I need to draw my image into a Graphics2D using linear interpolation:
I need something like:
myGraphics2d.stretchImage(myImage,0,0,myImage.getWidth()*2,myImage.getHeight()*2);
There’s a drawImage() method, but it doesn’t stretch the image using linear interpolation.