com.sun.j3d.utils.geometry.compression
Class CompressionStream.InterleavedGeometryNIO

java.lang.Object
  extended by com.sun.j3d.utils.geometry.compression.CompressionStream.InterleavedGeometry
      extended by com.sun.j3d.utils.geometry.compression.CompressionStream.InterleavedGeometryNIO
All Implemented Interfaces:
CompressionStream.GeometryAccessor
Direct Known Subclasses:
CompressionStream.IndexedInterleavedGeometryNIO
Enclosing class:
CompressionStream

private class CompressionStream.InterleavedGeometryNIO
extends CompressionStream.InterleavedGeometry

This class implements the GeometryAccessor interface for interleaved NIO geometry arrays.


Field Summary
(package private)  FloatBufferWrapper fbw
           
 
Fields inherited from class com.sun.j3d.utils.geometry.compression.CompressionStream.InterleavedGeometry
coffset, noffset, poffset, tcount, tstride, vc, vstride
 
Constructor Summary
CompressionStream.InterleavedGeometryNIO(GeometryArray ga)
           
 
Method Summary
(package private)  void copyVertex(int pi, int ni, int ci, CompressionStream.VertexCopy vc)
           
 
Methods inherited from class com.sun.j3d.utils.geometry.compression.CompressionStream.InterleavedGeometry
processVertex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fbw

FloatBufferWrapper fbw
Constructor Detail

CompressionStream.InterleavedGeometryNIO

CompressionStream.InterleavedGeometryNIO(GeometryArray ga)
Method Detail

copyVertex

void copyVertex(int pi,
                int ni,
                int ci,
                CompressionStream.VertexCopy vc)
Specified by:
copyVertex in class CompressionStream.InterleavedGeometry


Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.