Uses of Class
org.jzy3d.plot3d.rendering.view.modes.ViewPositionMode
-
Packages that use ViewPositionMode Package Description org.jzy3d.chart org.jzy3d.events org.jzy3d.plot3d.rendering.view org.jzy3d.plot3d.rendering.view.modes -
-
Uses of ViewPositionMode in org.jzy3d.chart
Methods in org.jzy3d.chart that return ViewPositionMode Modifier and Type Method Description ViewPositionModeChart. getViewMode()Methods in org.jzy3d.chart with parameters of type ViewPositionMode Modifier and Type Method Description voidChart. setViewMode(ViewPositionMode mode) -
Uses of ViewPositionMode in org.jzy3d.events
Methods in org.jzy3d.events that return ViewPositionMode Modifier and Type Method Description ViewPositionModeViewModeChangedEvent. getMode()Constructors in org.jzy3d.events with parameters of type ViewPositionMode Constructor Description ViewModeChangedEvent(Object source, ViewPositionMode mode) -
Uses of ViewPositionMode in org.jzy3d.plot3d.rendering.view
Fields in org.jzy3d.plot3d.rendering.view declared as ViewPositionMode Modifier and Type Field Description protected ViewPositionModeView. viewmodeMethods in org.jzy3d.plot3d.rendering.view that return ViewPositionMode Modifier and Type Method Description ViewPositionModeView. getViewMode()Return theViewPositionModeapplied to this view.Methods in org.jzy3d.plot3d.rendering.view with parameters of type ViewPositionMode Modifier and Type Method Description protected Coord3dView. computeCameraEye(Coord3d target, ViewPositionMode viewmode, Coord3d viewpoint)voidView. setViewPositionMode(ViewPositionMode mode)Set theViewPositionModeapplied to this view.voidView. updateCamera(ViewportConfiguration viewport, BoundingBox3d bounds, float sceneRadiusScaled, ViewPositionMode viewmode, Coord3d viewpoint, Camera cam, CameraMode cameraMode, float factorViewPointDistance, Coord3d center, Coord3d scaling)voidView. updateCameraWithoutShooting(ViewportConfiguration viewport, BoundingBox3d bounds, float sceneRadiusScaled, 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 ViewPositionMode Modifier and Type Method Description static ViewPositionModeViewPositionMode. valueOf(String name)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.
-