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 Camera
ChartFactory. newCamera(Coord3d center)
Camera
IChartFactory. 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 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
Fields in org.jzy3d.painters declared as Camera Modifier and Type Field Description protected Camera
AbstractPainter. camera
protected Camera
NativeEmbeddedPainter. camera
Methods in org.jzy3d.painters that return Camera Modifier and Type Method Description Camera
AbstractPainter. getCamera()
Camera
IPainter. getCamera()
Camera
NativeEmbeddedPainter. getCamera()
Methods in org.jzy3d.painters with parameters of type Camera Modifier and Type Method Description void
AbstractPainter. setCamera(Camera camera)
void
IPainter. setCamera(Camera camera)
void
NativeEmbeddedPainter. 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 double
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
Methods in org.jzy3d.plot3d.primitives.axis with parameters of type Camera Modifier and Type Method Description Horizontal
AxisTickProcessor. 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
Methods in org.jzy3d.plot3d.primitives.selectable with parameters of type Camera Modifier and Type Method Description void
Selectable. project(IPainter painter, Camera cam)
void
SelectableScatter. project(IPainter painter, Camera cam)
void
SelectableSphere. 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 void
TexturedCube. project(IPainter painter, Camera cam)
void
TexturedCylinder. 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 Camera
AbstractOrderingStrategy. camera
protected Camera
PointOrderingStrategy. camera
Methods in org.jzy3d.plot3d.rendering.ordering that return Camera Modifier and Type Method Description Camera
AbstractOrderingStrategy. getCamera()
Methods in org.jzy3d.plot3d.rendering.ordering with parameters of type Camera Modifier and Type Method Description void
AbstractOrderingStrategy. setAll(Camera camera, Transform transform)
void
AbstractOrderingStrategy. setCamera(Camera camera)
void
AbstractOrderingStrategy. sort(List<Drawable> monotypes, Camera cam)
void
PointOrderingStrategy. 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 void
Graph. project(IPainter painter, Camera camera)
Update all interactiveDrawable
projections -
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 Camera
View. cam
Methods in org.jzy3d.plot3d.rendering.view that return Camera Modifier and Type Method Description Camera
View. getCamera()
Methods in org.jzy3d.plot3d.rendering.view with parameters of type Camera Modifier and Type Method Description protected 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 (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, float sceneRadiusScaled, ViewPositionMode viewmode, Coord3d viewpoint, Camera cam, CameraMode cameraMode, float factorViewPointDistance, Coord3d center, Coord3d scaling)
void
View. 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 void
CameraDistanceAnnotation. doDrawCamera(IPainter painter, Camera cam)
-