org.jdesktop.j3d.loaders.vrml97.impl
Class TreeCleaner
java.lang.Object
org.jdesktop.j3d.loaders.vrml97.impl.TreeCleaner
public class TreeCleaner
- extends Object
Description of the Class
Method Summary |
static void |
cleanSubgraph(Node implNode)
Clears pickable and collidable flags in Shape3Ds in the subgraph
under the input node. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TreeCleaner
public TreeCleaner()
cleanSubgraph
public static void cleanSubgraph(Node implNode)
throws RestrictedAccessException
- Clears pickable and collidable flags in Shape3Ds in the subgraph
under the input node. The pickable flag is set to false if there
are no groups above the Shape3D with ENABLE_PICK_REPORTING set. The
collidable flag on Shape3ds is always set to false.
- Parameters:
implNode
- Description of the Parameter
- Throws:
RestrictedAccessException
- Description of the Exception
Todo: put BSD License reference here..