![]() |
|
Contents |
Public Member Functions | |
| WinGraphicsDevice (int left, int top, int right, int bottom, String id, boolean primary) | |
| WinGraphicsDevice (long hwnd) | |
| int | getType () |
| GraphicsConfiguration | getDefaultConfiguration () |
| GraphicsConfiguration[] | getConfigurations () |
| String | getIDstring () |
| boolean | isDefaultDevice () |
| Rectangle | getBounds () |
| String | toString () |
| DisplayMode | getDisplayMode () |
| DisplayMode[] | getDisplayModes () |
| Dimension | getResolution () |
Package Functions | |
| byte[] | getIDBytes () |
Static Package Functions | |
| [static initializer] | |
Static Package Attributes | |
| static boolean | useOpenGL |
| static boolean | useGDI |
Private Attributes | |
| DisplayMode | displayMode = null |
| final int | type |
| final Rectangle | bounds |
| final String | id |
| final boolean | primary |
| Dimension | resolution = null |
| WinGraphicsConfiguration | defaultConfig = null |
| WinGraphicsConfiguration[] | configs = null |
| byte[] | idBytes = null |
Static Private Attributes | |
| static final Win32 | win32 = Win32.getInstance() |
| WinGraphicsDevice | ( | int | left, | |
| int | top, | |||
| int | right, | |||
| int | bottom, | |||
| String | id, | |||
| boolean | primary | |||
| ) |
| WinGraphicsDevice | ( | long | hwnd | ) |
| [static initializer] | ( | ) | [static, package] |
| int getType | ( | ) | [virtual] |
Implements GraphicsDevice.
| GraphicsConfiguration getDefaultConfiguration | ( | ) | [virtual] |
Implements GraphicsDevice.
| GraphicsConfiguration [] getConfigurations | ( | ) | [virtual] |
Implements GraphicsDevice.
| String getIDstring | ( | ) | [virtual] |
Implements GraphicsDevice.
| boolean isDefaultDevice | ( | ) |
| Rectangle getBounds | ( | ) |
| String toString | ( | ) |
| byte [] getIDBytes | ( | ) | [package] |
| DisplayMode getDisplayMode | ( | ) |
Reimplemented from GraphicsDevice.
| DisplayMode [] getDisplayModes | ( | ) |
Reimplemented from GraphicsDevice.
| Dimension getResolution | ( | ) | [virtual] |
Implements GLGraphicsDevice.
DisplayMode displayMode = null [private] |
Reimplemented from GraphicsDevice.
final int type [private] |
final String id [private] |
final boolean primary [private] |
Dimension resolution = null [private] |
WinGraphicsConfiguration defaultConfig = null [private] |
WinGraphicsConfiguration [] configs = null [private] |
byte [] idBytes = null [private] |
boolean useOpenGL [static, package] |
boolean useGDI [static, package] |