Package xj3d.browser
Class NullNodeFilter
java.lang.Object
xj3d.browser.NullNodeFilter
- All Implemented Interfaces:
NodeFilter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanaccept(VRMLNodeType node) Whether the given node is accepted by this filter.The description of the filter.toString()
-
Constructor Details
-
NullNodeFilter
public NullNodeFilter()
-
-
Method Details
-
accept
Whether the given node is accepted by this filter.- Specified by:
acceptin interfaceNodeFilter- Parameters:
node- The node to filter- Returns:
- Whether its accepted
-
getDescription
The description of the filter.- Specified by:
getDescriptionin interfaceNodeFilter- Returns:
- The description
-
toString
-