Package | Description |
---|---|
org.jzy3d.chart2d | |
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 | Method and Description |
---|---|
void |
Chart2dGroup.setBoundMode(ViewBoundMode mode) |
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 |
---|---|
Coord3d |
View.computeSceneScaling(Scene scene,
boolean squared,
ViewBoundMode boundmode,
BoundingBox3d viewbounds,
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 viewbounds,
SpaceTransformer spaceTransformer)
Return a 3d scaling factor that allows scaling the scene into a square
box, according to the current ViewBoundMode.
|
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 © 2018. All rights reserved.