Uses of Class
org.jzy3d.plot3d.rendering.view.modes.CameraMode

Packages that use CameraMode
org.jzy3d.plot3d.rendering.view Provides interfaces, abstract classes and concrete classes to perform rendering of 3d objects into a canvas. 
org.jzy3d.plot3d.rendering.view.modes   
 

Uses of CameraMode in org.jzy3d.plot3d.rendering.view
 

Methods in org.jzy3d.plot3d.rendering.view that return CameraMode
 CameraMode View.getCameraMode()
          Get the projection of this view, either CameraMode.ORTHOGONAL or CameraMode.PERSPECTIVE.
 

Methods in org.jzy3d.plot3d.rendering.view with parameters of type CameraMode
 void Camera.doShoot(javax.media.opengl.GL gl, javax.media.opengl.glu.GLU glu, CameraMode projection)
           
 void View.setCameraMode(CameraMode mode)
          Set the projection of this view, either Camera.ORTHOGONAL or Camera.PERSPECTIVE.
 void Camera.shoot(javax.media.opengl.GL gl, javax.media.opengl.glu.GLU glu, CameraMode projection)
          Sets the projection, and the mapping of 3d environement to 2d screen.
 void Camera.shoot(javax.media.opengl.GL gl, javax.media.opengl.glu.GLU glu, CameraMode projection, boolean doPushMatrixBeforeShooting)
           
 

Uses of CameraMode in org.jzy3d.plot3d.rendering.view.modes
 

Methods in org.jzy3d.plot3d.rendering.view.modes that return CameraMode
static CameraMode CameraMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CameraMode[] CameraMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.