Uses of Class
com.sun.j3d.utils.universe.ViewerAvatar

Packages that use ViewerAvatar
com.sun.j3d.utils.universe Provides utility classes for setting up the Java 3D universe, including the viewing configuration. 
 

Uses of ViewerAvatar in com.sun.j3d.utils.universe
 

Methods in com.sun.j3d.utils.universe that return ViewerAvatar
 ViewerAvatar Viewer.getAvatar()
          Gets the geometry associated with the viewer's avatar.
 

Methods in com.sun.j3d.utils.universe with parameters of type ViewerAvatar
 void Viewer.setAvatar(ViewerAvatar avatar)
          Sets the geometry to be associated with the viewer's avatar.