gnu.awt.xlib
Class XGraphicsDevice
getAvailableAcceleratedMemory , getBestConfiguration , getConfigurations , getDefaultConfiguration , getDisplayMode , getDisplayModes , getFullScreenWindow , getIDstring , getType , isDisplayChangeSupported , isFullScreenSupported , setDisplayMode , setFullScreenWindow |
clone , equals , extends Object> getClass , finalize , hashCode , notify , notifyAll , toString , wait , wait , wait |
isDisplayChangeSupported
public boolean isDisplayChangeSupported()
Returns whether this device supports low-level display changes. This may
depend on whether full-screen exclusive mode is available.
XXX The default implementation returns false for now.
- isDisplayChangeSupported in interface GraphicsDevice
- true if display changes are supported
isFullScreenSupported
public boolean isFullScreenSupported()
Returns true if the device supports full-screen exclusive mode. The
default implementation returns true; subclass it if this is not the case.
- isFullScreenSupported in interface GraphicsDevice
- true if full screen support is available
Copyright (C) 2005 Free Software Foundation
This file is part of libgcj.
This software is copyrighted work licensed under the terms of the
Libgcj License. Please consult the file "LIBGCJ_LICENSE" for
details.