Uses of Class
com.openinventor.inventor.nodes.SoAnnoText3Property.FontSizeHints
-
Packages that use SoAnnoText3Property.FontSizeHints Package Description com.openinventor.inventor.nodes -
-
Uses of SoAnnoText3Property.FontSizeHints in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoAnnoText3Property.FontSizeHints Modifier and Type Field Description SoSFEnum<SoAnnoText3Property.FontSizeHints>
SoAnnoText3Property. fontSizeHint
This flag is used when the fieldrenderPrintType
is equal to RENDER3D_PRINT_RASTER or RENDER2D_PRINT_RASTER.Methods in com.openinventor.inventor.nodes that return SoAnnoText3Property.FontSizeHints Modifier and Type Method Description static SoAnnoText3Property.FontSizeHints
SoAnnoText3Property.FontSizeHints. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoAnnoText3Property.FontSizeHints
SoAnnoText3Property.FontSizeHints. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoAnnoText3Property.FontSizeHints[]
SoAnnoText3Property.FontSizeHints. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-