static A applyMargin(int top, int left, int bottom, int right, A c) { ret addMargin(top, left, bottom, right, c); } static A applyMargin(int w, A c) { ret addMargin(w, c); }