Uses of Class
org.jzy3d.chart.controllers.thread.camera.AbstractCameraThreadController
Packages that use AbstractCameraThreadController
Package
Description
-
Uses of AbstractCameraThreadController in org.jzy3d.chart.controllers.mouse.picking
Fields in org.jzy3d.chart.controllers.mouse.picking declared as AbstractCameraThreadControllerModifier and TypeFieldDescriptionprotected AbstractCameraThreadController
AWTMousePickingController.threadController
protected AbstractCameraThreadController
NewtMousePickingController.threadController
-
Uses of AbstractCameraThreadController in org.jzy3d.chart.controllers.thread.camera
Subclasses of AbstractCameraThreadController in org.jzy3d.chart.controllers.thread.cameraModifier and TypeClassDescriptionclass
TheCameraThreadController
provides aThread
for controlling theCamera
and make it turn around the view point along its the azimuth dimension.class
TheCameraThreadControllerWithTime
handle rotation of aCamera
according to a speed given in second, which is the time required to make a complete 360° rotation. -
Uses of AbstractCameraThreadController in org.jzy3d.javafx.controllers.mouse
Subclasses of AbstractCameraThreadController in org.jzy3d.javafx.controllers.mouseModifier and TypeClassDescriptionclass
Trying to get rid of an exception https://stackoverflow.com/questions/860187/access-restriction-on-class-due-to-restriction-on-required-library-rt-jarFields in org.jzy3d.javafx.controllers.mouse declared as AbstractCameraThreadControllerModifier and TypeFieldDescriptionprotected AbstractCameraThreadController
JavaFXMousePickingController.threadController
-
Uses of AbstractCameraThreadController in org.jzy3d.plot3d.rendering.view.controllers
Fields in org.jzy3d.plot3d.rendering.view.controllers declared as AbstractCameraThreadControllerModifier and TypeFieldDescriptionprotected AbstractCameraThreadController
NewtViewCameraController.threadController
Methods in org.jzy3d.plot3d.rendering.view.controllers with parameters of type AbstractCameraThreadControllerModifier and TypeMethodDescriptionvoid
NewtViewCameraController.addSlaveThreadController
(AbstractCameraThreadController controller)