| Package | Description |
|---|---|
| com.openinventor.meshviz.graph |
| Modifier and Type | Method and Description |
|---|---|
static PoGroup4Axis.AxisTypes |
PoGroup4Axis.AxisTypes.fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
static PoGroup4Axis.AxisTypes |
PoGroup4Axis.AxisTypes.valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static PoGroup4Axis.AxisTypes |
PoGroup4Axis.AxisTypes.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PoGroup4Axis.AxisTypes[] |
PoGroup4Axis.AxisTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PoGroup4Axis(SbVec2f _start,
SbVec2f _end,
PoGroup4Axis.AxisTypes _xAxisType,
PoGroup4Axis.AxisTypes _yAxisType)
Calls PoGroup4Axis(_start, _end, _xAxisType, _yAxisType, (java.lang.String)null, (java.lang.String)null).
|
PoGroup4Axis(SbVec2f _start,
SbVec2f _end,
PoGroup4Axis.AxisTypes _xAxisType,
PoGroup4Axis.AxisTypes _yAxisType,
java.lang.String xTtle)
Calls PoGroup4Axis(_start, _end, _xAxisType, _yAxisType, xTtle, (java.lang.String)null).
|
PoGroup4Axis(SbVec2f _start,
SbVec2f _end,
PoGroup4Axis.AxisTypes _xAxisType,
PoGroup4Axis.AxisTypes _yAxisType,
java.lang.String xTtle,
java.lang.String yTtle)
Constructor.
|
Generated on February 24, 2026, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com