Uses of Class
org.jzy3d.plot3d.rendering.view.ViewportMode
-
Packages that use ViewportMode Package Description org.jzy3d.plot3d.rendering.view -
-
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 ViewportModeAbstractViewportManager. modeprotected ViewportModeViewportConfiguration. modeMethods in org.jzy3d.plot3d.rendering.view that return ViewportMode Modifier and Type Method Description ViewportModeAbstractViewportManager. getMode()ViewportModeIImageViewport. getMode()ViewportModeViewportConfiguration. getMode()static ViewportModeViewportMode. 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 voidViewportConfiguration. setMode(ViewportMode mode)voidAbstractViewportManager. setViewportMode(ViewportMode mode)voidIImageViewport. setViewportMode(ViewportMode mode)
-