198199200201202203204205206207208
try { GEnginePS engine = new GEnginePS(); GContext context = graph.getContext(); GEngine oldEngine = context.engine; context.setEngine(engine); graph.draw(); context.setEngine(oldEngine); XJUtils.writeStringToFile(engine.getPSText(), file);