JgoGlobal.setup() for JgoSWT

Hi All,
I have a requirement of creating JgoObjects without creating a JgoView. Basically I am trying to Create a SVG Document from my Model, and I have to do that in headless environment. I am using Jgo for SWT 5.15. I remember in swing version we have a method JgoGlobal.setup() which used to initialize the JgoLibarary. I couldn’t find that method any more in the swt version. Has any one seen any similar method elsewhere?
Any help will be highly appreciated.

Thanks!

I don’t think we have tested JGo for SWT on a headless machine.
However, if I recall correctly, the way you measure text is different in SWT, so perhaps there isn’t any need for doing that graphics initialization. Have you tried it and run into any problems with text measurement?