Uses of Class
org.jzy3d.plot3d.rendering.view.Camera
Packages that use Camera
Package
Description
-
Uses of Camera in org.jzy3d.chart.factories
Methods in org.jzy3d.chart.factories that return Camera -
Uses of Camera in org.jzy3d.chart2d
Methods in org.jzy3d.chart2d with parameters of type CameraModifier and TypeMethodDescriptionprotected intAxisBox2d.findClosestXaxe(Camera cam) Force given X axis to be used for tick placementprotected intAxisBox2d.findClosestYaxe(Camera cam) Force given Y axis to be used for tick placement -
Uses of Camera in org.jzy3d.painters
Fields in org.jzy3d.painters declared as CameraModifier and TypeFieldDescriptionprotected CameraAbstractPainter.cameraprotected CameraNativeEmbeddedPainter.cameraMethods in org.jzy3d.painters that return CameraModifier and TypeMethodDescriptionAbstractPainter.getCamera()IPainter.getCamera()NativeEmbeddedPainter.getCamera()Methods in org.jzy3d.painters with parameters of type Camera -
Uses of Camera in org.jzy3d.plot3d.primitives
Methods in org.jzy3d.plot3d.primitives with parameters of type CameraModifier and TypeMethodDescriptiondoubleDrawable.getDistance(Camera camera) Return the distance of the object center to theCamera's eye.doubleGeometry.getDistance(Camera camera) doubleISortableDraw.getDistance(Camera camera) doubleLineStrip.getDistance(Camera camera) doubleMultiDrawable.getDistance(Camera camera) Return the distance of the object center to theCamera's eye.doublePoint.getDistance(Camera camera) doubleDrawable.getLongestDistance(Camera camera) doubleGeometry.getLongestDistance(Camera camera) doubleISortableDraw.getLongestDistance(Camera camera) doubleLineStrip.getLongestDistance(Camera camera) doubleMultiDrawable.getLongestDistance(Camera camera) doublePoint.getLongestDistance(Camera camera) doubleDrawable.getShortestDistance(Camera camera) doubleGeometry.getShortestDistance(Camera camera) doubleISortableDraw.getShortestDistance(Camera camera) doubleLineStrip.getShortestDistance(Camera camera) doubleMultiDrawable.getShortestDistance(Camera camera) doublePoint.getShortestDistance(Camera camera) -
Uses of Camera in org.jzy3d.plot3d.primitives.axis
Methods in org.jzy3d.plot3d.primitives.axis with parameters of type CameraModifier and TypeMethodDescriptionAxisTickProcessor.align(Horizontal alignDefault, int dimension, Camera cam, Coord3d tickPosition) Compute horizontal alignement of a tick label based on tick position relative to camera, if the input default is nullprotected intAxisBox.findClosestXaxe(Camera cam) Selects the closest displayable X axe from cameraprotected intAxisBox.findClosestYaxe(Camera cam) Selects the closest displayable Y axe from cameraprotected intAxisBox.findClosestZaxe(Camera cam) Selects the closest displayable Z axe from camera -
Uses of Camera in org.jzy3d.plot3d.primitives.selectable
Methods in org.jzy3d.plot3d.primitives.selectable with parameters of type Camera -
Uses of Camera in org.jzy3d.plot3d.primitives.textured
Methods in org.jzy3d.plot3d.primitives.textured with parameters of type Camera -
Uses of Camera in org.jzy3d.plot3d.rendering.ordering
Fields in org.jzy3d.plot3d.rendering.ordering declared as CameraModifier and TypeFieldDescriptionprotected CameraAbstractOrderingStrategy.cameraprotected CameraPointOrderingStrategy.cameraMethods in org.jzy3d.plot3d.rendering.ordering that return CameraMethods in org.jzy3d.plot3d.rendering.ordering with parameters of type CameraModifier and TypeMethodDescriptionvoidvoidvoidvoid -
Uses of Camera in org.jzy3d.plot3d.rendering.scene
Methods in org.jzy3d.plot3d.rendering.scene with parameters of type Camera -
Uses of Camera in org.jzy3d.plot3d.rendering.view
Fields in org.jzy3d.plot3d.rendering.view declared as CameraMethods in org.jzy3d.plot3d.rendering.view that return CameraMethods in org.jzy3d.plot3d.rendering.view with parameters of type CameraModifier and TypeMethodDescriptionprotected voidView.computeCamera2D_RenderingSquare(Camera cam, ViewportConfiguration viewport, BoundingBox3d bounds) Camera clipping planes configuration for a rendering plane (2D)protected voidView.computeCamera3D_RenderingSphere(Camera cam, ViewportConfiguration viewport, BoundingBox3d bounds) Camera clipping planes configuration for a rendering sphere (3D) Assume that axis labels are positioned accordingly (invalid @link
AxisLabelProcessor#axisLabelPosition_3D()protected voidView.computeCameraRenderingVolume(Camera cam, ViewportConfiguration viewport, BoundingBox3d bounds) Configure the camera so that it will capture a given volume in the scene.voidView.renderAnnotations(Camera camera) protected voidView.renderAxeBox(IAxis axe, Scene scene, Camera camera, Coord3d scaling, boolean axeBoxDisplayed) voidView.renderSceneGraph(boolean light, Camera camera, Scene scene, Coord3d scaling) voidView.updateCamera(ViewportConfiguration viewport, BoundingBox3d bounds, ViewPositionMode viewmode, Coord3d viewpoint, Camera cam, CameraMode cameraMode, float factorViewPointDistance, Coord3d center, Coord3d scaling) voidView.updateCameraWithoutShooting(ViewportConfiguration viewport, BoundingBox3d bounds, ViewPositionMode viewmode, Coord3d viewpoint, Camera cam, float factorViewPointDistance, Coord3d center, Coord3d scaling) Update the camera configuration without triggering theshoot(IPainter, CameraMode)method. -
Uses of Camera in org.jzy3d.plot3d.rendering.view.annotation
Methods in org.jzy3d.plot3d.rendering.view.annotation with parameters of type CameraModifier and TypeMethodDescriptionvoidCameraDistanceAnnotation.doDrawCamera(IPainter painter, Camera cam)