Uses of Class
com.openinventor.inventor.elements.SoFontRenderStyleElement.RenderStyles
-
Packages that use SoFontRenderStyleElement.RenderStyles Package Description com.openinventor.inventor.elements The element classes are used internally for storing information in Open Inventor's traversal state list. -
-
Uses of SoFontRenderStyleElement.RenderStyles in com.openinventor.inventor.elements
Methods in com.openinventor.inventor.elements that return SoFontRenderStyleElement.RenderStyles Modifier and Type Method Description static SoFontRenderStyleElement.RenderStyles
SoFontRenderStyleElement. get(SoState state)
Returns current render style from the state.static SoFontRenderStyleElement.RenderStyles
SoFontRenderStyleElement. getDefault()
Returns the default render style.static SoFontRenderStyleElement.RenderStyles
SoFontRenderStyleElement.RenderStyles. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoFontRenderStyleElement.RenderStyles
SoFontRenderStyleElement.RenderStyles. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoFontRenderStyleElement.RenderStyles[]
SoFontRenderStyleElement.RenderStyles. 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 SoFontRenderStyleElement.RenderStyles Modifier and Type Method Description static void
SoFontRenderStyleElement. set(SoState state, SoFontRenderStyleElement.RenderStyles style)
Sets the current render style in the state.static void
SoFontRenderStyleElement. set(SoState state, SoNode name_12222, SoFontRenderStyleElement.RenderStyles style)
Sets the current render style in the state.
-