public abstract class JAWT_DrawingSurfaceInfo extends Object
Modifier and Type | Method and Description |
---|---|
abstract JAWT_Rectangle |
bounds() |
abstract int |
clipSize() |
abstract JAWT_DrawingSurfaceInfo |
clipSize(int val) |
static JAWT_DrawingSurfaceInfo |
create() |
static JAWT_DrawingSurfaceInfo |
create(ByteBuffer buf) |
ByteBuffer |
getBuffer() |
JAWT_PlatformInfo |
platformInfo() |
static int |
size() |
public static int size()
public static JAWT_DrawingSurfaceInfo create()
public static JAWT_DrawingSurfaceInfo create(ByteBuffer buf)
public ByteBuffer getBuffer()
public abstract JAWT_Rectangle bounds()
public abstract JAWT_DrawingSurfaceInfo clipSize(int val)
public abstract int clipSize()
public JAWT_PlatformInfo platformInfo()
Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.