Ja.NET Standard Edition 5.0

Documentation API Specification

Contents

WinGraphicsDevice Class Reference

Inherits org::apache::harmony::awt::gl::GLGraphicsDevice.

List of all members.


Detailed Description

Windows GraphicsDevice implementation.


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()

Constructor & Destructor Documentation

WinGraphicsDevice ( int  left,
int  top,
int  right,
int  bottom,
String  id,
boolean  primary 
)

WinGraphicsDevice ( long  hwnd  ) 


Member Function Documentation

[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.


Member Data Documentation

DisplayMode displayMode = null [private]

Reimplemented from GraphicsDevice.

final Win32 win32 = Win32.getInstance() [static, private]

final int type [private]

final Rectangle bounds [private]

final String id [private]

final boolean primary [private]

Dimension resolution = null [private]

WinGraphicsConfiguration [] configs = null [private]

byte [] idBytes = null [private]

boolean useOpenGL [static, package]

boolean useGDI [static, package]