Uses of Enum Class
com.openinventor.inventor.viewercomponents.awt.IRenderAreaInteractive.ClippingPlanesAdjustMode
Packages that use IRenderAreaInteractive.ClippingPlanesAdjustMode
Package
Description
-
Uses of IRenderAreaInteractive.ClippingPlanesAdjustMode in com.openinventor.inventor.viewercomponents.awt
Methods in com.openinventor.inventor.viewercomponents.awt that return IRenderAreaInteractive.ClippingPlanesAdjustModeModifier and TypeMethodDescriptionIRenderAreaInteractive.getClippingPlanesAdjustMode()
Get the camera clipping planes adjustment mode.Returns the enum constant of this class with the specified name.IRenderAreaInteractive.ClippingPlanesAdjustMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.inventor.viewercomponents.awt with parameters of type IRenderAreaInteractive.ClippingPlanesAdjustModeModifier and TypeMethodDescriptionvoid
IRenderAreaInteractive.setClippingPlanesAdjustMode
(IRenderAreaInteractive.ClippingPlanesAdjustMode mode) Set the camera clipping planes adjustment mode. -
Uses of IRenderAreaInteractive.ClippingPlanesAdjustMode in com.openinventor.inventor.viewercomponents.awt.glcanvas.renderareas
Methods in com.openinventor.inventor.viewercomponents.awt.glcanvas.renderareas that return IRenderAreaInteractive.ClippingPlanesAdjustModeModifier and TypeMethodDescriptionRenderAreaInteractive.getClippingPlanesAdjustMode()
Get the camera clipping planes adjustment mode.Methods in com.openinventor.inventor.viewercomponents.awt.glcanvas.renderareas with parameters of type IRenderAreaInteractive.ClippingPlanesAdjustModeModifier and TypeMethodDescriptionvoid
RenderAreaInteractive.setClippingPlanesAdjustMode
(IRenderAreaInteractive.ClippingPlanesAdjustMode mode) Set the camera clipping planes adjustment mode. -
Uses of IRenderAreaInteractive.ClippingPlanesAdjustMode in com.openinventor.inventor.viewercomponents.awt.newt.renderareas
Methods in com.openinventor.inventor.viewercomponents.awt.newt.renderareas that return IRenderAreaInteractive.ClippingPlanesAdjustModeModifier and TypeMethodDescriptionRenderAreaInteractive.getClippingPlanesAdjustMode()
Get the camera clipping planes adjustment mode.Methods in com.openinventor.inventor.viewercomponents.awt.newt.renderareas with parameters of type IRenderAreaInteractive.ClippingPlanesAdjustModeModifier and TypeMethodDescriptionvoid
RenderAreaInteractive.setClippingPlanesAdjustMode
(IRenderAreaInteractive.ClippingPlanesAdjustMode mode) Set the camera clipping planes adjustment mode.