initialize: function(left, bottom, right, top) {
        this.left = left;
        this.right = right;
        this.bottom = bottom;
        this.top = top;