筷子制作小房子:java中的GraphicsEnvironment类是作什么用的?

来源:百度文库 编辑:查人人中国名人网 时间:2024/05/16 15:29:11

The GraphicsEnvironment class describes the collection of GraphicsDevice objects and Font objects available to a Java(tm) application on a particular platform. The resources in this GraphicsEnvironment might be local or on a remote machine. GraphicsDevice objects can be screens, printers or image buffers and are the destination of Graphics2D drawing methods. Each GraphicsDevice has a number of GraphicsConfiguration objects associated with it. These objects specify the different configurations in which the GraphicsDevice can be used.

又是这种问题,这些东西JDK都有的,看吧