Uses of Class
com.openinventor.inventor.viewercomponents.awt.IRenderAreaInteractive.ClippingPlanesAdjustMode
-
-
Uses of IRenderAreaInteractive.ClippingPlanesAdjustMode in com.openinventor.inventor.viewercomponents.awt
Methods in com.openinventor.inventor.viewercomponents.awt that return IRenderAreaInteractive.ClippingPlanesAdjustMode Modifier and Type Method Description IRenderAreaInteractive.ClippingPlanesAdjustModeIRenderAreaInteractive. getClippingPlanesAdjustMode()Get the camera clipping planes adjustment mode.static IRenderAreaInteractive.ClippingPlanesAdjustModeIRenderAreaInteractive.ClippingPlanesAdjustMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IRenderAreaInteractive.ClippingPlanesAdjustMode[]IRenderAreaInteractive.ClippingPlanesAdjustMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openinventor.inventor.viewercomponents.awt with parameters of type IRenderAreaInteractive.ClippingPlanesAdjustMode Modifier and Type Method Description voidIRenderAreaInteractive. 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.ClippingPlanesAdjustMode Modifier and Type Method Description IRenderAreaInteractive.ClippingPlanesAdjustModeRenderAreaInteractive. getClippingPlanesAdjustMode()Get the camera clipping planes adjustment mode.Methods in com.openinventor.inventor.viewercomponents.awt.glcanvas.renderareas with parameters of type IRenderAreaInteractive.ClippingPlanesAdjustMode Modifier and Type Method Description voidRenderAreaInteractive. 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.ClippingPlanesAdjustMode Modifier and Type Method Description IRenderAreaInteractive.ClippingPlanesAdjustModeRenderAreaInteractive. getClippingPlanesAdjustMode()Get the camera clipping planes adjustment mode.Methods in com.openinventor.inventor.viewercomponents.awt.newt.renderareas with parameters of type IRenderAreaInteractive.ClippingPlanesAdjustMode Modifier and Type Method Description voidRenderAreaInteractive. setClippingPlanesAdjustMode(IRenderAreaInteractive.ClippingPlanesAdjustMode mode)Set the camera clipping planes adjustment mode.
-