Xj3D VRML/X3D Code API

org.web3d.vrml.export.compressors
Interface SceneGraphCompressor

All Superinterfaces:
NodeCompressor
All Known Implementing Classes:
J3DIndexedFaceSetCompressor, J3DIndexedFaceSetCompressor_Indexed, NormalCompressor

public interface SceneGraphCompressor
extends NodeCompressor

Compresses a node and all its children. A marker interface for NodeCompressors to denote they will handle all children of a node. An example might be an IFS compressor that compacts the Coordinate and Normal node children of an IFS. Or a StaticGroup which folds transforms. DEFed nodes must be preserved.

Version:
$Revision: 1.3 $
Author:
Alan Hudson.

Methods inherited from interface org.web3d.vrml.export.compressors.NodeCompressor
compress, decompress, fillData, getEncoderMetadata, handleData
 


Xj3D VRML/X3D Code API

Copyright © 2001 - 2005 Web3D Consortium