Uses of Enum
org.jzy3d.plot3d.rendering.view.modes.ViewBoundMode
Package
Description
-
Uses of ViewBoundMode in org.jzy3d.chart2d
-
Uses of ViewBoundMode in org.jzy3d.plot3d.rendering.view
Modifier and TypeMethodDescriptionView.computeSceneScaling
(Scene scene, boolean squared, ViewBoundMode boundmode, BoundingBox3d manualViewBounds, SpaceTransformer spaceTransformer) void
View.setBoundMode
(ViewBoundMode mode) Select between an automatic bounding (that allows fitting the entire scene graph), or a custom bounding.protected Coord3d
View.squarify
(Scene scene, ViewBoundMode boundmode, BoundingBox3d manualViewBounds, SpaceTransformer spaceTransformer) Return a 3d scaling factor that allows scaling the scene into a square box, according to the current ViewBoundMode. -
Uses of ViewBoundMode in org.jzy3d.plot3d.rendering.view.modes
Modifier and TypeMethodDescriptionstatic ViewBoundMode
Returns the enum constant of this type with the specified name.static ViewBoundMode[]
ViewBoundMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.