Uses of Class
org.jzy3d.plot3d.rendering.view.Camera
-
-
Uses of Camera in org.jzy3d.chart.factories
Methods in org.jzy3d.chart.factories that return Camera Modifier and Type Method Description CameraChartFactory. newCamera(Coord3d center)CameraIChartFactory. newCamera(Coord3d center) -
Uses of Camera in org.jzy3d.chart2d
Methods in org.jzy3d.chart2d with parameters of type Camera Modifier and Type Method Description protected 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 Camera Modifier and Type Field Description protected CameraAbstractPainter. cameraprotected CameraNativeEmbeddedPainter. cameraMethods in org.jzy3d.painters that return Camera Modifier and Type Method Description CameraAbstractPainter. getCamera()CameraIPainter. getCamera()CameraNativeEmbeddedPainter. getCamera()Methods in org.jzy3d.painters with parameters of type Camera Modifier and Type Method Description voidAbstractPainter. setCamera(Camera camera)voidIPainter. setCamera(Camera camera)voidNativeEmbeddedPainter. setCamera(Camera camera) -
Uses of Camera in org.jzy3d.plot3d.primitives
Methods in org.jzy3d.plot3d.primitives with parameters of type Camera Modifier and Type Method Description doubleDrawable. 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)doublePoint. getDistance(Camera camera)doubleDrawable. getLongestDistance(Camera camera)doubleGeometry. getLongestDistance(Camera camera)doubleISortableDraw. getLongestDistance(Camera camera)doubleLineStrip. getLongestDistance(Camera camera)doublePoint. getLongestDistance(Camera camera)doubleDrawable. getShortestDistance(Camera camera)doubleGeometry. getShortestDistance(Camera camera)doubleISortableDraw. getShortestDistance(Camera camera)doubleLineStrip. 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 Camera Modifier and Type Method Description HorizontalAxisTickProcessor. 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 Modifier and Type Method Description voidSelectable. project(IPainter painter, Camera cam)voidSelectableScatter. project(IPainter painter, Camera cam)voidSelectableSphere. project(IPainter painter, Camera cam) -
Uses of Camera in org.jzy3d.plot3d.primitives.textured
Methods in org.jzy3d.plot3d.primitives.textured with parameters of type Camera Modifier and Type Method Description voidTexturedCube. project(IPainter painter, Camera cam)voidTexturedCylinder. project(IPainter painter, Camera cam) -
Uses of Camera in org.jzy3d.plot3d.rendering.ordering
Fields in org.jzy3d.plot3d.rendering.ordering declared as Camera Modifier and Type Field Description protected CameraAbstractOrderingStrategy. cameraprotected CameraPointOrderingStrategy. cameraMethods in org.jzy3d.plot3d.rendering.ordering that return Camera Modifier and Type Method Description CameraAbstractOrderingStrategy. getCamera()Methods in org.jzy3d.plot3d.rendering.ordering with parameters of type Camera Modifier and Type Method Description voidAbstractOrderingStrategy. setAll(Camera camera, Transform transform)voidAbstractOrderingStrategy. setCamera(Camera camera)voidAbstractOrderingStrategy. sort(List<Drawable> monotypes, Camera cam)voidPointOrderingStrategy. sort(List<Coord3d> points, Camera cam) -
Uses of Camera in org.jzy3d.plot3d.rendering.scene
Methods in org.jzy3d.plot3d.rendering.scene with parameters of type Camera Modifier and Type Method Description voidGraph. project(IPainter painter, Camera camera)Update all interactiveDrawableprojections -
Uses of Camera in org.jzy3d.plot3d.rendering.view
Fields in org.jzy3d.plot3d.rendering.view declared as Camera Modifier and Type Field Description protected CameraView. camMethods in org.jzy3d.plot3d.rendering.view that return Camera Modifier and Type Method Description CameraView. getCamera()Methods in org.jzy3d.plot3d.rendering.view with parameters of type Camera Modifier and Type Method Description voidView. computeCameraRenderingSphereRadius(Camera cam, ViewportConfiguration viewport, BoundingBox3d bounds)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, float sceneRadiusScaled, ViewPositionMode viewmode, Coord3d viewpoint, Camera cam, CameraMode cameraMode, float factorViewPointDistance, Coord3d center, Coord3d scaling)voidView. updateCameraWithoutShooting(ViewportConfiguration viewport, BoundingBox3d bounds, float sceneRadiusScaled, 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 Camera Modifier and Type Method Description voidCameraDistanceAnnotation. doDrawCamera(IPainter painter, Camera cam)
-