Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

gnu.java.awt.peer.gtk
Class GdkScreenGraphicsDevice  view GdkScreenGraphicsDevice download GdkScreenGraphicsDevice.java

java.lang.Object
  extended byjava.awt.GraphicsDevice
      extended bygnu.java.awt.peer.gtk.GdkScreenGraphicsDevice

public class GdkScreenGraphicsDevice
extends java.awt.GraphicsDevice


Field Summary
(package private)  GdkGraphicsEnvironment env
           
 
Fields inherited from class java.awt.GraphicsDevice
TYPE_IMAGE_BUFFER, TYPE_PRINTER, TYPE_RASTER_SCREEN
 
Constructor Summary
GdkScreenGraphicsDevice(GdkGraphicsEnvironment e)
           
 
Method Summary
 java.awt.GraphicsConfiguration[] getConfigurations()
          Return all configurations valid for this device.
 java.awt.GraphicsConfiguration getDefaultConfiguration()
          Return the default configuration for this device.
 java.awt.DisplayMode getDisplayMode()
          Returns the current display mode of this device, or null if unknown.
 java.lang.String getIDstring()
          Returns an identification string for the device.
 int getType()
          Returns the type of the device.
 boolean isFullScreenSupported()
          This device does not yet support fullscreen exclusive mode, so this returns false.
 
Methods inherited from class java.awt.GraphicsDevice
getAvailableAcceleratedMemory, getBestConfiguration, getDisplayModes, getFullScreenWindow, isDisplayChangeSupported, setDisplayMode, setFullScreenWindow
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

env

GdkGraphicsEnvironment env
Constructor Detail

GdkScreenGraphicsDevice

public GdkScreenGraphicsDevice(GdkGraphicsEnvironment e)
Method Detail

getType

public int getType()
Description copied from class: java.awt.GraphicsDevice
Returns the type of the device.


getIDstring

public java.lang.String getIDstring()
Description copied from class: java.awt.GraphicsDevice
Returns an identification string for the device. This can be vendor-specific, and may be useful for debugging.


getConfigurations

public java.awt.GraphicsConfiguration[] getConfigurations()
Description copied from class: java.awt.GraphicsDevice
Return all configurations valid for this device.


getDefaultConfiguration

public java.awt.GraphicsConfiguration getDefaultConfiguration()
Description copied from class: java.awt.GraphicsDevice
Return the default configuration for this device.


getDisplayMode

public java.awt.DisplayMode getDisplayMode()
Returns the current display mode of this device, or null if unknown.

Since:
1.4

isFullScreenSupported

public boolean isFullScreenSupported()
This device does not yet support fullscreen exclusive mode, so this returns false.

Since:
1.4