Uses of Class
com.openinventor.inventor.nodes.SoAlphaPolicy.Policies
-
Packages that use SoAlphaPolicy.Policies Package Description com.openinventor.inventor.nodes -
-
Uses of SoAlphaPolicy.Policies in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoAlphaPolicy.Policies Modifier and Type Field Description SoSFEnum<SoAlphaPolicy.Policies>
SoAlphaPolicy. policy
Policy used Please refer to enum Policy.Methods in com.openinventor.inventor.nodes that return SoAlphaPolicy.Policies Modifier and Type Method Description static 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
SoAlphaPolicy.Policies. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoAlphaPolicy.Policies[]
SoAlphaPolicy.Policies. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-