if ((x < this.getLeft()) || (x > this.getLeft() + this.getWidth())) {
                return false;
            }