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 theViewPositionMode
applied to this view.Methods in org.jzy3d.plot3d.rendering.view with parameters of type ViewPositionModeModifier 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
Methods in org.jzy3d.plot3d.rendering.view.modes that return ViewPositionModeModifier 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.