Uses of Class
com.openinventor.meshviz.graph.PoHistogram.TextPaths
-
Packages that use PoHistogram.TextPaths Package Description com.openinventor.meshviz.graph -
-
Uses of PoHistogram.TextPaths in com.openinventor.meshviz.graph
Fields in com.openinventor.meshviz.graph with type parameters of type PoHistogram.TextPaths Modifier and Type Field Description SoSFEnum<PoHistogram.TextPaths>
PoHistogram. namePath
Bars names path.SoSFEnum<PoHistogram.TextPaths>
PoMultipleHistogram. sumPath
Writing path of bars sums.SoSFEnum<PoHistogram.TextPaths>
PoHistogram. valuePath
Values path.Methods in com.openinventor.meshviz.graph that return PoHistogram.TextPaths Modifier and Type Method Description static PoHistogram.TextPaths
PoHistogram.TextPaths. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic PoHistogram.TextPaths
PoHistogram.TextPaths. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PoHistogram.TextPaths[]
PoHistogram.TextPaths. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-