开发者

How doe's the Java Graphics2d Fill method work?

Can anybody tell me what alg开发者_如何学Pythonorithms or methods the java graphics2D fill uses, or how it works?

or if you can point to the source code(I don't know if that is even possible).

Thanks


You can't "see" it, because its usually implemented in hardware of a graphics card---take a look at http://download.oracle.com/javase/1.5.0/docs/guide/2d/new_features.html#ogl.


you can access the documentation for any java classes/methods at: http://download.oracle.com/javase/7/docs/api/

if you navigate to graphics2d (under All Classes, on the left), it should have an explanation of the class and of all its methods.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜