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 |
---|---|
void |
View.setViewPositionMode(ViewPositionMode mode)
Set the
ViewPositionMode applied to this view. |
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 © 2016. All rights reserved.