public abstract class JAWT
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static JAWT |
create() |
static JAWT |
create(java.nio.ByteBuffer buf) |
void |
FreeDrawingSurface(JAWT_DrawingSurface ds)
Interface to C language function:
void FreeDrawingSurface(JAWT_DrawingSurface * ds); |
java.nio.ByteBuffer |
getBuffer() |
JAWT_DrawingSurface |
GetDrawingSurface(java.lang.Object target)
Interface to C language function:
JAWT_DrawingSurface * GetDrawingSurface(JNIEnv * env, jobject target); |
static JAWT |
getJAWT()
Helper routine for all users to call to access the JAWT.
|
void |
Lock()
Interface to C language function:
void Lock(JNIEnv * env); |
static int |
size() |
void |
Unlock()
Interface to C language function:
void Unlock(JNIEnv * env); |
abstract int |
version() |
abstract JAWT |
version(int val) |
public static int size()
public static JAWT create()
public static JAWT create(java.nio.ByteBuffer buf)
public java.nio.ByteBuffer getBuffer()
public abstract JAWT version(int val)
public abstract int version()
public JAWT_DrawingSurface GetDrawingSurface(java.lang.Object target)
JAWT_DrawingSurface * GetDrawingSurface(JNIEnv * env, jobject target);
public void FreeDrawingSurface(JAWT_DrawingSurface ds)
void FreeDrawingSurface(JAWT_DrawingSurface * ds);
public void Lock()
void Lock(JNIEnv * env);
public void Unlock()
void Unlock(JNIEnv * env);
public static JAWT getJAWT()
Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.