Uses of Class
org.jzy3d.plot3d.rendering.view.modes.ViewBoundMode
-
Packages that use ViewBoundMode Package Description org.jzy3d.chart2d org.jzy3d.plot3d.rendering.view org.jzy3d.plot3d.rendering.view.modes -
-
Uses of ViewBoundMode in org.jzy3d.chart2d
Methods in org.jzy3d.chart2d with parameters of type ViewBoundMode Modifier and Type Method Description void
Chart2dGroup. setBoundMode(ViewBoundMode mode)
-
Uses of ViewBoundMode in org.jzy3d.plot3d.rendering.view
Fields in org.jzy3d.plot3d.rendering.view declared as ViewBoundMode Modifier and Type Field Description protected ViewBoundMode
View. boundsMode
Methods in org.jzy3d.plot3d.rendering.view that return ViewBoundMode Modifier and Type Method Description ViewBoundMode
View. getBoundsMode()
Methods in org.jzy3d.plot3d.rendering.view with parameters of type ViewBoundMode Modifier and Type Method Description Coord3d
View. 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 ViewBoundMode Modifier and Type Method Description static ViewBoundMode
ViewBoundMode. valueOf(String name)
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.
-