Uses of Enum
org.jzy3d.plot3d.rendering.view.modes.ViewPositionMode
Package
Description
-
Uses of ViewPositionMode in org.jzy3d.chart
-
Uses of ViewPositionMode in org.jzy3d.events
-
Uses of ViewPositionMode in org.jzy3d.plot3d.rendering.view
Modifier and TypeMethodDescriptionView.getViewMode()
Return theViewPositionMode
applied to this view.Modifier and TypeMethodDescriptionprotected Coord3d
View.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 targetvoid
View.setViewPositionMode
(ViewPositionMode mode) Set theViewPositionMode
applied to this view.void
View.updateCamera
(ViewportConfiguration viewport, BoundingBox3d bounds, ViewPositionMode viewmode, Coord3d viewpoint, Camera cam, CameraMode cameraMode, float factorViewPointDistance, Coord3d center, Coord3d scaling) void
View.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
Modifier and TypeMethodDescriptionstatic ViewPositionMode
Returns 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.