|
Class Summary |
| AttributeArray |
AttributeArray is an abstract class that defines various methods
to handle n-dimensional attribute data such as scalars, vectors, tensors,
etc. |
| BitArray |
BitArray is an array of bits (0/1 data value). |
| CharArray |
CharArray is an array of character values. |
| ColorLookupTable |
generally describe ColorLookupTable in here |
| DataArray |
DataArray is an superclass for all net.jbeans.j3d.data array objects. |
| DataType |
DataType defines privitive data type and few array related methods. |
| DefaultColorLookupTable |
DefaultColorLookupTable is an object that maps
scalar values into rgba (red-green-blue-alpha transparency) color
specification, or rgba into scalar values. |
| DoubleArray |
DoubleArray is an array of double numbers. |
| FloatArray |
FloatArray is an array of float numbers. |
| IntArray |
IntArray is an array of (primitive) integers. |
| LongArray |
LongArray is an array of long numbers. |
| LookupTable |
LookupTable is an object that map scalar values into other
scalar or vector values. |
| ShortArray |
ShortArray is an array of short integer numbers. |
| StringArray |
StringArray is an array of character values. |