Uses of Class
com.openinventor.meshviz.graph.PoAxis.TextPaths
-
Packages that use PoAxis.TextPaths Package Description com.openinventor.meshviz.graph -
-
Uses of PoAxis.TextPaths in com.openinventor.meshviz.graph
Fields in com.openinventor.meshviz.graph declared as PoAxis.TextPaths Modifier and Type Field Description PoAxis.TextPaths
PoAxis.GradAttributes. path
PoAxis.TextPaths
PoAxis.TitleAttributes. path
Fields in com.openinventor.meshviz.graph with type parameters of type PoAxis.TextPaths Modifier and Type Field Description SoSFEnum<PoAxis.TextPaths>
PoAxis. gradPath
Graduations path.SoSFEnum<PoAxis.TextPaths>
PoAxis. titlePath
Path of the title.Methods in com.openinventor.meshviz.graph that return PoAxis.TextPaths Modifier and Type Method Description static PoAxis.TextPaths
PoAxis.TextPaths. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic PoAxis.TextPaths
PoAxis.TextPaths. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PoAxis.TextPaths[]
PoAxis.TextPaths. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-