com.sun.j3d.internal |
|
Java Source File Name | Type | Comment |
BufferWrapper.java | Class | 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.
NOTE: We no longer need to support JDK 1.3 as of the Java 3D 1.3.2
community source release on java.net. |
ByteBufferWrapper.java | Class | 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.
NOTE: We no longer need to support JDK 1.3 as of the Java 3D 1.3.2
community source release on java.net. |
ByteOrderWrapper.java | Class | 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.
Typesafe enum for byte orders.
NOTE: We no longer need to support JDK 1.3 as of the Java 3D 1.3.2
community source release on java.net. |
Distance.java | Class | Utility class used to calculate distance. |
DoubleBufferWrapper.java | Class | 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.
NOTE: We no longer need to support JDK 1.3 as of the Java 3D 1.3.2
community source release on java.net. |
FastVector.java | Class | The FastVector object is a growable array of ints. |
FloatBufferWrapper.java | Class | 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.
NOTE: We no longer need to support JDK 1.3 as of the Java 3D 1.3.2
community source release on java.net. |
HashCodeUtil.java | Class | Utility class used when computing the hash code for
objects containing float or double values. |
J3dUtilsI18N.java | Class | |