109110111112113114115
/** * Creates an image background with the specified image. */ public static Background image (Image bgimage) { return new ImageBackground(bgimage); }