JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.aspose.threed
Interface NodeVisitor
public interface
NodeVisitor
A callback to travel through the whole node hierarchy.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
call
(
Node
node)
A callback to travel through the whole node hierarchy.
Method Detail
call
boolean call(
Node
node)
A callback to travel through the whole node hierarchy.
Parameters:
node
- Node being visited
Returns:
Return false to stop traveling
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method