private class CompressionStream.MeshReference extends CompressionStreamElement
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
meshIndex |
(package private) int |
stripFlag |
absolute, length, lengthMask, quantizationMask, shift| Constructor and Description |
|---|
CompressionStream.MeshReference(int stripFlag,
int meshIndex) |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
outputCommand(HuffmanTable t,
CommandStream outputBuffer)
Outputs the compressed bits representing this stream element.
|
(package private) void |
quantize(CompressionStream s,
HuffmanTable t)
Computes the quantized representation of this stream element.
|
java.lang.String |
toString() |
computeLengthShift, computeLengthShift, computeLengthShiftCompressionStream.MeshReference(int stripFlag,
int meshIndex)
void quantize(CompressionStream s, HuffmanTable t)
CompressionStreamElementquantize in class CompressionStreamElements - CompressionStream associated with this elementt - HuffmanTable for collecting data about the quantized
representation of this elementvoid outputCommand(HuffmanTable t, CommandStream outputBuffer)
CompressionStreamElementoutputCommand in class CompressionStreamElementt - HuffmanTable mapping quantized representations to
compressed encodingsoutputBuffer - CommandStream for collecting compressed outputpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.