Uses of Class
com.openinventor.inventor.elements.SoPolygonOffsetElement.Styles
-
Packages that use SoPolygonOffsetElement.Styles Package Description com.openinventor.inventor.elements 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.Styles Modifier and Type Method Description static SoPolygonOffsetElement.Styles
SoPolygonOffsetElement.Styles. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoPolygonOffsetElement.Styles
SoPolygonOffsetElement.Styles. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoPolygonOffsetElement.Styles[]
SoPolygonOffsetElement.Styles. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openinventor.inventor.elements with parameters of type SoPolygonOffsetElement.Styles Modifier and Type Method Description static 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.
-