* Math.cos(Math.abs(angle));
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);