Uses of Enum Class
com.openinventor.meshviz.graph.PoBase.UpdateMethodTypes
Packages that use PoBase.UpdateMethodTypes
-
Uses of PoBase.UpdateMethodTypes in com.openinventor.meshviz.graph
Methods in com.openinventor.meshviz.graph that return PoBase.UpdateMethodTypesModifier and TypeMethodDescriptionPoBase.getUpdateMethod()Gets update method.static PoBase.UpdateMethodTypesPoBase.UpdateMethodTypes.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic PoBase.UpdateMethodTypesReturns the enum constant of this class with the specified name.static PoBase.UpdateMethodTypes[]PoBase.UpdateMethodTypes.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.meshviz.graph with parameters of type PoBase.UpdateMethodTypesModifier and TypeMethodDescriptionvoidPoBase.setUpdateMethod(PoBase.UpdateMethodTypes type) Sets scene graph update method.