getTopPosition: function(topIndex) {
        this.ensureBuilt();
        return this.tops[topIndex] - this.origin.top;
    },