Uses of Enum Class
com.openinventor.meshviz.graph.PoHistogram.Types
Packages that use PoHistogram.Types
-
Uses of PoHistogram.Types in com.openinventor.meshviz.graph
Fields in com.openinventor.meshviz.graph with type parameters of type PoHistogram.TypesModifier and TypeFieldDescriptionfinal SoSFEnum<PoHistogram.Types> PoHistogram.typeDefines if the histogram is an X histogram (bars are perpendicular to the X- axis) or a Y histogram (bars are perpendicular to the Y-axis).Methods in com.openinventor.meshviz.graph that return PoHistogram.TypesModifier and TypeMethodDescriptionstatic PoHistogram.TypesPoHistogram.Types.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic PoHistogram.TypesReturns the enum constant of this class with the specified name.static PoHistogram.Types[]PoHistogram.Types.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.openinventor.meshviz.graph with parameters of type PoHistogram.TypesModifierConstructorDescriptionPoMultipleHistogram(SbVec2f _start, float _end, PoHistogram.Types _type, int _numRows, int _numColumns, float[] _value, String[] _rowName, String[] _columnName) Constructor.PoSingleHistogram(SbVec2f _start, float _end, PoHistogram.Types _type, float[] _value, String[] _name) Constructor.