com.jogamp.opengl.impl.glu.mipmap
Class ExtractUShort

java.lang.Object
  extended by com.jogamp.opengl.impl.glu.mipmap.ExtractUShort
All Implemented Interfaces:
ExtractPrimitive

public class ExtractUShort
extends Object
implements ExtractPrimitive

Author:
Administrator

Constructor Summary
ExtractUShort()
          Creates a new instance of ExtracUShort
 
Method Summary
 double extract(boolean isSwap, ByteBuffer ushort)
           
 void shove(double value, int index, ByteBuffer data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtractUShort

public ExtractUShort()
Creates a new instance of ExtracUShort

Method Detail

extract

public double extract(boolean isSwap,
                      ByteBuffer ushort)
Specified by:
extract in interface ExtractPrimitive

shove

public void shove(double value,
                  int index,
                  ByteBuffer data)
Specified by:
shove in interface ExtractPrimitive


Copyright 2010 JogAmp Community.