y1 -=
rfm.stringWidth(String.valueOf(label.charAt(0)).toCharArray()) * Math
.sin(Math.abs(angle)) + 5;
}
Bounds b = new Bounds();
ClippedImageImpl ci = (ClippedImageImpl) GWT.create(ClippedImageImpl.class);
for (int i = 0; i < label.length(); i++) {
char c = label.charAt(i);
rfm.getBounds(b, c);
Element elem = (Element) ci
.createStructure(rfm.url, (int) b.x, (int) (b.y + 1), (int) b.width,
(int) b.height);
DOM.setStyleAttribute(elem, "position", "absolute");
DOM.setStyleAttribute(elem, "left", (x1 - layer.bounds.x) + "px");