com.sun.opengl.impl
Class JAWT_DrawingSurfaceInfo

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

public abstract class JAWT_DrawingSurfaceInfo
extends java.lang.Object


Method Summary
abstract  JAWT_Rectangle bounds()
           
abstract  int clipSize()
           
abstract  JAWT_DrawingSurfaceInfo clipSize(int val)
           
static JAWT_DrawingSurfaceInfo create()
           
static JAWT_DrawingSurfaceInfo create(java.nio.ByteBuffer buf)
           
 java.nio.ByteBuffer getBuffer()
           
 JAWT_PlatformInfo platformInfo()
           
static int size()
           
 
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_DrawingSurfaceInfo create()

create

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

getBuffer

public java.nio.ByteBuffer getBuffer()

bounds

public abstract JAWT_Rectangle bounds()

clipSize

public abstract JAWT_DrawingSurfaceInfo clipSize(int val)

clipSize

public abstract int clipSize()

platformInfo

public JAWT_PlatformInfo platformInfo()


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