com.jogamp.opengl.impl.windows.wgl
Class WindowsExternalWGLDrawable

java.lang.Object
  extended by com.jogamp.opengl.impl.GLDrawableImpl
      extended by com.jogamp.opengl.impl.windows.wgl.WindowsWGLDrawable
          extended by com.jogamp.opengl.impl.windows.wgl.WindowsExternalWGLDrawable
All Implemented Interfaces:
GLDrawable

public class WindowsExternalWGLDrawable
extends WindowsWGLDrawable


Field Summary
 
Fields inherited from class com.jogamp.opengl.impl.GLDrawableImpl
DEBUG, factory, realized, requestedCapabilities, surface
 
Method Summary
protected static WindowsExternalWGLDrawable create(GLDrawableFactory factory, GLProfile glp)
           
 GLContext createContext(GLContext shareWith)
          Creates a new context for drawing to this drawable that will optionally share display lists and other server-side OpenGL objects with the specified GLContext.
 int getHeight()
          Returns the current height of this GLDrawable.
 int getWidth()
          Returns the current width of this GLDrawable.
 void setSize(int newWidth, int newHeight)
           
 
Methods inherited from class com.jogamp.opengl.impl.windows.wgl.WindowsWGLDrawable
getGLDynamicLookupHelper, setRealizedImpl, swapBuffersImpl
 
Methods inherited from class com.jogamp.opengl.impl.GLDrawableImpl
destroy, destroyHandle, destroyImpl, getChosenGLCapabilities, getFactory, getFactoryImpl, getGLProfile, getHandle, getNativeSurface, getRequestedGLCapabilities, isRealized, isSurfaceLocked, lockSurface, setRealized, swapBuffers, toHexString, toString, unlockSurface, updateHandle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

create

protected static WindowsExternalWGLDrawable create(GLDrawableFactory factory,
                                                   GLProfile glp)

createContext

public GLContext createContext(GLContext shareWith)
Description copied from interface: GLDrawable
Creates a new context for drawing to this drawable that will optionally share display lists and other server-side OpenGL objects with the specified GLContext.

The GLContext share need not be associated with this GLDrawable and may be null if sharing of display lists and other objects is not desired. See the note in the overview documentation on context sharing.


setSize

public void setSize(int newWidth,
                    int newHeight)

getWidth

public int getWidth()
Description copied from interface: GLDrawable
Returns the current width of this GLDrawable.

Specified by:
getWidth in interface GLDrawable
Overrides:
getWidth in class GLDrawableImpl

getHeight

public int getHeight()
Description copied from interface: GLDrawable
Returns the current height of this GLDrawable.

Specified by:
getHeight in interface GLDrawable
Overrides:
getHeight in class GLDrawableImpl


Copyright 2010 JogAmp Community.