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 ICameraMouseController
Chart. mouse
Methods in org.jzy3d.chart that return ICameraMouseController Modifier and Type Method Description ICameraMouseController
Chart. addMouse()
ICameraMouseController
Chart. addMouseCameraController()
Deprecated.static ICameraMouseController
ChartLauncher. configureControllers(Chart chart, String title, boolean allowSlaveThreadOnDoubleClick, boolean startThreadImmediatly)
ICameraMouseController
Chart. getMouse()
static ICameraMouseController
ChartLauncher. openChart(Chart chart)
static ICameraMouseController
ChartLauncher. openChart(Chart chart, String title)
static ICameraMouseController
ChartLauncher. openChart(Chart chart, Rectangle rectangle)
static ICameraMouseController
ChartLauncher. openChart(Chart chart, Rectangle bounds, String title)
static ICameraMouseController
ChartLauncher. openChart(Chart chart, Rectangle bounds, String title, boolean allowSlaveThreadOnDoubleClick)
static ICameraMouseController
ChartLauncher. 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 class
AbstractCameraController
-
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 class
AWTCameraKeyController
class
NewtCameraKeyController
-
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 class
AdaptiveMouseController
class
AWTCameraMouseController
class
NewtCameraMouseController
-
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 class
AWTMousePickingController
class
AWTMousePickingPan2dController
class
NewtMousePickingController
class
NewtMousePickingPan2dController
-
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 class
AbstractCameraThreadController
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 ICameraMouseController in org.jzy3d.chart.factories
Methods in org.jzy3d.chart.factories that return ICameraMouseController Modifier and Type Method Description ICameraMouseController
AWTPainterFactory. newMouseCameraController(Chart chart)
ICameraMouseController
IPainterFactory. newMouseCameraController(Chart chart)
ICameraMouseController
NewtPainterFactory. newMouseCameraController(Chart chart)
ICameraMouseController
SWTPainterFactory. 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 ICameraMouseController
SWTBridgePainterFactory. 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 ICameraMouseController
FallbackPainterFactory. 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 ICameraMouseController
GraphWindowFactory. newMouseCameraController(Chart chart)
-