137138139140141142143
/** * Creates a scale9 background with the specified image. See {@link Scale9Background}. */ public static Scale9Background scale9 (Image scale9Image) { return new Scale9Background(scale9Image); }