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