949596979899100101102
GraphicsNode root; root = builder.build(ctx, doc); ctx = null; builder = null; final PSGraphics2D graphics = new PSGraphics2D(false, cos, this.getLogger()); graphics.setGraphicContext(new GraphicContext()); root.paint(graphics); }