Package xj3d.browser
Interface NodeFilter
-
Method Summary
Modifier and TypeMethodDescriptionboolean
accept
(VRMLNodeType node) Whether the given node is accepted by this filter.The description of the filter.
-
Method Details
-
accept
Whether the given node is accepted by this filter.- Parameters:
node
- The node to filter- Returns:
- Whether its accepted
-
getDescription
-