| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Field and Description |
|---|---|
protected ViewBoundMode |
View.boundmode |
| Modifier and Type | Method and Description |
|---|---|
ViewBoundMode |
View.getBoundsMode() |
| Modifier and Type | Method and Description |
|---|---|
void |
View.setBoundMode(ViewBoundMode mode)
Select between an automatic bounding (that allows fitting the entire
scene graph), or a custom bounding.
|
| Modifier and Type | Method and 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.
|
Copyright © 2016. All rights reserved.