Uses of Enum Class
com.openinventor.inventor.elements.SoBlendElement.BlendFactors
Packages that use SoBlendElement.BlendFactors
Package
Description
The element classes are used internally for storing information in Open Inventor's traversal state list.
-
Uses of SoBlendElement.BlendFactors in com.openinventor.inventor.elements
Methods in com.openinventor.inventor.elements that return SoBlendElement.BlendFactorsModifier and TypeMethodDescriptionstatic SoBlendElement.BlendFactors
SoBlendElement.BlendFactors.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic SoBlendElement.BlendFactors
Returns the enum constant of this class with the specified name.static SoBlendElement.BlendFactors[]
SoBlendElement.BlendFactors.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.inventor.elements with parameters of type SoBlendElement.BlendFactorsModifier and TypeMethodDescriptionstatic void
SoBlendElement.setFunction
(SoState state, SoBlendElement.BlendFactors source, SoBlendElement.BlendFactors destination) Sets the blending function.