Uses of Enum Class
com.openinventor.inventor.elements.SoFontRenderStyleElement.RenderStyles
Packages that use SoFontRenderStyleElement.RenderStyles
Package
Description
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.RenderStylesModifier and TypeMethodDescriptionReturns current render style from the state.SoFontRenderStyleElement.getDefault()
Returns the default render style.SoFontRenderStyleElement.RenderStyles.valueOf
(int val) Returns the enum constant of this type with the specified integer valueReturns the enum constant of this class with the specified name.SoFontRenderStyleElement.RenderStyles.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.inventor.elements with parameters of type SoFontRenderStyleElement.RenderStylesModifier and TypeMethodDescriptionstatic void
SoFontRenderStyleElement.set
(SoState state, SoFontRenderStyleElement.RenderStyles style) Sets the current render style in the state.static void
SoFontRenderStyleElement.set
(SoState state, SoNode name_11914, SoFontRenderStyleElement.RenderStyles style) Sets the current render style in the state.