ImageUtils

Package: generic.util.image
Type: class

12.0_PUBLIC

addedmethod: padImage
static java.awt.Image padImage(java.awt.Image i, java.awt.Color c, generic.util.image.ImageUtils.Padding padding)

9.1_PUBLIC

addedmethod: createImage
static java.awt.Image createImage(java.awt.Component c)
addedmethod: createScaledImage
static java.awt.Image createScaledImage(java.awt.Image image, int width, int height, int hints)

9.0.1_PUBLIC

introducedInitial version