|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.j3d.utils.geometry.compression.CompressionStreamElement
com.sun.j3d.utils.geometry.compression.CompressionStream.PositionQuant
private class CompressionStream.PositionQuant
Stream element that sets position quantization during quantize pass.
Field Summary | |
---|---|
(package private) int |
value
|
Fields inherited from class com.sun.j3d.utils.geometry.compression.CompressionStreamElement |
---|
absolute, length, lengthMask, quantizationMask, shift |
Constructor Summary | |
---|---|
CompressionStream.PositionQuant(int value)
|
Method Summary | |
---|---|
(package private) void |
quantize(CompressionStream s,
HuffmanTable t)
Computes the quantized representation of this stream element. |
java.lang.String |
toString()
|
Methods inherited from class com.sun.j3d.utils.geometry.compression.CompressionStreamElement |
---|
computeLengthShift, computeLengthShift, computeLengthShift, outputCommand |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
int value
Constructor Detail |
---|
CompressionStream.PositionQuant(int value)
Method Detail |
---|
void quantize(CompressionStream s, HuffmanTable t)
CompressionStreamElement
quantize
in class CompressionStreamElement
s
- CompressionStream associated with this elementt
- HuffmanTable for collecting data about the quantized
representation of this elementpublic java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |