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.TrackerDirectModes
SoDragger.getInitialTrackerDirectMode()
Get the initial tracker direct mode.SoDragger.getTrackerDirectMode()
Get the current tracker direct mode for this dragger.static SoDragger.TrackerDirectModes
SoDragger.TrackerDirectModes.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic SoDragger.TrackerDirectModes
Returns 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 void
SoDragger.setInitialTrackerDirectMode
(SoDragger.TrackerDirectModes mode) Set the initial tracker direct mode for draggers not yet created.void
SoDragger.setTrackerDirectMode
(SoDragger.TrackerDirectModes mode) Sets the tracker direct mode for this dragger (see description above).