http://yuml.me/diagram/scruffy/class/samples
I know how to draw a rectangle like this:
context.fillRect(x, y, width, height);
How can those kind of images (not straight border, gradient, shadow) be created with gwt canvas? Is this possible at all? What do I have to look for?