Uses of Enum
org.jzy3d.plot3d.rendering.view.modes.CameraMode
Packages that use CameraMode
- 
Uses of CameraMode in org.jzy3d.plot3d.rendering.view
Fields in org.jzy3d.plot3d.rendering.view declared as CameraModeMethods in org.jzy3d.plot3d.rendering.view that return CameraModeModifier and TypeMethodDescriptionView.getCameraMode()Get the projection of this view, either CameraMode.ORTHOGONAL or CameraMode.PERSPECTIVE.Methods in org.jzy3d.plot3d.rendering.view with parameters of type CameraModeModifier and TypeMethodDescriptionvoidCamera.doShoot(IPainter painter, CameraMode projection) Apply camera position and orientation and performs projection of the visible volume either in perspective or orthogonal mode.voidView.setCameraMode(CameraMode mode) Set the projection of this view, either Camera.ORTHOGONAL or Camera.PERSPECTIVE.voidCamera.shoot(IPainter painter, CameraMode projection) Sets the projection and the mapping of the 3d model to 2d screen.voidCamera.shoot(IPainter painter, CameraMode projection, boolean doPushMatrixBeforeShooting) voidView.updateCamera(ViewportConfiguration viewport, BoundingBox3d bounds, ViewPositionMode viewmode, Coord3d viewpoint, Camera cam, CameraMode cameraMode, float factorViewPointDistance, Coord3d center, Coord3d scaling)  - 
Uses of CameraMode in org.jzy3d.plot3d.rendering.view.modes
Methods in org.jzy3d.plot3d.rendering.view.modes that return CameraModeModifier and TypeMethodDescriptionstatic CameraModeReturns 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.