|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ViewBoundMode | |
---|---|
org.jzy3d.plot3d.rendering.view | Provides interfaces, abstract classes and concrete classes to perform rendering of 3d objects into a canvas. |
org.jzy3d.plot3d.rendering.view.modes |
Uses of ViewBoundMode in org.jzy3d.plot3d.rendering.view |
---|
Methods in org.jzy3d.plot3d.rendering.view with parameters of type ViewBoundMode | |
---|---|
void |
View.setBoundMode(ViewBoundMode mode)
Select between an automatic bounding (that allows fitting the entire scene graph), or a custom bounding. |
Uses of ViewBoundMode in org.jzy3d.plot3d.rendering.view.modes |
---|
Methods in org.jzy3d.plot3d.rendering.view.modes that return ViewBoundMode | |
---|---|
static ViewBoundMode |
ViewBoundMode.valueOf(java.lang.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |