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.policy
Policy used Please refer to enum Policy.Methods in com.openinventor.inventor.nodes that return SoAlphaPolicy.PoliciesModifier and TypeMethodDescriptionstatic SoAlphaPolicy.Policies
SoAlphaPolicy.getDefaultPolicy()
Get default alpha policy.static SoAlphaPolicy.Policies
SoAlphaPolicy.Policies.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic SoAlphaPolicy.Policies
Returns 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.