Package | Description |
---|---|
javax.media.j3d |
Modifier and Type | Method and Description |
---|---|
J3DBuffer.BufferType |
J3DBuffer.getBufferType()
Retrieves the type of the wrapped NIO buffer.
|
static J3DBuffer.BufferType |
J3DBuffer.BufferType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static J3DBuffer.BufferType[] |
J3DBuffer.BufferType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|