JFreeChart & Image

后端 未结 3 1435
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-13 00:06

Is it possible to cast an image/BufferedImage to JFreeChart?

3条回答
  •  既然无缘
    2021-01-13 01:00

    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

提交回复
热议问题