com.sun.opengl.impl.x11
Class GLXHyperpipeConfigSGIX

java.lang.Object
  extended by com.sun.opengl.impl.x11.GLXHyperpipeConfigSGIX

public abstract class GLXHyperpipeConfigSGIX
extends java.lang.Object


Method Summary
abstract  int channel()
           
abstract  GLXHyperpipeConfigSGIX channel(int val)
           
static GLXHyperpipeConfigSGIX create()
           
static GLXHyperpipeConfigSGIX create(java.nio.ByteBuffer buf)
           
 java.nio.ByteBuffer getBuffer()
           
abstract  int participationType()
           
abstract  GLXHyperpipeConfigSGIX participationType(int val)
           
static int size()
           
abstract  int timeSlice()
           
abstract  GLXHyperpipeConfigSGIX timeSlice(int 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 GLXHyperpipeConfigSGIX create()

create

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

getBuffer

public java.nio.ByteBuffer getBuffer()

channel

public abstract GLXHyperpipeConfigSGIX channel(int val)

channel

public abstract int channel()

participationType

public abstract GLXHyperpipeConfigSGIX participationType(int val)

participationType

public abstract int participationType()

timeSlice

public abstract GLXHyperpipeConfigSGIX timeSlice(int val)

timeSlice

public abstract int timeSlice()


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