4546474849505152535455
VectorGraphics2D g = null; switch (vectorGraphicsFormat) { case EPS: g = new EPSGraphics2D(0.0, 0.0, chart.getWidth(), chart.getHeight()); break; case PDF: g = new PDFGraphics2D(0.0, 0.0, chart.getWidth(), chart.getHeight()); break; case SVG: