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

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

public class Extract1555rev
extends Object
implements Extract

Author:
Administrator

Constructor Summary
Extract1555rev()
          Creates a new instance of Extract1555rev
 
Method Summary
 void extract(boolean isSwap, ByteBuffer packedPixel, float[] extractComponents)
           
 void shove(float[] shoveComponents, int index, ByteBuffer packedPixel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Extract1555rev

public Extract1555rev()
Creates a new instance of Extract1555rev

Method Detail

extract

public void extract(boolean isSwap,
                    ByteBuffer packedPixel,
                    float[] extractComponents)
Specified by:
extract in interface Extract

shove

public void shove(float[] shoveComponents,
                  int index,
                  ByteBuffer packedPixel)
Specified by:
shove in interface Extract


Copyright 2010 JogAmp Community.