Uses of Class
com.openinventor.inventor.nodes.SoShadowStyle.ShadowStyles
-
Packages that use SoShadowStyle.ShadowStyles Package Description com.openinventor.inventor.nodes -
-
Uses of SoShadowStyle.ShadowStyles in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoShadowStyle.ShadowStyles Modifier and Type Field Description SoSFBitMask<SoShadowStyle.ShadowStyles>
SoShadowStyle. style
Shadow style.Methods in com.openinventor.inventor.nodes that return SoShadowStyle.ShadowStyles Modifier and Type Method Description static SoShadowStyle.ShadowStyles
SoShadowStyle.ShadowStyles. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoShadowStyle.ShadowStyles
SoShadowStyle.ShadowStyles. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoShadowStyle.ShadowStyles[]
SoShadowStyle.ShadowStyles. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-