Package xj3d.browser
Class GeometryNodeFilter
java.lang.Object
xj3d.browser.GeometryNodeFilter
- All Implemented Interfaces:
NodeFilter
Display geometry. This includes all grouping, shape and geometry nodes.
- Version:
- $Id: $
- Author:
- Alan Hudson
-
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
-
GeometryNodeFilter
public GeometryNodeFilter()
-
-
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
-