Class NodeCountInfoFilter

java.lang.Object
xj3d.filter.AbstractFilter
xj3d.filter.NewAbstractFilter
xj3d.filter.filters.NodeCountInfoFilter
All Implemented Interfaces:
Comparator<Map.Entry<String,Integer>>, BinaryContentHandler, ContentHandler, ProtoHandler, RouteHandler, ScriptHandler, StringContentHandler

public class NodeCountInfoFilter extends NewAbstractFilter implements Comparator<Map.Entry<String,Integer>>
Counts the number of nodes in a file. Will output its list in descending sorted order.

USE of a node will increase its count

Version:
$Revision: 1.7 $
Author:
Alan Hudson