Class DebugFilter

java.lang.Object
xj3d.filter.AbstractFilter
xj3d.filter.BaseFilter
xj3d.filter.filters.DebugFilter
All Implemented Interfaces:
BinaryContentHandler, ContentHandler, ProtoHandler, RouteHandler, ScriptHandler, StringContentHandler

public class DebugFilter extends BaseFilter
A debug filter that prints out everything that passes through it and then passes the information onwards to the next in the chain.

To label a debug stream pass in a filter argument -label1 for the first instance. -label2 for the second, etc.

Version:
$Revision: 1.2 $
Author:
Justin Couch