Uses of Enum
org.jzy3d.plot3d.rendering.view.ViewportMode
-
Uses of ViewportMode in org.jzy3d.chart
-
Uses of ViewportMode in org.jzy3d.plot3d.rendering.view
Modifier and TypeFieldDescriptionprotected ViewportMode
AbstractViewportManager.mode
protected ViewportMode
ViewportConfiguration.mode
Modifier and TypeMethodDescriptionViewportConfiguration.getMode()
AbstractViewportManager.getViewportMode()
IImageViewport.getViewportMode()
static ViewportMode
Returns the enum constant of this type with the specified name.static ViewportMode[]
ViewportMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
ViewportConfiguration.setMode
(ViewportMode mode) void
AbstractViewportManager.setViewportMode
(ViewportMode mode) void
IImageViewport.setViewportMode
(ViewportMode mode)