Uses of Interface
org.web3d.vrml.export.compressors.NodeCompressor
Packages that use NodeCompressor
-
Uses of NodeCompressor in org.web3d.vrml.export
Fields in org.web3d.vrml.export declared as NodeCompressorModifier and TypeFieldDescriptionprotected NodeCompressor
X3DRetainedSAXExporter.currentCompressor
The current compressor.Methods in org.web3d.vrml.export with parameters of type NodeCompressorModifier and TypeMethodDescriptionvoid
BinaryExporter.registerNodeCompressor
(int nodeNumber, int method, NodeCompressor compressor) Register a class for a node/compression method. -
Uses of NodeCompressor in org.web3d.vrml.export.compressors
Subinterfaces of NodeCompressor in org.web3d.vrml.export.compressorsModifier and TypeInterfaceDescriptioninterface
Compresses a node and all its children.