221222223224225226227
public static PadResizeToFit resizeAndPadTo(int width, int height) { return new PadResizeToFit(width, height); } public static PhotographEffect photographEffect() { return new PhotographEffect(); }
220221222223224225226
214215216217218219220