def center_y
          center_y_dependencies = [y_end, calculated_height]
          if center_y_dependencies != @center_y_dependencies
            @center_y_dependencies = center_y_dependencies
            the_y_end, the_calculated_height = center_y_dependencies