Uses of Enum
org.jzy3d.plot3d.rendering.view.ViewportMode
Packages that use ViewportMode
-
Uses of ViewportMode in org.jzy3d.chart
Fields in org.jzy3d.chart declared as ViewportMode -
Uses of ViewportMode in org.jzy3d.plot3d.rendering.view
Fields in org.jzy3d.plot3d.rendering.view declared as ViewportModeModifier and TypeFieldDescriptionprotected ViewportModeAbstractViewportManager.modeprotected ViewportModeViewportConfiguration.modeMethods in org.jzy3d.plot3d.rendering.view that return ViewportModeModifier and TypeMethodDescriptionViewportConfiguration.getMode()AbstractViewportManager.getViewportMode()IImageViewport.getViewportMode()static ViewportModeReturns 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 ViewportModeModifier and TypeMethodDescriptionvoidViewportConfiguration.setMode(ViewportMode mode) voidAbstractViewportManager.setViewportMode(ViewportMode mode) voidIImageViewport.setViewportMode(ViewportMode mode)