com.sun.opengl.impl

Class JAWT


public abstract class JAWT
extends Object

Method Summary

void
FreeDrawingSurface(JAWT_DrawingSurface arg0)
Interface to C language function:
void FreeDrawingSurface(JAWT_DrawingSurface * );
JAWT_DrawingSurface
GetDrawingSurface(Object arg1)
Interface to C language function:
JAWT_DrawingSurface * GetDrawingSurface(JNIEnv * , jobject);
void
Lock()
Interface to C language function:
void Lock(JNIEnv * );
void
Unlock()
Interface to C language function:
void Unlock(JNIEnv * );
static JAWT
create()
static JAWT
create(ByteBuffer buf)
ByteBuffer
getBuffer()
static JAWT
getJAWT()
Helper routine for all users to call to access the JAWT.
static int
size()
abstract int
version()
abstract JAWT
version(int val)

Method Details

FreeDrawingSurface

public void FreeDrawingSurface(JAWT_DrawingSurface arg0)
Interface to C language function:
void FreeDrawingSurface(JAWT_DrawingSurface * );

GetDrawingSurface

public JAWT_DrawingSurface GetDrawingSurface(Object arg1)
Interface to C language function:
JAWT_DrawingSurface * GetDrawingSurface(JNIEnv * , jobject);

Lock

public void Lock()
Interface to C language function:
void Lock(JNIEnv * );

Unlock

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

create

public static JAWT create()

create

public static JAWT create(ByteBuffer buf)

getBuffer

public ByteBuffer getBuffer()

getJAWT

public static JAWT getJAWT()
Helper routine for all users to call to access the JAWT.

size

public static int size()

version

public abstract int version()

version

public abstract JAWT version(int val)

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