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.

Variable Index

 o g3d

Constructor Index

 o Graphics3DTraversal(int, int, Graphics3D)

Method Index

 o begin(NodeInstance)
Don't call this yourself.
 o end(NodeInstance)
Don't call this yourself.
 o enter(NodeInstance)
Don't call this yourself.
 o getGraphics3D()
 o leave(NodeInstance)
Don't call this yourself.
 o setGraphics3D(Graphics3D)

Variables

 o g3d
  protected Graphics3D g3d

Constructors

 o Graphics3DTraversal
  public Graphics3DTraversal(int traversalType,
                             int contextInterest,
                             Graphics3D g3d)

Methods

 o setGraphics3D
  public void setGraphics3D(Graphics3D g3d)
 o getGraphics3D
  public Graphics3D getGraphics3D()
 o begin
  public void begin(NodeInstance inst)
Don't call this yourself.
Overrides:
begin in class SubtreePropertyTraversal
 o end
  public void end(NodeInstance inst)
Don't call this yourself.
Overrides:
end in class InstanceReturningTraversal
 o enter
  public void enter(NodeInstance inst)
Don't call this yourself. It's called automatically.
Overrides:
enter in class SubtreePropertyTraversal
 o 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