Uses of Enum Class
com.openinventor.meshviz.graph.PoAxis.TextPaths
Packages that use PoAxis.TextPaths
-
Uses of PoAxis.TextPaths in com.openinventor.meshviz.graph
Fields in com.openinventor.meshviz.graph declared as PoAxis.TextPathsFields in com.openinventor.meshviz.graph with type parameters of type PoAxis.TextPathsModifier and TypeFieldDescriptionfinal SoSFEnum
<PoAxis.TextPaths> PoAxis.gradPath
Graduations path.final SoSFEnum
<PoAxis.TextPaths> PoAxis.titlePath
Path of the title.Methods in com.openinventor.meshviz.graph that return PoAxis.TextPathsModifier and TypeMethodDescriptionstatic PoAxis.TextPaths
PoAxis.TextPaths.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic PoAxis.TextPaths
Returns the enum constant of this class with the specified name.static PoAxis.TextPaths[]
PoAxis.TextPaths.values()
Returns an array containing the constants of this enum class, in the order they are declared.