Uses of Class
javax.media.ding3d.internal.BufferWrapper

Packages that use BufferWrapper
javax.media.ding3d.internal   
 

Uses of BufferWrapper in javax.media.ding3d.internal
 

Subclasses of BufferWrapper in javax.media.ding3d.internal
 class ByteBufferWrapper
          NIO Buffers are new in Java 1.4 but we need to run on 1.3 as well, so this class was created to hide the NIO classes from non-1.4 Java 3D users.
 class DoubleBufferWrapper
          NIO Buffers are new in Java 1.4 but we need to run on 1.3 as well, so this class was created to hide the NIO classes from non-1.4 Java 3D users.
 class FloatBufferWrapper
          NIO Buffers are new in Java 1.4 but we need to run on 1.3 as well, so this class was created to hide the NIO classes from non-1.4 Java 3D users.
 

Methods in javax.media.ding3d.internal that return BufferWrapper
 BufferWrapper BufferWrapper.position(int newPosition)
          Sets this buffer's position.
 BufferWrapper BufferWrapper.rewind()
          Resets this buffer's position to the previously marked position.