Interface IndicesBuffer

All Superinterfaces:
DataBuffer
All Known Implementing Classes:
G2DIndicesBuffer, JoGLIndicesBuffer

public interface IndicesBuffer extends DataBuffer
Author:
Pierre Lando
  • Method Details

    • setData

      void setData(int[] indices)
      Set the data
      Parameters:
      indices - the new data.
    • setData

      void setData(Collection<Integer> indices)
      Set the data
      Parameters:
      indices - the new data.
    • setData

      void setData(IntBuffer indexBuffer)
      Set the data.
      Parameters:
      indexBuffer - the new data.
    • getData

      IntBuffer getData()
      Description copied from interface: DataBuffer
      Return the data.
      Specified by:
      getData in interface DataBuffer
      Returns:
      the data.
    • clear

      void clear()
      Specified by:
      clear in interface DataBuffer