Uses of Class
com.openinventor.inventor.viewercomponents.swt.glcanvas.renderareas.RenderAreaInteractive.ClippingPlanesAdjustMode
-
-
Uses of RenderAreaInteractive.ClippingPlanesAdjustMode in com.openinventor.inventor.viewercomponents.swt.glcanvas.renderareas
Methods in com.openinventor.inventor.viewercomponents.swt.glcanvas.renderareas that return RenderAreaInteractive.ClippingPlanesAdjustMode Modifier and Type Method Description RenderAreaInteractive.ClippingPlanesAdjustMode
RenderAreaInteractive. getClippingPlanesAdjustMode()
Get the camera clipping planes adjustment mode.static RenderAreaInteractive.ClippingPlanesAdjustMode
RenderAreaInteractive.ClippingPlanesAdjustMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static RenderAreaInteractive.ClippingPlanesAdjustMode[]
RenderAreaInteractive.ClippingPlanesAdjustMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openinventor.inventor.viewercomponents.swt.glcanvas.renderareas with parameters of type RenderAreaInteractive.ClippingPlanesAdjustMode Modifier and Type Method Description void
RenderAreaInteractive. setClippingPlanesAdjustMode(RenderAreaInteractive.ClippingPlanesAdjustMode mode)
Set the camera clipping planes adjustment mode. -
Uses of RenderAreaInteractive.ClippingPlanesAdjustMode in com.openinventor.inventor.viewercomponents.swt.glcanvas.viewers
Methods in com.openinventor.inventor.viewercomponents.swt.glcanvas.viewers that return RenderAreaInteractive.ClippingPlanesAdjustMode Modifier and Type Method Description RenderAreaInteractive.ClippingPlanesAdjustMode
ViewerExaminer. getClippingPlanesAdjustMode()
Methods in com.openinventor.inventor.viewercomponents.swt.glcanvas.viewers with parameters of type RenderAreaInteractive.ClippingPlanesAdjustMode Modifier and Type Method Description void
ViewerExaminer. setClippingPlanesAdjustMode(RenderAreaInteractive.ClippingPlanesAdjustMode mode)
-
Uses of RenderAreaInteractive.ClippingPlanesAdjustMode in com.openinventor.inventor.viewercomponents.swt.tools
Methods in com.openinventor.inventor.viewercomponents.swt.tools with parameters of type RenderAreaInteractive.ClippingPlanesAdjustMode Modifier and Type Method Description void
PreferencesDialog.GeneralPreferencesListener. clippingModeChanged(RenderAreaInteractive.ClippingPlanesAdjustMode newMode)
void
PreferencesDialog. setClippingPlanesAdjustMode(RenderAreaInteractive.ClippingPlanesAdjustMode mode)
-