Uses of Class
org.jzy3d.plot3d.rendering.view.Camera
Package
Description
-
Uses of Camera in org.jzy3d.chart.factories
-
Uses of Camera in org.jzy3d.chart2d
Modifier and TypeMethodDescriptionprotected int
AxisBox2d.findClosestXaxe
(Camera cam) Force given X axis to be used for tick placementprotected int
AxisBox2d.findClosestYaxe
(Camera cam) Force given Y axis to be used for tick placement -
Uses of Camera in org.jzy3d.painters
Modifier and TypeFieldDescriptionprotected Camera
AbstractPainter.camera
protected Camera
NativeEmbeddedPainter.camera
-
Uses of Camera in org.jzy3d.plot3d.primitives
Modifier and TypeMethodDescriptiondouble
Drawable.getDistance
(Camera camera) Return the distance of the object center to theCamera
's eye.double
Geometry.getDistance
(Camera camera) double
ISortableDraw.getDistance
(Camera camera) double
LineStrip.getDistance
(Camera camera) double
MultiDrawable.getDistance
(Camera camera) Return the distance of the object center to theCamera
's eye.double
Point.getDistance
(Camera camera) double
Drawable.getLongestDistance
(Camera camera) double
Geometry.getLongestDistance
(Camera camera) double
ISortableDraw.getLongestDistance
(Camera camera) double
LineStrip.getLongestDistance
(Camera camera) double
MultiDrawable.getLongestDistance
(Camera camera) double
Point.getLongestDistance
(Camera camera) double
Drawable.getShortestDistance
(Camera camera) double
Geometry.getShortestDistance
(Camera camera) double
ISortableDraw.getShortestDistance
(Camera camera) double
LineStrip.getShortestDistance
(Camera camera) double
MultiDrawable.getShortestDistance
(Camera camera) double
Point.getShortestDistance
(Camera camera) -
Uses of Camera in org.jzy3d.plot3d.primitives.axis
Modifier 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 int
AxisBox.findClosestXaxe
(Camera cam) Selects the closest displayable X axe from cameraprotected int
AxisBox.findClosestYaxe
(Camera cam) Selects the closest displayable Y axe from cameraprotected int
AxisBox.findClosestZaxe
(Camera cam) Selects the closest displayable Z axe from camera -
Uses of Camera in org.jzy3d.plot3d.primitives.selectable
-
Uses of Camera in org.jzy3d.plot3d.primitives.textured
-
Uses of Camera in org.jzy3d.plot3d.rendering.ordering
Modifier and TypeFieldDescriptionprotected Camera
AbstractOrderingStrategy.camera
protected Camera
PointOrderingStrategy.camera
Modifier and TypeMethodDescriptionvoid
void
void
void
-
Uses of Camera in org.jzy3d.plot3d.rendering.scene
-
Uses of Camera in org.jzy3d.plot3d.rendering.view
Modifier and TypeMethodDescriptionprotected void
View.computeCamera2D_RenderingSquare
(Camera cam, ViewportConfiguration viewport, BoundingBox3d bounds) Camera clipping planes configuration for a rendering plane (2D)protected void
View.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 void
View.computeCameraRenderingVolume
(Camera cam, ViewportConfiguration viewport, BoundingBox3d bounds) Configure the camera so that it will capture a given volume in the scene.void
View.renderAnnotations
(Camera camera) protected void
View.renderAxeBox
(IAxis axe, Scene scene, Camera camera, Coord3d scaling, boolean axeBoxDisplayed) void
View.renderSceneGraph
(boolean light, Camera camera, Scene scene, Coord3d scaling) void
View.updateCamera
(ViewportConfiguration viewport, BoundingBox3d bounds, ViewPositionMode viewmode, Coord3d viewpoint, Camera cam, CameraMode cameraMode, float factorViewPointDistance, Coord3d center, Coord3d scaling) void
View.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
Modifier and TypeMethodDescriptionvoid
CameraDistanceAnnotation.doDrawCamera
(IPainter painter, Camera cam)