Is it possible to cast an image/BufferedImage to JFreeChart?
The JFreeChart object is for making images, it does not consume them and images cannot be converted into a JFreeChart object. See: http://www.jfree.org/jfreechart/api/javadoc/org/jfree/chart/JFreeChart.html
JFreeChart