Package xj3d.filter

Class TwoPassFilter

java.lang.Object
xj3d.filter.AbstractFilter
xj3d.filter.TwoPassFilter
All Implemented Interfaces:
BinaryContentHandler, ContentHandler, ProtoHandler, RouteHandler, ScriptHandler, StringContentHandler
Direct Known Subclasses:
MinimizeProfileFilter

public abstract class TwoPassFilter extends AbstractFilter
Marker for a filter which requires two passes.

The calling code will pass the data through twice during its processing, assuming that the document will be fully traversed before returning for the second pass. The mechanisms for how this two pass is implemented are not defined. Do not make any assumptions about it.

Version:
$Revision: 1.2 $
Author:
Alan Hudson