- Common ways to obtain SVGRoot
private void myMethod () {}
/** * Draws this diagram to the passed graphics context */ public void render(Graphics2D g) throws SVGException { root.render(g); }
/** * Draws this diagram to the passed graphics context */ public void render(Graphics2D g) throws SVGException { root.render(g); }
public void renderToViewport(Graphics2D g) throws SVGException { render(g); }
public void renderToViewport(Graphics2D g) throws SVGException { render(g); }