| Package | Description |
|---|---|
| com.openinventor.meshviz.graph |
| Modifier and Type | Field and Description |
|---|---|
SoSFEnum<PoHistogram.Types> |
PoHistogram.type
Defines 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).
|
| Modifier and Type | Method and Description |
|---|---|
static PoHistogram.Types |
PoHistogram.Types.fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
static PoHistogram.Types |
PoHistogram.Types.valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static PoHistogram.Types |
PoHistogram.Types.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PoHistogram.Types[] |
PoHistogram.Types.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PoMultipleHistogram(SbVec2f _start,
float _end,
PoHistogram.Types _type,
int _numRows,
int _numColumns,
float[] _value,
java.lang.String[] _rowName,
java.lang.String[] _columnName)
Constructor.
|
PoSingleHistogram(SbVec2f _start,
float _end,
PoHistogram.Types _type,
float[] _value,
java.lang.String[] _name)
Constructor.
|
Generated on February 24, 2026, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com