java中的GraphicsEnvironment类是作什么用的?

来源:百度知道 编辑:UC知道 时间:2024/06/05 13:17:33

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都有的,看吧