com.sun.opengl.impl
Class JAWT_DrawingSurface

java.lang.Object
  extended by com.sun.opengl.impl.JAWT_DrawingSurface

public abstract class JAWT_DrawingSurface
extends java.lang.Object


Method Summary
static JAWT_DrawingSurface create()
           
static JAWT_DrawingSurface create(java.nio.ByteBuffer buf)
           
 void FreeDrawingSurfaceInfo(JAWT_DrawingSurfaceInfo dsi)
          Interface to C language function:
void FreeDrawingSurfaceInfo(JAWT_DrawingSurfaceInfo * dsi);
 java.nio.ByteBuffer getBuffer()
           
 JAWT_DrawingSurfaceInfo GetDrawingSurfaceInfo()
          Interface to C language function:
JAWT_DrawingSurfaceInfo * GetDrawingSurfaceInfo(JAWT_DrawingSurface * ds);
 int Lock()
          Interface to C language function:
jint Lock(JAWT_DrawingSurface * ds);
static int size()
           
 void Unlock()
          Interface to C language function:
void Unlock(JAWT_DrawingSurface * ds);
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

size

public static int size()

create

public static JAWT_DrawingSurface create()

create

public static JAWT_DrawingSurface create(java.nio.ByteBuffer buf)

getBuffer

public java.nio.ByteBuffer getBuffer()

Lock

public int Lock()
Interface to C language function:
jint Lock(JAWT_DrawingSurface * ds);


GetDrawingSurfaceInfo

public JAWT_DrawingSurfaceInfo GetDrawingSurfaceInfo()
Interface to C language function:
JAWT_DrawingSurfaceInfo * GetDrawingSurfaceInfo(JAWT_DrawingSurface * ds);


FreeDrawingSurfaceInfo

public void FreeDrawingSurfaceInfo(JAWT_DrawingSurfaceInfo dsi)
Interface to C language function:
void FreeDrawingSurfaceInfo(JAWT_DrawingSurfaceInfo * dsi);


Unlock

public void Unlock()
Interface to C language function:
void Unlock(JAWT_DrawingSurface * ds);



Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.