func (a *Adjuster) RightOf(o Shape, space ...int) *Adjuster {
    next := o
    for _, s := range a.shapes {
        x, y := next.Position()
        s.SetX(x + next.Width() + a.space(space))