static A addBottomMargin(final int bottom, final A c) { ret addMargin(0, 0, bottom, 0, c); } static A addBottomMargin(A c, int bottom) { ret addBottomMargin(bottom, c); }