avatar
用java画直线的问题# Java - 爪哇娇娃
x*r
1
我的计算过程中会得到100条直线(Y=aX+b, a、b已知),
现在想把这组线都画出来,作为一个图形文件输出。
(X和Y的范围,我可以圈定。最好能够带上坐标轴。)
应该如何操作?多谢了。
avatar
w*r
2
check out jfreechart.org

【在 x*****r 的大作中提到】
: 我的计算过程中会得到100条直线(Y=aX+b, a、b已知),
: 现在想把这组线都画出来,作为一个图形文件输出。
: (X和Y的范围,我可以圈定。最好能够带上坐标轴。)
: 应该如何操作?多谢了。

avatar
x*r
3
这个好象太高级了。

【在 w*r 的大作中提到】
: check out jfreechart.org
avatar
c*t
4
Learn to use BufferedImage and Graphics2D. To save the image to
a file, just use javax.imageio.ImageIO.write (bufferedImage, "png",
new File ("output.png")).

【在 x*****r 的大作中提到】
: 我的计算过程中会得到100条直线(Y=aX+b, a、b已知),
: 现在想把这组线都画出来,作为一个图形文件输出。
: (X和Y的范围,我可以圈定。最好能够带上坐标轴。)
: 应该如何操作?多谢了。

avatar
g*g
5
You guys should get straight to the point for newbies to understand
Graphics.drawLine(...) is all you need.
Extends JPanel and overwrite its paintComponent, and call the drawLine() in
it.

【在 c*****t 的大作中提到】
: Learn to use BufferedImage and Graphics2D. To save the image to
: a file, just use javax.imageio.ImageIO.write (bufferedImage, "png",
: new File ("output.png")).

avatar
w*r
6
he need axis and lables, jfreechart is so far the easist solution ...

in

【在 g*****g 的大作中提到】
: You guys should get straight to the point for newbies to understand
: Graphics.drawLine(...) is all you need.
: Extends JPanel and overwrite its paintComponent, and call the drawLine() in
: it.

avatar
c*z
7
seems like a class project.
just print out the numbers, do it into excel.
avatar
x*r
8
基本搞定,多谢各位。

【在 c*****t 的大作中提到】
: Learn to use BufferedImage and Graphics2D. To save the image to
: a file, just use javax.imageio.ImageIO.write (bufferedImage, "png",
: new File ("output.png")).

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。