bodyHtml = text;
}
public void onMouseMove(int thumbWidth, int thumbHeight, Element target) {
this.target = target;
Side origAnchor = toolTipConfig.getAnchor();
Point p = getTargetXY(0);
p.setX(p.getX() - (thumbWidth / 2));
p.setY(p.getY() - (thumbHeight / 2));
super.showAt(p.getX(), p.getY());
toolTipConfig.setAnchor(origAnchor);