Uses of Enum
org.jzy3d.plot3d.rendering.view.modes.ViewPositionMode
Packages that use ViewPositionMode
Package
Description
- 
Uses of ViewPositionMode in org.jzy3d.chart
Fields in org.jzy3d.chart declared as ViewPositionModeMethods in org.jzy3d.chart that return ViewPositionModeMethods in org.jzy3d.chart with parameters of type ViewPositionMode - 
Uses of ViewPositionMode in org.jzy3d.events
Methods in org.jzy3d.events that return ViewPositionModeConstructors in org.jzy3d.events with parameters of type ViewPositionMode - 
Uses of ViewPositionMode in org.jzy3d.plot3d.rendering.view
Fields in org.jzy3d.plot3d.rendering.view declared as ViewPositionModeMethods in org.jzy3d.plot3d.rendering.view that return ViewPositionModeModifier and TypeMethodDescriptionView.getViewMode()Return theViewPositionModeapplied to this view.Methods in org.jzy3d.plot3d.rendering.view with parameters of type ViewPositionModeModifier and TypeMethodDescriptionprotected Coord3dView.computeCameraEye(Coord3d target, ViewPositionMode viewmode, Coord3d viewpoint) Compute the camera's eye position in cartesian coordinates based on viewmode, target, and a viewpoint given in polar coordinates around the targetvoidView.setViewPositionMode(ViewPositionMode mode) Set theViewPositionModeapplied to this view.voidView.updateCamera(ViewportConfiguration viewport, BoundingBox3d bounds, ViewPositionMode viewmode, Coord3d viewpoint, Camera cam, CameraMode cameraMode, float factorViewPointDistance, Coord3d center, Coord3d scaling) voidView.updateCameraWithoutShooting(ViewportConfiguration viewport, BoundingBox3d bounds, ViewPositionMode viewmode, Coord3d viewpoint, Camera cam, float factorViewPointDistance, Coord3d center, Coord3d scaling) Update the camera configuration without triggering theCamera.shoot(IPainter, CameraMode)method. - 
Uses of ViewPositionMode in org.jzy3d.plot3d.rendering.view.modes
Methods in org.jzy3d.plot3d.rendering.view.modes that return ViewPositionModeModifier and TypeMethodDescriptionstatic ViewPositionModeReturns the enum constant of this type with the specified name.static ViewPositionMode[]ViewPositionMode.values()Returns an array containing the constants of this enum type, in the order they are declared.