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.ClippingPlanesAdjustMode
IRenderAreaInteractive. getClippingPlanesAdjustMode()
Get the camera clipping planes adjustment mode.static IRenderAreaInteractive.ClippingPlanesAdjustMode
IRenderAreaInteractive.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 void
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.ClippingPlanesAdjustMode Modifier and Type Method Description IRenderAreaInteractive.ClippingPlanesAdjustMode
RenderAreaInteractive. 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 void
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.ClippingPlanesAdjustMode Modifier and Type Method Description IRenderAreaInteractive.ClippingPlanesAdjustMode
RenderAreaInteractive. 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 void
RenderAreaInteractive. setClippingPlanesAdjustMode(IRenderAreaInteractive.ClippingPlanesAdjustMode mode)
Set the camera clipping planes adjustment mode.
-