com.metsci.glimpse.gl.attribute
Class GLFloatBuffer2D

java.lang.Object
  extended by com.metsci.glimpse.gl.attribute.GLFloatBuffer
      extended by com.metsci.glimpse.gl.attribute.GLFloatBuffer2D

public class GLFloatBuffer2D
extends GLFloatBuffer


Nested Class Summary
static interface GLFloatBuffer2D.IndexedMutator
           
 
Nested classes/interfaces inherited from class com.metsci.glimpse.gl.attribute.GLFloatBuffer
GLFloatBuffer.Mutator
 
Constructor Summary
GLFloatBuffer2D(int length)
           
GLFloatBuffer2D(int length, boolean indexEnabled)
           
 
Method Summary
 boolean isIndexEnabled()
           
 void mutate(GLFloatBuffer.Mutator mutator)
           
 void mutateIndexed(GLFloatBuffer2D.IndexedMutator mutator)
           
 int search(float xMin, float xMax, float yMin, float yMax, FilterInt filter, IntsModifiable result)
           
 int search(float xMin, float xMax, float yMin, float yMax, IntsModifiable result)
           
 void setIndexEnabled(boolean enabled)
           
 
Methods inherited from class com.metsci.glimpse.gl.attribute.GLFloatBuffer
bind, bind, dispose, getMaxVertices, getNumVertices, isDirty, makeDirty, prepare, unbind
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GLFloatBuffer2D

public GLFloatBuffer2D(int length,
                       boolean indexEnabled)

GLFloatBuffer2D

public GLFloatBuffer2D(int length)
Method Detail

isIndexEnabled

public boolean isIndexEnabled()

setIndexEnabled

public void setIndexEnabled(boolean enabled)

search

public int search(float xMin,
                  float xMax,
                  float yMin,
                  float yMax,
                  IntsModifiable result)

search

public int search(float xMin,
                  float xMax,
                  float yMin,
                  float yMax,
                  FilterInt filter,
                  IntsModifiable result)

mutateIndexed

public void mutateIndexed(GLFloatBuffer2D.IndexedMutator mutator)

mutate

public void mutate(GLFloatBuffer.Mutator mutator)
Overrides:
mutate in class GLFloatBuffer


Copyright © 2012 Metron, Inc.. All Rights Reserved.