Uses of Class
org.jzy3d.plot3d.rendering.view.modes.ProjectionMode
-
Packages that use ProjectionMode Package Description org.jzy3d.plot3d.rendering.view org.jzy3d.plot3d.rendering.view.modes -
-
Uses of ProjectionMode in org.jzy3d.plot3d.rendering.view
Fields in org.jzy3d.plot3d.rendering.view declared as ProjectionMode Modifier and Type Field Description protected ProjectionMode
Camera. projectionMode
Indicates if we are processing visible volume for 3D or 2D charts. 3D chart will lead to processing aCamera.setRenderingSphereRadius(float)
, while 2D chart will lead to processing a#setRenderingSquare(float, float, float, float, float, float)
Methods in org.jzy3d.plot3d.rendering.view that return ProjectionMode Modifier and Type Method Description ProjectionMode
Camera. getProjectionMode()
Return the projection mode (for 3D or 2D charts), which was defined while callingCamera.setRenderingSphereRadius(float)
for 3D charts, or#setRenderingSquare(BoundingBox2d, float, float)
for 2D charts. -
Uses of ProjectionMode in org.jzy3d.plot3d.rendering.view.modes
Methods in org.jzy3d.plot3d.rendering.view.modes that return ProjectionMode Modifier and Type Method Description static ProjectionMode
ProjectionMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProjectionMode[]
ProjectionMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-