Uses of Class
org.jzy3d.plot3d.rendering.view.ViewportMode
-
Packages that use ViewportMode Package Description org.jzy3d.chart org.jzy3d.plot3d.rendering.view -
-
Uses of ViewportMode in org.jzy3d.chart
Fields in org.jzy3d.chart declared as ViewportMode Modifier and Type Field Description protected ViewportMode
Chart. viewportMode
-
Uses of ViewportMode in org.jzy3d.plot3d.rendering.view
Fields in org.jzy3d.plot3d.rendering.view declared as ViewportMode Modifier and Type Field Description protected ViewportMode
AbstractViewportManager. mode
protected ViewportMode
ViewportConfiguration. mode
Methods in org.jzy3d.plot3d.rendering.view that return ViewportMode Modifier and Type Method Description ViewportMode
ViewportConfiguration. getMode()
ViewportMode
AbstractViewportManager. getViewportMode()
ViewportMode
IImageViewport. getViewportMode()
static ViewportMode
ViewportMode. valueOf(String name)
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.Methods in org.jzy3d.plot3d.rendering.view with parameters of type ViewportMode Modifier and Type Method Description void
ViewportConfiguration. setMode(ViewportMode mode)
void
AbstractViewportManager. setViewportMode(ViewportMode mode)
void
IImageViewport. setViewportMode(ViewportMode mode)
-