Java Utililty Methods Image Stretch

List of utility methods to do Image Stretch

Description

The list of methods to do Image Stretch are organized into topic(s).

Method

ImageIconstretchImage(ImageIcon image, int width, int height, ImageObserver imageObserver)
stretch Image
return stretchImage(image.getImage(), width, height, imageObserver);
ImageIconstretchImage(ImageIcon image, int width, int height, ImageObserver imageObserver)
stretch Image
return stretchImage(image.getImage(), width, height, imageObserver);