Generated by
JDiff

Class java.awt.GraphicsEnvironment

Documentation changed from old to new.

Changed Methods
Graphics2D createGraphics(BufferedImage) Documentation changed from old to new.
Returns a Graphics2D object for rendering into the specified BufferedImage
Font[] getAllFonts() Documentation changed from old to new.
Returns an array containing a one-point size instance of all fonts available in this GraphicsEnvironment.
Point getCenterPoint() Documentation changed from old to new.
Returns the Point where Windows should be centered.
GraphicsDevice getDefaultScreenDevice() Documentation changed from old to new.
Returns the default screen GraphicsDevice.
GraphicsEnvironment getLocalGraphicsEnvironment() Documentation changed from old to new.
Returns the local GraphicsEnvironment.
Rectangle getMaximumWindowBounds() Documentation changed from old to new.
Returns the maximum bounds for centered Windows.
GraphicsDevice[] getScreenDevices() Documentation changed from old to new.
Returns an array of all of the screen GraphicsDevice objects.
boolean isHeadless() Documentation changed from old to new.
Tests whether or not a display keyboard and mouse can be supported in this environment.
boolean isHeadlessInstance() Documentation changed from old to new.
Returns whether or not a display keyboard and mouse can be supported in this graphics environment.