Uses of Enum Class
com.openinventor.inventor.elements.SoPolygonOffsetElement.Styles
Packages that use SoPolygonOffsetElement.Styles
Package
Description
The element classes are used internally for storing information in Open Inventor's traversal state list.
-
Uses of SoPolygonOffsetElement.Styles in com.openinventor.inventor.elements
Methods in com.openinventor.inventor.elements that return SoPolygonOffsetElement.StylesModifier and TypeMethodDescriptionSoPolygonOffsetElement.Styles.valueOf
(int val) Returns the enum constant of this type with the specified integer valueReturns the enum constant of this class with the specified name.static SoPolygonOffsetElement.Styles[]
SoPolygonOffsetElement.Styles.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 SoPolygonOffsetElement.StylesModifier and TypeMethodDescriptionstatic void
SoPolygonOffsetElement.set
(SoState state, SoNode node, float factor, float units, SoPolygonOffsetElement.Styles styles, boolean on) Sets the current polygon offset attributes in the state.