Uses of Interface
org.jzy3d.chart.controllers.mouse.camera.ICameraMouseController
-
-
Uses of ICameraMouseController in org.jzy3d.chart
Fields in org.jzy3d.chart declared as ICameraMouseController Modifier and Type Field Description protected ICameraMouseControllerChart. mouseMethods in org.jzy3d.chart that return ICameraMouseController Modifier and Type Method Description ICameraMouseControllerChart. addMouse()ICameraMouseControllerChart. addMouseCameraController()Deprecated.static ICameraMouseControllerChartLauncher. configureControllers(Chart chart, String title, boolean allowSlaveThreadOnDoubleClick, boolean startThreadImmediatly)ICameraMouseControllerChart. getMouse()static ICameraMouseControllerChartLauncher. openChart(Chart chart)static ICameraMouseControllerChartLauncher. openChart(Chart chart, String title)static ICameraMouseControllerChartLauncher. openChart(Chart chart, Rectangle rectangle)static ICameraMouseControllerChartLauncher. openChart(Chart chart, Rectangle bounds, String title)static ICameraMouseControllerChartLauncher. openChart(Chart chart, Rectangle bounds, String title, boolean allowSlaveThreadOnDoubleClick)static ICameraMouseControllerChartLauncher. openChart(Chart chart, Rectangle bounds, String title, boolean allowSlaveThreadOnDoubleClick, boolean startThreadImmediatly) -
Uses of ICameraMouseController in org.jzy3d.chart.controllers.camera
Classes in org.jzy3d.chart.controllers.camera that implement ICameraMouseController Modifier and Type Class Description classAbstractCameraController -
Uses of ICameraMouseController in org.jzy3d.chart.controllers.keyboard.camera
Classes in org.jzy3d.chart.controllers.keyboard.camera that implement ICameraMouseController Modifier and Type Class Description classAWTCameraKeyControllerclassNewtCameraKeyController -
Uses of ICameraMouseController in org.jzy3d.chart.controllers.mouse.camera
Classes in org.jzy3d.chart.controllers.mouse.camera that implement ICameraMouseController Modifier and Type Class Description classAdaptiveMouseControllerclassAWTCameraMouseControllerclassNewtCameraMouseController -
Uses of ICameraMouseController in org.jzy3d.chart.controllers.mouse.picking
Classes in org.jzy3d.chart.controllers.mouse.picking that implement ICameraMouseController Modifier and Type Class Description classAWTMousePickingControllerclassAWTMousePickingPan2dControllerclassNewtMousePickingControllerclassNewtMousePickingPan2dController -
Uses of ICameraMouseController in org.jzy3d.chart.controllers.thread.camera
Classes in org.jzy3d.chart.controllers.thread.camera that implement ICameraMouseController Modifier and Type Class Description classAbstractCameraThreadControllerclassCameraThreadControllerTheCameraThreadControllerprovides aThreadfor controlling theCameraand make it turn around the view point along its the azimuth dimension.classCameraThreadControllerWithTimeTheCameraThreadControllerWithTimehandle rotation of aCameraaccording to a speed given in second, which is the time required to make a complete 360° rotation. -
Uses of ICameraMouseController in org.jzy3d.chart.factories
Methods in org.jzy3d.chart.factories that return ICameraMouseController Modifier and Type Method Description ICameraMouseControllerAWTPainterFactory. newMouseCameraController(Chart chart)ICameraMouseControllerIPainterFactory. newMouseCameraController(Chart chart)ICameraMouseControllerNewtPainterFactory. newMouseCameraController(Chart chart)ICameraMouseControllerSWTPainterFactory. newMouseCameraController(Chart chart) -
Uses of ICameraMouseController in org.jzy3d.chart.factories.bridged
Methods in org.jzy3d.chart.factories.bridged that return ICameraMouseController Modifier and Type Method Description ICameraMouseControllerSWTBridgePainterFactory. newMouseCameraController(Chart chart) -
Uses of ICameraMouseController in org.jzy3d.chart.fallback
Methods in org.jzy3d.chart.fallback that return ICameraMouseController Modifier and Type Method Description ICameraMouseControllerFallbackPainterFactory. newMouseCameraController(Chart chart) -
Uses of ICameraMouseController in org.jzy3d.chart.graphs
Methods in org.jzy3d.chart.graphs that return ICameraMouseController Modifier and Type Method Description ICameraMouseControllerGraphWindowFactory. newMouseCameraController(Chart chart)
-