Bounds bounds = bounds(x, y, width, height);
return withOffset(bounds, insets);
}
public Bounds boundsWithInsets(double x, double y, double width, double height, Insets insets) {
Bounds bounds = bounds(x, y, width, height);
return withInsets(bounds, insets);
}