Package | Description |
---|---|
org.jzy3d.chart | |
org.jzy3d.events | |
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 |
---|---|
ViewPositionMode |
Chart.getViewMode() |
Modifier and Type | Method and Description |
---|---|
void |
Chart.setViewMode(ViewPositionMode mode) |
Modifier and Type | Method and Description |
---|---|
ViewPositionMode |
ViewModeChangedEvent.getMode() |
Constructor and Description |
---|
ViewModeChangedEvent(Object source,
ViewPositionMode mode) |
Modifier and Type | Field and Description |
---|---|
protected ViewPositionMode |
View.viewmode |
Modifier and Type | Method and Description |
---|---|
ViewPositionMode |
View.getViewMode()
Return the
ViewPositionMode applied to this view. |
Modifier and Type | Method and Description |
---|---|
protected Coord3d |
View.computeCameraEye(Coord3d target,
ViewPositionMode viewmode,
Coord3d viewpoint) |
void |
View.setViewPositionMode(ViewPositionMode mode)
Set the
ViewPositionMode applied to this view. |
void |
View.updateCamera(com.jogamp.opengl.GL gl,
com.jogamp.opengl.glu.GLU glu,
ViewportConfiguration viewport,
BoundingBox3d bounds,
float sceneRadiusScaled,
ViewPositionMode viewmode,
Coord3d viewpoint,
Camera cam,
CameraMode cameraMode,
float factorViewPointDistance,
Coord3d center,
Coord3d scaling) |
Modifier and Type | Method and Description |
---|---|
static ViewPositionMode |
ViewPositionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViewPositionMode[] |
ViewPositionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018. All rights reserved.