Uses of Class
com.openinventor.inventor.elements.SoAnnoText3FontSizeHintElement.FontSizeHints
-
Packages that use SoAnnoText3FontSizeHintElement.FontSizeHints Package Description com.openinventor.inventor.elements 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.FontSizeHints Modifier and Type Method Description static SoAnnoText3FontSizeHintElement.FontSizeHints
SoAnnoText3FontSizeHintElement. get(SoState state)
Returns the current value from the state.static SoAnnoText3FontSizeHintElement.FontSizeHints
SoAnnoText3FontSizeHintElement. getDefault()
Returns the default value.static SoAnnoText3FontSizeHintElement.FontSizeHints
SoAnnoText3FontSizeHintElement.FontSizeHints. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoAnnoText3FontSizeHintElement.FontSizeHints
SoAnnoText3FontSizeHintElement.FontSizeHints. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoAnnoText3FontSizeHintElement.FontSizeHints[]
SoAnnoText3FontSizeHintElement.FontSizeHints. 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 SoAnnoText3FontSizeHintElement.FontSizeHints Modifier and Type Method Description static void
SoAnnoText3FontSizeHintElement. set(SoState state, SoAnnoText3FontSizeHintElement.FontSizeHints hint)
Sets the value in the state.
-