Uses of Class
anl.aida.viz3d.Box

Packages that use Box
anl.aida.plot   
anl.aida.viz3d   
 

Uses of Box in anl.aida.plot
 

Fields in anl.aida.plot declared as Box
private  Box Canvas3D.worldSizeAtZero
           
 

Methods in anl.aida.plot that return Box
 Box Canvas3D.getWorldSizeAtZero()
          Gets a Box representing the dimensions of the viewable world when z is 0.
 

Uses of Box in anl.aida.viz3d
 

Fields in anl.aida.viz3d declared as Box
private  Box Test3D.worldSizeAtZero
           
private  Box Canvas3D.worldSizeAtZero
           
 

Methods in anl.aida.viz3d that return Box
static Box Utils3D.getWorldSizeAtZ(javax.media.opengl.GL gl, float nearClipZ, float farClipZ, float z)
           
 Box Canvas3D.getWorldSizeAtZero()
          Gets a Box representing the dimensions of the viewable world when z is 0.