com.sun.opengl.impl

Class JAWT_DrawingSurfaceInfo


public abstract class JAWT_DrawingSurfaceInfo
extends Object

Method Summary

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()

Method Details

bounds

public abstract JAWT_Rectangle bounds()

clipSize

public abstract int clipSize()

clipSize

public abstract JAWT_DrawingSurfaceInfo clipSize(int val)

create

public static JAWT_DrawingSurfaceInfo create()

create

public static JAWT_DrawingSurfaceInfo create(ByteBuffer buf)

getBuffer

public ByteBuffer getBuffer()

platformInfo

public JAWT_PlatformInfo platformInfo()

size

public static int size()

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