Example usage for Java java.awt GraphicsDevice fields, constructors, methods, implement or subclass
The text is from its open source code.
int | TYPE_RASTER_SCREEN Device is a raster screen. |
int | TYPE_PRINTER Device is a printer. |
int | getAvailableAcceleratedMemory() This method returns the number of bytes available in accelerated memory on this device. |
GraphicsConfiguration | getBestConfiguration(GraphicsConfigTemplate gct) Returns the "best" configuration possible that passes the criteria defined in the GraphicsConfigTemplate . |
Class> | getClass() Returns the runtime class of this Object . |
GraphicsConfiguration[] | getConfigurations() Returns all of the GraphicsConfiguration objects associated with this GraphicsDevice . |
GraphicsConfiguration | getDefaultConfiguration() Returns the default GraphicsConfiguration associated with this GraphicsDevice . |
DisplayMode | getDisplayMode() Returns the current display mode of this GraphicsDevice . |
DisplayMode[] | getDisplayModes() Returns all display modes available for this GraphicsDevice . |
Window | getFullScreenWindow() Returns the Window object representing the full-screen window if the device is in full-screen mode. |
String | getIDstring() Returns the identification string associated with this GraphicsDevice . |
int | getType() Returns the type of this GraphicsDevice . |
boolean | isDisplayChangeSupported() Returns true if this GraphicsDevice supports low-level display changes. |
boolean | isFullScreenSupported() Returns true if this GraphicsDevice supports full-screen exclusive mode. |
boolean | isWindowTranslucencySupported(WindowTranslucency translucencyKind) Returns whether the given level of translucency is supported by this graphics device. |
void | setDisplayMode(DisplayMode dm) Sets the display mode of this graphics device. |
void | setFullScreenWindow(Window w) Enter full-screen mode, or return to windowed mode. |