Uses of Enum Class
com.openinventor.inventor.actions.SoDistributeAction.DistributeMethods
Packages that use SoDistributeAction.DistributeMethods
-
Uses of SoDistributeAction.DistributeMethods in com.openinventor.inventor.actions
Methods in com.openinventor.inventor.actions that return SoDistributeAction.DistributeMethodsModifier and TypeMethodDescriptionSoDistributeAction.getDistributeMethod()
Returns the algorithm used to distribute the scene graph.SoDistributeAction.DistributeMethods.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 SoDistributeAction.DistributeMethods[]
SoDistributeAction.DistributeMethods.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.inventor.actions with parameters of type SoDistributeAction.DistributeMethodsModifier and TypeMethodDescriptionvoid
SoDistributeAction.setDistributeMethod
(SoDistributeAction.DistributeMethods distribMethod) Destructor.