JGoArea that follows the angle of the JGoLink

Does anyone know whether you can rotate a JGoArea that is attached to a JGoLink (through a JGoLabeledLink) so that text or the JGoArea is displayed on the same angle as the JGoLink? i.e. if the JGoLink is drawn on a 45 degree angle, the label (or JGoArea) will draw at a 45 degree angle along the line.

I can only seem to get a JGoArea to appear straight Left to Right, across an angled JGoLink.

JGo doesn’t have general support for rotation, but there is a sample of rotated text in the Demo1 sample application. Take a look at the RotText.java class.