Uses of Class
com.openinventor.meshviz.graph.PoMultipleHistogram.HistogPaths
-
Packages that use PoMultipleHistogram.HistogPaths Package Description com.openinventor.meshviz.graph -
-
Uses of PoMultipleHistogram.HistogPaths in com.openinventor.meshviz.graph
Fields in com.openinventor.meshviz.graph with type parameters of type PoMultipleHistogram.HistogPaths Modifier and Type Field Description SoSFEnum<PoMultipleHistogram.HistogPaths>
PoMultipleHistogram. histogPath
Indicates that the histogram shows rows as a function of columns, or columns as a function of rows.Methods in com.openinventor.meshviz.graph that return PoMultipleHistogram.HistogPaths Modifier and Type Method Description static PoMultipleHistogram.HistogPaths
PoMultipleHistogram.HistogPaths. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic PoMultipleHistogram.HistogPaths
PoMultipleHistogram.HistogPaths. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PoMultipleHistogram.HistogPaths[]
PoMultipleHistogram.HistogPaths. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-