Uses of Enum
org.jzy3d.plot3d.rendering.view.modes.ProjectionMode
-
Uses of ProjectionMode in org.jzy3d.plot3d.rendering.view
Modifier and TypeFieldDescriptionprotected 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 ainvalid @link
#setRenderingSquare(float, float, float, float, float, float)
Modifier and TypeMethodDescriptionCamera.getProjectionMode()
Return the projection mode (for 3D or 2D charts), which was defined while callingCamera.setRenderingSphereRadius(float)
for 3D charts, orCamera.setRenderingSquare(BoundingBox2d, float, float)
for 2D charts. -
Uses of ProjectionMode in org.jzy3d.plot3d.rendering.view.modes
Modifier and TypeMethodDescriptionstatic ProjectionMode
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.