Uses of Enum Class
com.openinventor.inventor.draggers.SoDragPointDragger.DraggerSets
Packages that use SoDragPointDragger.DraggerSets
-
Uses of SoDragPointDragger.DraggerSets in com.openinventor.inventor.draggers
Methods in com.openinventor.inventor.draggers that return SoDragPointDragger.DraggerSetsModifier and TypeMethodDescriptionSoDragPointDragger.DraggerSets.valueOf(int val) Returns the enum constant of this type with the specified integer valueReturns the enum constant of this class with the specified name.static SoDragPointDragger.DraggerSets[]SoDragPointDragger.DraggerSets.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 SoDragPointDragger.DraggerSetsModifier and TypeMethodDescriptionvoidSoDragPointDragger.showDraggerSet(SoDragPointDragger.DraggerSets set) The dragPoint dragger contains three pairs of draggers, each containing a plane dragger and a line dragger (see the Description above).