Uses of Class
com.openinventor.inventor.nodes.SoImageBackground.Styles
-
Packages that use SoImageBackground.Styles Package Description com.openinventor.inventor.nodes -
-
Uses of SoImageBackground.Styles in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoImageBackground.Styles Modifier and Type Field Description SoSFEnum<SoImageBackground.Styles>
SoImageBackground. style
Specifies how the image will be mapped onto the window.Methods in com.openinventor.inventor.nodes that return SoImageBackground.Styles Modifier and Type Method Description static SoImageBackground.Styles
SoImageBackground.Styles. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoImageBackground.Styles
SoImageBackground.Styles. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoImageBackground.Styles[]
SoImageBackground.Styles. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-