func (a *Adjuster) Above(o Shape, space ...int) *Adjuster {
    next := o
    for _, s := range a.shapes {
        x, y := next.Position()
        s.SetY(y - (next.Height() + a.space(space)))