Offscreen Imaging: X11, DISPLAY, BufferedImage by John Matthews Tue Jun 25, 2002 8:03 pm Offscreen Imaging ----------------- Keywords: X11, DISPLAY, BufferedImage JFreeChart was designed to draw into an arbitrary Java 2D graphics device. In this way, a java servlet can render a chart into an offscreen image for subsequent display in a browser. See, for example: com.jrefinery.chart.JFreeChart.createBufferedImage() This method hinges ...