开发者

find image tutorial

开发者 https://www.devze.com 2023-01-14 01:31 出处:网络
When I start to use the java 2D API to handle some image, I found that there are some classed I can not know how to use e开发者_运维问答ven read the api. I think it is caused by my poor knowledge abou

When I start to use the java 2D API to handle some image, I found that there are some classed I can not know how to use e开发者_运维问答ven read the api. I think it is caused by my poor knowledge about the image it self, so I wonder if there is any document about image?


If you are just getting started with the Java 2D API, lots of reading and playing is in order. I don't know your level of familiarity with this, so here are a few links that might help get you started:

Java 2D API info from Oracle:

http://java.sun.com/products/java-media/2D/index.jsp

Many books can be found, such as this one

There are also numerous articles that will help with specific issues related to Java 2D.

https://web.archive.org/web/1/http://blogs.techrepublic%2ecom%2ecom/programming-and-development/?p=534

Finally, Oracle also has some tutorials you may find interesting.

http://download.oracle.com/javase/tutorial/2d/index.html

Beyond all this, go ahead and start to play with it. Then if you have specific technical questions, a direct answer will be easier to put together.

0

精彩评论

暂无评论...
验证码 换一张
取 消