Class dnx.lr.Graphics3DTraversal
All Packages Class Hierarchy This Package Previous Next Index
Class dnx.lr.Graphics3DTraversal
java.lang.Object
|
+----dnx.util.DNXObject
|
+----dnx.util.DNXInstancedObject
|
+----dnx.lr.Action
|
+----dnx.lr.Traversal
|
+----dnx.lr.InstanceTraversal
|
+----dnx.lr.TraversalPathTraversal
|
+----dnx.lr.InstancePathTraversal
|
+----dnx.lr.InstanceReturningTraversal
|
+----dnx.lr.SubtreePropertyTraversal
|
+----dnx.lr.Graphics3DTraversal
- public class Graphics3DTraversal
- extends SubtreePropertyTraversal
A traversal which uses a graphics3D object as part of the traversal.
-
g3d
-
-
Graphics3DTraversal(int, int, Graphics3D)
-
-
begin(NodeInstance)
- Don't call this yourself.
-
end(NodeInstance)
- Don't call this yourself.
-
enter(NodeInstance)
- Don't call this yourself.
-
getGraphics3D()
-
-
leave(NodeInstance)
- Don't call this yourself.
-
setGraphics3D(Graphics3D)
-
g3d
protected Graphics3D g3d
Graphics3DTraversal
public Graphics3DTraversal(int traversalType,
int contextInterest,
Graphics3D g3d)
setGraphics3D
public void setGraphics3D(Graphics3D g3d)
getGraphics3D
public Graphics3D getGraphics3D()
begin
public void begin(NodeInstance inst)
- Don't call this yourself.
- Overrides:
- begin in class SubtreePropertyTraversal
end
public void end(NodeInstance inst)
- Don't call this yourself.
- Overrides:
- end in class InstanceReturningTraversal
enter
public void enter(NodeInstance inst)
- Don't call this yourself. It's called automatically.
- Overrides:
- enter in class SubtreePropertyTraversal
leave
public void leave(NodeInstance inst)
- Don't call this yourself. It's called automatically.
- Overrides:
- leave in class SubtreePropertyTraversal
All Packages Class Hierarchy This Package Previous Next Index