com.sun.opengl.impl.x11
Class JAWT_X11DrawingSurfaceInfo

java.lang.Object
  extended by com.sun.opengl.impl.x11.JAWT_X11DrawingSurfaceInfo
All Implemented Interfaces:
JAWT_PlatformInfo

public abstract class JAWT_X11DrawingSurfaceInfo
extends java.lang.Object
implements JAWT_PlatformInfo


Method Summary
abstract  long colormapID()
           
abstract  JAWT_X11DrawingSurfaceInfo colormapID(long val)
           
static JAWT_X11DrawingSurfaceInfo create()
           
static JAWT_X11DrawingSurfaceInfo create(java.nio.ByteBuffer buf)
           
abstract  int depth()
           
abstract  JAWT_X11DrawingSurfaceInfo depth(int val)
           
abstract  long display()
           
abstract  JAWT_X11DrawingSurfaceInfo display(long val)
           
abstract  long drawable()
           
abstract  JAWT_X11DrawingSurfaceInfo drawable(long val)
           
 java.nio.ByteBuffer getBuffer()
           
static int size()
           
abstract  long visualID()
           
abstract  JAWT_X11DrawingSurfaceInfo visualID(long val)
           
 
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_X11DrawingSurfaceInfo create()

create

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

getBuffer

public java.nio.ByteBuffer getBuffer()

drawable

public abstract JAWT_X11DrawingSurfaceInfo drawable(long val)

drawable

public abstract long drawable()

display

public abstract JAWT_X11DrawingSurfaceInfo display(long val)

display

public abstract long display()

visualID

public abstract JAWT_X11DrawingSurfaceInfo visualID(long val)

visualID

public abstract long visualID()

colormapID

public abstract JAWT_X11DrawingSurfaceInfo colormapID(long val)

colormapID

public abstract long colormapID()

depth

public abstract JAWT_X11DrawingSurfaceInfo depth(int val)

depth

public abstract int depth()


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