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 NodeCompressorX3DRetainedSAXExporter.currentCompressorThe current compressor.Methods in org.web3d.vrml.export with parameters of type NodeCompressorModifier and TypeMethodDescriptionvoidBinaryExporter.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 TypeInterfaceDescriptioninterfaceCompresses a node and all its children.