130131132133134135136
/** * Creates a tiled image background with the specified image. */ public static Background tiledImage (Image bgimage) { return new TiledImageBackground(bgimage); }