Uses of Enum Class
com.openinventor.inventor.draggers.SoDragger.TrackerDirectModes
Packages that use SoDragger.TrackerDirectModes
-
Uses of SoDragger.TrackerDirectModes in com.openinventor.inventor.draggers
Methods in com.openinventor.inventor.draggers that return SoDragger.TrackerDirectModesModifier and TypeMethodDescriptionstatic SoDragger.TrackerDirectModesSoDragger.getInitialTrackerDirectMode()Get the initial tracker direct mode.SoDragger.getTrackerDirectMode()Get the current tracker direct mode for this dragger.static SoDragger.TrackerDirectModesSoDragger.TrackerDirectModes.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic SoDragger.TrackerDirectModesReturns the enum constant of this class with the specified name.static SoDragger.TrackerDirectModes[]SoDragger.TrackerDirectModes.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.inventor.draggers with parameters of type SoDragger.TrackerDirectModesModifier and TypeMethodDescriptionstatic voidSoDragger.setInitialTrackerDirectMode(SoDragger.TrackerDirectModes mode) Set the initial tracker direct mode for draggers not yet created.voidSoDragger.setTrackerDirectMode(SoDragger.TrackerDirectModes mode) Sets the tracker direct mode for this dragger (see description above).