253254255256257258259
public static ResizeToFit resizeToFit(int maxWidth, int maxHeight) { return new ResizeToFit(maxWidth, maxHeight); } public static Rotate rotateBy(double degrees) { return new Rotate(degrees); }
248249250251252253254
242243244245246247248