Uses of Class
org.jzy3d.plot3d.rendering.view.modes.CameraMode
-
Packages that use CameraMode Package Description org.jzy3d.plot3d.rendering.view org.jzy3d.plot3d.rendering.view.modes -
-
Uses of CameraMode in org.jzy3d.plot3d.rendering.view
Fields in org.jzy3d.plot3d.rendering.view declared as CameraMode Modifier and Type Field Description protected CameraModeView. cameraModeMethods in org.jzy3d.plot3d.rendering.view that return CameraMode Modifier and Type Method Description CameraModeView. 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 Modifier and Type Method Description voidCamera. 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, float sceneRadiusScaled, 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 CameraMode Modifier and Type Method Description static CameraModeCameraMode. valueOf(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.
-