Uses of Enum Class
com.openinventor.inventor.nodes.SoAlphaPolicy.Policies
Packages that use SoAlphaPolicy.Policies
-
Uses of SoAlphaPolicy.Policies in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoAlphaPolicy.PoliciesModifier and TypeFieldDescriptionfinal SoSFEnum<SoAlphaPolicy.Policies> SoAlphaPolicy.policyPolicy used Please refer to enum Policy.Methods in com.openinventor.inventor.nodes that return SoAlphaPolicy.PoliciesModifier and TypeMethodDescriptionstatic SoAlphaPolicy.PoliciesSoAlphaPolicy.getDefaultPolicy()Get default alpha policy.static SoAlphaPolicy.PoliciesSoAlphaPolicy.Policies.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic SoAlphaPolicy.PoliciesReturns the enum constant of this class with the specified name.static SoAlphaPolicy.Policies[]SoAlphaPolicy.Policies.values()Returns an array containing the constants of this enum class, in the order they are declared.