Uses of Enum
org.jzy3d.plot3d.rendering.view.modes.ViewBoundMode
Packages that use ViewBoundMode
Package
Description
-
Uses of ViewBoundMode in org.jzy3d.chart2d
Methods in org.jzy3d.chart2d with parameters of type ViewBoundMode -
Uses of ViewBoundMode in org.jzy3d.plot3d.rendering.view
Fields in org.jzy3d.plot3d.rendering.view declared as ViewBoundModeMethods in org.jzy3d.plot3d.rendering.view that return ViewBoundModeMethods in org.jzy3d.plot3d.rendering.view with parameters of type ViewBoundModeModifier 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
Methods in org.jzy3d.plot3d.rendering.view.modes that return ViewBoundModeModifier 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.