com.eteks.java2d
Class PJAGraphicsDevice
java.lang.Object
   java.awt.GraphicsDevice
java.awt.GraphicsDevice
       com.eteks.java2d.PJAGraphicsDevice
com.eteks.java2d.PJAGraphicsDevice
- public class PJAGraphicsDevice- extends java.awt.GraphicsDevice
Pure Java AWT GraphicsDevice implementation.
 Java2D can work with PJA only with JVM version >= 1.2.
- Since:
- PJA2.0
- Version:
- 2.1
- Author:
- Emmanuel Puybaret
- See Also:
- PJAToolkit
 
| Fields inherited from class java.awt.GraphicsDevice | 
| TYPE_IMAGE_BUFFER, TYPE_PRINTER, TYPE_RASTER_SCREEN | 
 
 
| Method Summary | 
|  java.awt.GraphicsConfiguration[] | getConfigurations()
 java.awt.GraphicsDeviceimplementation. | 
|  java.awt.GraphicsConfiguration | getDefaultConfiguration()
 java.awt.GraphicsDeviceimplementation. | 
|  java.lang.String | getIDstring()
 java.awt.GraphicsDeviceimplementation. | 
|  int | getType()
 java.awt.GraphicsDeviceimplementation. | 
 
| Methods inherited from class java.awt.GraphicsDevice | 
| getAvailableAcceleratedMemory, getBestConfiguration, getDisplayMode, getDisplayModes, getFullScreenWindow, isDisplayChangeSupported, isFullScreenSupported, setDisplayMode, setFullScreenWindow | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
PJAGraphicsDevice
public PJAGraphicsDevice(int screenNum)
getType
public int getType()
- java.awt.GraphicsDeviceimplementation.- 
 
- 
- Returns:
- TYPE_RASTER_SCREEN.- TYPE_IMAGE_BUFFERwould be more logical 
         but it prevents to create dummy Window (and Frame) objects.
- See Also:
- GraphicsDevice
 
getIDstring
public java.lang.String getIDstring()
- java.awt.GraphicsDeviceimplementation.- 
 
- 
- Returns:
- ":0.0"
- See Also:
- GraphicsDevice
 
getConfigurations
public java.awt.GraphicsConfiguration[] getConfigurations()
- java.awt.GraphicsDeviceimplementation.- 
 
- 
- See Also:
- GraphicsDevice
 
getDefaultConfiguration
public java.awt.GraphicsConfiguration getDefaultConfiguration()
- java.awt.GraphicsDeviceimplementation.- 
 
- 
- See Also:
- GraphicsDevice