Package xj3d.browser
Class NullNodeFilter
java.lang.Object
xj3d.browser.NullNodeFilter
- All Implemented Interfaces:
NodeFilter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
accept
(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:
accept
in interfaceNodeFilter
- Parameters:
node
- The node to filter- Returns:
- Whether its accepted
-
getDescription
The description of the filter.- Specified by:
getDescription
in interfaceNodeFilter
- Returns:
- The description
-
toString
-