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.TextTypesPoBase.getTextType()Gets the type of text used.static PoBase.TextTypesPoBase.TextTypes.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic PoBase.TextTypesReturns 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 voidPoBase.setTextType(PoBase.TextTypes type) Sets the type of text used.