Uses of Enum Class
com.openinventor.inventor.nodes.SoImageBackground.Styles
Packages that use SoImageBackground.Styles
-
Uses of SoImageBackground.Styles in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoImageBackground.StylesModifier and TypeFieldDescriptionfinal SoSFEnum<SoImageBackground.Styles> SoImageBackground.styleSpecifies how the image will be mapped onto the window.Methods in com.openinventor.inventor.nodes that return SoImageBackground.StylesModifier and TypeMethodDescriptionstatic SoImageBackground.StylesSoImageBackground.Styles.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic SoImageBackground.StylesReturns the enum constant of this class with the specified name.static SoImageBackground.Styles[]SoImageBackground.Styles.values()Returns an array containing the constants of this enum class, in the order they are declared.