Uses of Class
org.jzy3d.chart.controllers.thread.camera.AbstractCameraThreadController
-
Packages that use AbstractCameraThreadController Package Description org.jzy3d.chart.controllers.mouse.picking org.jzy3d.chart.controllers.thread.camera org.jzy3d.plot3d.rendering.view.controllers -
-
Uses of AbstractCameraThreadController in org.jzy3d.chart.controllers.mouse.picking
Fields in org.jzy3d.chart.controllers.mouse.picking declared as AbstractCameraThreadController Modifier and Type Field Description protected 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.camera Modifier and Type Class Description class
CameraThreadController
TheCameraThreadController
provides aThread
for controlling theCamera
and make it turn around the view point along its the azimuth dimension.class
CameraThreadControllerWithTime
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.plot3d.rendering.view.controllers
Fields in org.jzy3d.plot3d.rendering.view.controllers declared as AbstractCameraThreadController Modifier and Type Field Description protected AbstractCameraThreadController
NewtViewCameraController. threadController
Methods in org.jzy3d.plot3d.rendering.view.controllers with parameters of type AbstractCameraThreadController Modifier and Type Method Description void
NewtViewCameraController. addSlaveThreadController(AbstractCameraThreadController controller)
-