Uses of Enum Class
com.openinventor.meshviz.graph.PoBase.TextTypes
Packages that use PoBase.TextTypes
-
Uses of PoBase.TextTypes in com.openinventor.meshviz.graph
Methods in com.openinventor.meshviz.graph that return PoBase.TextTypesModifier and TypeMethodDescriptionstatic PoBase.TextTypes
PoBase.getTextType()
Gets the type of text used.static PoBase.TextTypes
PoBase.TextTypes.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic PoBase.TextTypes
Returns the enum constant of this class with the specified name.static PoBase.TextTypes[]
PoBase.TextTypes.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.meshviz.graph with parameters of type PoBase.TextTypesModifier and TypeMethodDescriptionstatic void
PoBase.setTextType
(PoBase.TextTypes type) Sets the type of text used.