Uses of Enum
org.jzy3d.plot3d.rendering.view.modes.ProjectionMode
Packages that use ProjectionMode
-
Uses of ProjectionMode in org.jzy3d.plot3d.rendering.view
Fields in org.jzy3d.plot3d.rendering.view declared as ProjectionModeModifier 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)
Methods in org.jzy3d.plot3d.rendering.view that return ProjectionModeModifier 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
Methods in org.jzy3d.plot3d.rendering.view.modes that return ProjectionModeModifier 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.