Uses of Enum Class
com.openinventor.inventor.elements.SoAnnoText3RenderPrintElement.RenderPrintTypes
Packages that use SoAnnoText3RenderPrintElement.RenderPrintTypes
Package
Description
The element classes are used internally for storing information in Open Inventor's traversal state list.
-
Uses of SoAnnoText3RenderPrintElement.RenderPrintTypes in com.openinventor.inventor.elements
Methods in com.openinventor.inventor.elements that return SoAnnoText3RenderPrintElement.RenderPrintTypesModifier and TypeMethodDescriptionReturns the current value from the state.SoAnnoText3RenderPrintElement.getDefault()Returns the default value.SoAnnoText3RenderPrintElement.RenderPrintTypes.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.SoAnnoText3RenderPrintElement.RenderPrintTypes.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 SoAnnoText3RenderPrintElement.RenderPrintTypesModifier and TypeMethodDescriptionstatic voidSoAnnoText3RenderPrintElement.set(SoState state, SoAnnoText3RenderPrintElement.RenderPrintTypes type) Sets the value in the state.