Uses of Enum Class
com.openinventor.meshviz.graph.PoMultipleHistogram.HistogPaths
Packages that use PoMultipleHistogram.HistogPaths
-
Uses of PoMultipleHistogram.HistogPaths in com.openinventor.meshviz.graph
Fields in com.openinventor.meshviz.graph with type parameters of type PoMultipleHistogram.HistogPathsModifier and TypeFieldDescriptionPoMultipleHistogram.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.HistogPathsModifier and TypeMethodDescriptionPoMultipleHistogram.HistogPaths.valueOf
(int val) Returns the enum constant of this type with the specified integer valueReturns the enum constant of this class with the specified name.static PoMultipleHistogram.HistogPaths[]
PoMultipleHistogram.HistogPaths.values()
Returns an array containing the constants of this enum class, in the order they are declared.