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
Fields in org.jzy3d.chart declared as ViewPositionMode Modifier and Type Field Description protected ViewPositionMode
Chart. viewPositionMode
Methods in org.jzy3d.chart that return ViewPositionMode Modifier and Type Method Description ViewPositionMode
Chart. getViewMode()
Methods in org.jzy3d.chart with parameters of type ViewPositionMode Modifier and Type Method Description void
Chart. setViewMode(ViewPositionMode mode)
-
Uses of ViewPositionMode in org.jzy3d.events
Methods in org.jzy3d.events that return ViewPositionMode Modifier and Type Method Description ViewPositionMode
ViewModeChangedEvent. 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 ViewPositionMode
View. viewMode
Methods in org.jzy3d.plot3d.rendering.view that return ViewPositionMode Modifier and Type Method Description ViewPositionMode
View. getViewMode()
Return theViewPositionMode
applied to this view.Methods in org.jzy3d.plot3d.rendering.view with parameters of type ViewPositionMode Modifier and Type Method Description protected Coord3d
View. computeCameraEye(Coord3d target, ViewPositionMode viewmode, Coord3d viewpoint)
void
View. setViewPositionMode(ViewPositionMode mode)
Set theViewPositionMode
applied to this view.void
View. updateCamera(ViewportConfiguration viewport, BoundingBox3d bounds, float sceneRadiusScaled, ViewPositionMode viewmode, Coord3d viewpoint, Camera cam, CameraMode cameraMode, float factorViewPointDistance, Coord3d center, Coord3d scaling)
void
View. 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 ViewPositionMode
ViewPositionMode. 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.
-