Method Summary |
|
public void | addDisplayChangedListener(DisplayChangedListener client) |
public void | displayChanged() |
public int | getAvailableAcceleratedMemory() Returns number of bytes available in VRAM on this device. |
public ColorModel | getColorModel() |
public GraphicsConfiguration[] | getConfigurations() Returns all of the graphics
configurations associated with this graphics device. |
public D3DContext | getD3DContext() |
public GraphicsConfiguration | getDefaultConfiguration() Returns the default graphics configuration
associated with this graphics device. |
protected int | getDefaultPixID(int screen) Returns the PixelFormatID of the default graphics configuration
associated with this graphics device, or 0 if PixelFormats calls fail or
are disabled. |
public synchronized DisplayMode | getDisplayMode() |
public synchronized DisplayMode[] | getDisplayModes() |
public ColorModel | getDynamicColorModel() |
public String | getIDstring() Returns the identification string associated with this graphics
device. |
protected int | getMaxConfigs(int screen) Returns the maximum number of graphics configurations available, or 1
if PixelFormat calls fail or are disabled. |
public int | getScreen() Returns the Win32 screen of the device. |
public int | getType() Returns the type of the graphics device. |
native void | initDevice(int screen) |
void | invalidate(int defaultScreen) Called from native code when the device was removed. |
public boolean | isD3DEnabledOnDevice() |
public boolean | isDDEnabledOnDevice() |
public boolean | isDisplayChangeSupported() |
public boolean | isFullScreenSupported() We support the exclusive fullscreen mode in both ddraw and
noddraw modes, so we return true unless we're not allowed to use
fullscreen mode. |
public boolean | isOffscreenAccelerationEnabled() Acceleration can be disabled due to capabilities of the display
device discovered during ddraw initialization. |
native protected boolean | isPixFmtSupported(int index, int screen) Returns whether or not the PixelFormat indicated by index is
supported. |
boolean | isValid() Returns whether this is a valid devicie. |
public void | paletteChanged() |
public void | removeDisplayChangedListener(DisplayChangedListener client) |
public synchronized void | setDisplayMode(DisplayMode dm) |
public synchronized void | setFullScreenWindow(Window w) |
public String | toString() |