5152535455565758596061
break; case PDF: g = new PDFGraphics2D(0.0, 0.0, chart.getWidth(), chart.getHeight()); break; case SVG: g = new SVGGraphics2D(0.0, 0.0, chart.getWidth(), chart.getHeight()); break; default: break; }